]> git.pld-linux.org Git - packages/fortune-mod-bofh-excuses.git/blame - fortune-mod-bofh-excuses.spec
- tabs in preamble
[packages/fortune-mod-bofh-excuses.git] / fortune-mod-bofh-excuses.spec
CommitLineData
eb7506ef 1Summary: Collection of Bofh Excuses Fortunes
1ad1947b 2Summary(pl.UTF-8): Zestaw fortunek z wymówkami administratorów (BOFH-ów)
eb7506ef 3Name: fortune-mod-bofh-excuses
78153585 4Version: 1.1
372979a0 5Release: 5
9b9d7bf8 6License: BSD
78153585 7Group: Applications/Games
78153585 8Source0: http://sec.irq.org/sw/%{name}-%{version}.tgz
e2c4b401 9# Source0-md5: 026b0ccf09187bc03a16140d6c800210
372979a0
JB
10BuildRequires: fortune-mod
11Requires: fortune-mod
dd9a330b 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
eb7506ef 13
14%description
15Fortune-mod contains the ever-popular fortune program. Want a little
9b9d7bf8 16bit of random wisdom revealed to you when you log in? Fortune's your
17program. Fun-loving system administrators can add fortune to users'
18.login files, so that the users get their dose of wisdom each time
19they log in.
eb7506ef 20
45b4a18e
JR
21%description -l pl.UTF-8
22Fortune-mod zawiera wciąż popularny program fortune ("cytat dnia",
23"przepowiednia"). Masz ochotę na odrobinę mądrości przekazanej Ci
9b9d7bf8 24podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
45b4a18e
JR
25poczuciem humoru mogą dodać fortune do plików .login użytkowników tak,
26by każdy otrzymał swoją dawkę mądrości przy logowaniu.
3f6f268f 27
eb7506ef 28%prep
78153585 29%setup -q -n bofh
eb7506ef 30
6c6c60df
MM
31%build
32strfile bofh-excuses
33
eb7506ef 34%install
35rm -rf $RPM_BUILD_ROOT
9b9d7bf8 36install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
2e4f21cd 37
9b9d7bf8 38install bofh-excuses* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
eb7506ef 39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%{_datadir}/games/fortunes/*
This page took 0.257056 seconds and 4 git commands to generate.