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

Revision 521, 1.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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