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