]> git.pld-linux.org Git - SPECS.git/blob - sl.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.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:        5.02
5 Release:        1
6 License:        GPL
7 Group:          Applications/Text
8 Source0:        https://github.com/mtoyoda/sl/archive/%{version}.tar.gz
9 # Source0-md5:  5d5fe203eb19598821647ba8db5dde6c
10 URL:            http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/
11 BuildRequires:  ncurses-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 When you type sl instead of ls, you will be greeted with a nice and
16 relaxing animation of a train going by...
17
18 %description -l pl.UTF-8
19 Jeżeli wpiszesz sl, zamiast ls, zostaniesz powitany fajną i
20 relaksującą animacja przejeżdżającego pociągu...
21
22 %prep
23 %setup -q
24
25 %build
26 %{__make} \
27         CC="%{__cc}" \
28         CFLAGS="%{rpmcppflags} %{rpmcflags}"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/{ja/,}man1}
33
34 install sl $RPM_BUILD_ROOT%{_bindir}
35 install sl.1 $RPM_BUILD_ROOT%{_mandir}/man1
36 install sl.1.ja $RPM_BUILD_ROOT%{_mandir}/ja/man1/sl.1
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README.md
44 %lang(ja) %doc README.ja.md
45 %attr(755,root,root) %{_bindir}/sl
46 %{_mandir}/man1/sl.1*
47 %lang(ja) %{_mandir}/ja/man1/sl.1*
This page took 0.044225 seconds and 3 git commands to generate.