source: projects/specs/branches/6/s/sl/sl-vl.spec @ 3477

Revision 3477, 1.7 KB checked in by inagaki, 13 years ago (diff)

update: libwnn6, libwnn7, sl, xbill

Line 
1Name:         sl
2Summary:      Just install and type 'sl' and you'll understand.
3Summary(ja):  インストールして単に 'sl' とタイプすれば分かるでしょう :-)
4Version:      1.0
5Release:      4%{?_dist_release}
6Source0:      %{name}-%{version}.tar.gz
7Patch0:       %{name}-%{version}-Makefile.patch
8
9License:      Copyright 1993,1998 Toyoda Masashi (toyoda@is.titech.ac.jp)
10Group:        Applications/Other
11
12Buildroot:    %{_tmppath}/%{name}-%{version}-root
13BuildRequires: ncurses-devel
14
15Distribution: Vine Linux
16Vendor:       Project Vine
17
18Packager: inagaki
19
20%description
21sl is an highly developed animation programm,
22which corrects your miss typing.
23
24%description -l ja
25sl は、高度に発展した、キータイプ矯正を目的
26とするアニメーションプログラムです。
27
28%prep
29%setup -q
30%patch0 -p1
31
32%build
33make
34
35%install
36rm -rf $RPM_BUILD_ROOT
37%makeinstall
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(-,root,root)
44%doc README
45%{_bindir}/sl
46%{_mandir}/man1/sl.1*
47%{_mandir}/ja/man1/sl.1*
48
49%changelog
50* Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-4
51- rebuilt with current VineSeed
52
53* Fri Jul  3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-3
54- spec in UTF-8
55
56* Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-2
57- applied new versioning policy
58
59* Sat Jul  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-1vl6
60- s/Copyright/License/
61- changed Group to Applications/Other
62
63* Sat May 17 2003 KAZUKI SHIMURA <rito@pos.to> 1.0-1vl5
64- added clean section
65- added -q option to %%setup
66- separated Japanese description
67
68* Tue Jan 23 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
69- 1.0-1vl4
70- based on 1.0-1vl3 from old VinePlus (really?)
71- use better macros and modified Patch0
Note: See TracBrowser for help on using the repository browser.