]> git.pld-linux.org Git - packages/fortune-mod-bofh-excuses.git/blob - fortune-mod-bofh-excuses.spec
- cosmetics.
[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.1
4 Release:        1
5 License:        BSD
6 Group:          Applications/Games
7 Group(de):      Applikationen/Spiele
8 Group(pl):      Aplikacje/Gry
9 Requires:       fortune-mod
10 Source0:        http://sec.irq.org/sw/%{name}-%{version}.tgz
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Fortune-mod contains the ever-popular fortune program. Want a little
15 bit of random wisdom revealed to you when you log in? Fortune's your
16 program. Fun-loving system administrators can add fortune to users'
17 .login files, so that the users get their dose of wisdom each time
18 they log in.
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
24 poczuciem humoru mog± dodaæ fortune do plików .login u¿ytkowników tak,
25 by ka¿dy otrzyma³ swoj± dawkê m±dro¶ci przy logowaniu.
26
27 %prep
28 %setup -q -n bofh
29
30 %build
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
35
36 install bofh-excuses* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %{_datadir}/games/fortunes/*
This page took 0.068904 seconds and 4 git commands to generate.