]> git.pld-linux.org Git - packages/sl.git/blob - sl.spec
- %%lang fixes
[packages/sl.git] / sl.spec
1 Summary:        A nice animation wich appears when you mistype the ls command
2 Summary(pl):    Fajna animacja, która siê pojawia przy b³êdnym wpisaniu ls
3 Name:           sl
4 Version:        3.03
5 Release:        2
6 License:        GPL
7 Group:          Applications/Text
8 Source0:        http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/%{name}/%{name}.tar
9 # Source0-md5:  cc06b159f78f86bfd2d4e0e16330fbae
10 Source1:        %{name}-debian.tar.gz
11 # Source1-md5:  a13934db014b77267f1a7109588d4255
12 Patch0:         %{name}-am.patch
13 Patch1:         %{name}-code.patch
14 URL:            http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/
15 BuildRequires:  ncurses-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 When you type sl instead of ls, you will be greeted with a nice and
20 relaxing animation of a train going by...
21
22 %description -l pl
23 Je¿eli wpiszesz sl, zamiast ls, zostaniesz powitany fajn±
24 i relaksuj±c± animacja przeje¿dzaj±cego poci±gu...
25
26 %prep
27 %setup -q -n %{name} -a1
28 %patch0 -p1
29 %patch1 -p1
30
31 %build
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/{ja/,}man6}
37
38 install sl $RPM_BUILD_ROOT%{_bindir}
39 install sl-debian/sl.6 $RPM_BUILD_ROOT%{_mandir}/man6
40 install sl-debian/sl.6j $RPM_BUILD_ROOT%{_mandir}/ja/man6/sl.6
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc sl-debian/README
48 %lang(ja) %doc sl-debian/README.jp
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man6/*
51 %lang(ja) %{_mandir}/ja/man6/*
This page took 0.047703 seconds and 4 git commands to generate.