]> git.pld-linux.org Git - packages/fortune-mod-bofh-excuses.git/blob - fortune-mod-bofh-excuses.spec
- rebuild .dat file, since it's wrong
[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:        4
6 License:        BSD
7 Group:          Applications/Games
8 BuildRequires:  fortune-mod
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 strfile bofh-excuses
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
36
37 install bofh-excuses* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %{_datadir}/games/fortunes/*
This page took 0.08435 seconds and 4 git commands to generate.