]> git.pld-linux.org Git - packages/fortune-mod-bofh-excuses.git/blob - fortune-mod-bofh-excuses.spec
- release 5 for Ac
[packages/fortune-mod-bofh-excuses.git] / fortune-mod-bofh-excuses.spec
1 Summary:        Collection of Bofh Excuses Fortunes
2 Summary(pl):    Zestaw fortunek z wymówkami administratorów (BOFH-ów)
3 Name:           fortune-mod-bofh-excuses
4 Version:        1.1
5 Release:        5
6 License:        BSD
7 Group:          Applications/Games
8 Source0:        http://sec.irq.org/sw/%{name}-%{version}.tgz
9 # Source0-md5:  026b0ccf09187bc03a16140d6c800210
10 BuildRequires:  fortune-mod
11 Requires:       fortune-mod
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Fortune-mod contains the ever-popular fortune program. Want a little
16 bit of random wisdom revealed to you when you log in? Fortune's your
17 program. Fun-loving system administrators can add fortune to users'
18 .login files, so that the users get their dose of wisdom each time
19 they log in.
20
21 %description -l pl
22 Fortune-mod zawiera wci±¿ popularny program fortune ("cytat dnia",
23 "przepowiednia"). Masz ochotê na odrobinê m±dro¶ci przekazanej Ci
24 podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
25 poczuciem humoru mog± dodaæ fortune do plików .login u¿ytkowników tak,
26 by ka¿dy otrzyma³ swoj± dawkê m±dro¶ci przy logowaniu.
27
28 %prep
29 %setup -q -n bofh
30
31 %build
32 strfile bofh-excuses
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
37
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.067843 seconds and 4 git commands to generate.