]> git.pld-linux.org Git - packages/sl.git/blob - sl.spec
- converted to UTF-8
[packages/sl.git] / sl.spec
1 Summary:        A nice animation wich appears when you mistype the ls command
2 Summary(pl.UTF-8):   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.UTF-8
23 Jeżeli wpiszesz sl, zamiast ls, zostaniesz powitany fajną
24 i relaksującą animacja przejeżdżającego pociągu...
25
26 %prep
27 %setup -q -n %{name} -a1
28 %patch0 -p1
29 %patch1 -p1
30
31 %build
32 %{__make} \
33         CC="%{__cc}" \
34         CFLAGS="%{rpmcflags}"
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/{ja/,}man6}
39
40 install sl $RPM_BUILD_ROOT%{_bindir}
41 install sl-debian/sl.6 $RPM_BUILD_ROOT%{_mandir}/man6
42 install sl-debian/sl.6j $RPM_BUILD_ROOT%{_mandir}/ja/man6/sl.6
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc sl-debian/README
50 %lang(ja) %doc sl-debian/README.jp
51 %attr(755,root,root) %{_bindir}/*
52 %{_mandir}/man6/*
53 %lang(ja) %{_mandir}/ja/man6/*
This page took 0.058865 seconds and 4 git commands to generate.