source: projects/specs/trunk/s/sl/sl-vl.spec @ 8939

Revision 8939, 2.0 KB checked in by inagaki, 10 years ago (diff)

2014-09--6 Ryoichi INAGAKI <ryo1@…>

  • gprolog, sl: updated


Line 
1Name:         sl
2Summary:      Just install and type 'sl' and you'll understand.
3Summary(ja):  インストールして単に 'sl' とタイプすれば分かるでしょう :-)
4Version:      5.1
5Release:      1%{?_dist_release}
6
7Source0:      %{name}-%{version}.tar.gz
8
9License:      Copyright 1993,1998,2014 Toyoda Masashi (mtoyoda@acm.org)
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
31%build
32make
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37install -d $RPM_BUILD_ROOT%{_bindir}
38install -d $RPM_BUILD_ROOT%{_mandir}/man1
39install -d $RPM_BUILD_ROOT%{_mandir}/ja/man1
40
41install sl $RPM_BUILD_ROOT%{_bindir}
42install sl.1 $RPM_BUILD_ROOT%{_mandir}/man1
43install sl.1.ja $RPM_BUILD_ROOT%{_mandir}/ja/man1/sl.1
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(-,root,root)
50%doc LICENSE README.ja.md README.md
51%{_bindir}/sl
52%{_mandir}/man1/sl.1*
53%{_mandir}/ja/man1/sl.1*
54
55%changelog
56* Sat Sep  6 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 5.1-1
57- updated to 5.1 (source is retrieved from github)
58
59* Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-4
60- rebuilt with current VineSeed
61
62* Fri Jul  3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-3
63- spec in UTF-8
64
65* Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-2
66- applied new versioning policy
67
68* Sat Jul  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-1vl6
69- s/Copyright/License/
70- changed Group to Applications/Other
71
72* Sat May 17 2003 KAZUKI SHIMURA <rito@pos.to> 1.0-1vl5
73- added clean section
74- added -q option to %%setup
75- separated Japanese description
76
77* Tue Jan 23 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
78- 1.0-1vl4
79- based on 1.0-1vl3 from old VinePlus (really?)
80- use better macros and modified Patch0
Note: See TracBrowser for help on using the repository browser.