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