]> git.pld-linux.org Git - packages/fortune-mod-bofh-excuses.git/blob - fortune-mod-bofh-excuses.spec
- changed all BuildRoot definitons
[packages/fortune-mod-bofh-excuses.git] / fortune-mod-bofh-excuses.spec
1 Summary:        Collection of Bofh Excuses Fortunes
2 Name:           fortune-mod-bofh-excuses
3 Version:        1.0
4 Release:        10
5 Copyright:      BSD
6 Group:          Amusements/Games
7 Source0:        %{name}.tgz
8 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9
10 %description
11 Fortune-mod contains the ever-popular fortune program. Want a little
12 bit of random wisdom revealed to you when you log in? Fortune's
13 your program. Fun-loving system administrators can add fortune to
14 users' .login files, so that the users get their dose of wisdom 
15 each time they log in.
16
17 Install fortune if you want a program which will bestow these random
18 bits o' wit.
19
20 %description -l pl
21 Fortune-mod zawiera wci±¿ popularny program fortune ("cytat dnia", 
22 "przepowiednia"). Masz ochotê na odrobinê m±dro¶ci przekazanej Ci
23 podczas logowania? Program fortune jest dla Ciebie. Administratorzy z poczuciem
24 humoru mog± dodaæ fortune do plików .login u¿ytkowników tak, by ka¿dy
25 otrzyma³ swoj± dawkê m±dro¶ci przy logowaniu.
26
27 %prep
28 install -d %{name}
29 tar zxf %{SOURCE0} -C %{name}/
30
31 %build
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 cd %{name}
36
37 install -d              $RPM_BUILD_ROOT%{_datadir}/games/fortunes
38 install bofh-excuses*   $RPM_BUILD_ROOT%{_datadir}/games/fortunes
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %{_datadir}/games/fortunes/*
This page took 0.090729 seconds and 4 git commands to generate.