]> git.pld-linux.org Git - packages/fortune-mod-bofh-excuses.git/blob - fortune-mod-bofh-excuses.spec
37e4ec1a6b2276e8f709b6a567b29c69e8f7faed
[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:      /tmp/%{name}-%{version}-root
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 %prep
21 install -d %{name}
22 tar zxf %{SOURCE0} -C %{name}/
23
24 %build
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 cd %{name}
29
30 install -d              $RPM_BUILD_ROOT%{_datadir}/games/fortunes
31 install bofh-excuses*   $RPM_BUILD_ROOT%{_datadir}/games/fortunes
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %{_datadir}/games/fortunes/*
This page took 0.11313 seconds and 3 git commands to generate.