]> git.pld-linux.org Git - packages/sl.git/blob - sl.spec
Now we are better than debian.
[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³ednym wpisaniu ls.
3 Name:           sl
4 Version:        3.03
5 Release:        1
6 License:        GPL
7 Group:          Console/Amusements
8 Source0:        http://ftp.debian.org/debian/pool/main/s/sl/sl_%{version}.orig.tar.gz
9 Patch0:         sl-am.patch
10 Patch1:         sl-code.patch
11 #URL:           
12 BuildRequires:  ncurses-devel
13 Requires:       ncurses
14
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr
18 %define         _mandir         %{_prefix}/man
19
20 %description
21 When you type sl instead of ls, you will be greeted with a nice and relaxing 
22 animation of a train going by...
23
24 %description -l pl
25 Je¿eli wpiszesz sl, zamiast ls, zostaniesz powitany fajn± i relaksuj±c± animacja przeje¿dzaj±cego poci±gu...
26
27 %prep
28 %setup -q -n sl-3.03.orig
29 %patch0 -p1
30 %patch1 -p1
31
32 %build
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT/usr/bin
38 install -d $RPM_BUILD_ROOT/usr/man
39 install -d $RPM_BUILD_ROOT/usr/man/man1
40 install -p sl $RPM_BUILD_ROOT/%{_prefix}/bin
41 install -p sl.1 $RPM_BUILD_ROOT/%{_mandir}/man1
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %attr(755,root,root) %{_bindir}/*
49 %{_mandir}/man1/*
This page took 0.089319 seconds and 4 git commands to generate.