]> git.pld-linux.org Git - packages/fortune-mod-bofh-excuses-pl.git/blob - fortune-mod-bofh-excuses-pl.spec
890971d7faca56ba5952418a17c09aa07e67b7e6
[packages/fortune-mod-bofh-excuses-pl.git] / fortune-mod-bofh-excuses-pl.spec
1 Summary:        Collection of Bofh Excuses Fortunes in polish language
2 Summary(pl):    Zestaw fortunek z wymówkami administratorów (BOFH-ów) po polsku
3 Name:           fortune-mod-bofh-excuses-pl
4 Version:        1.0
5 Release:        2
6 License:        BSD
7 Group:          Applications/Games
8 Requires:       fortune-mod
9 Source0:        %{name}-%{version}.tgz
10 # Source0-md5:  effccf2cfaa7846f5c1e4bedae892a00
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12 BuildRequires:  fortune-mod >= 1.0-13
13 BuildArch:      noarch
14
15 %description
16 Fortune-mod contains the ever-popular fortune program. Want a little
17 bit of random wisdom revealed to you when you log in? Fortune's your
18 program. Fun-loving system administrators can add fortune to users'
19 .login files, so that the users get their dose of wisdom each time
20 they log in.
21
22 This package contains famous BOFH excuses in polish language,
23 translated by Andrzej 'Greybrow' Korcala (http://greybrow.iq.pl/POPR/)
24
25 %description -l pl
26 Fortune-mod zawiera wci±¿ popularny program fortune ("cytat dnia",
27 "przepowiednia"). Masz ochotê na odrobinê m±dro¶ci przekazanej Ci
28 podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
29 poczuciem humoru mog± dodaæ fortune do plików .login u¿ytkowników tak,
30 by ka¿dy otrzyma³ swoj± dawkê m±dro¶ci przy logowaniu.
31
32 Ten pakiet zawiera s³ynne wymówki BOFH-ów po polsku przet³umaczone
33 przez Andrzeja 'Greybow' Korcale (http://greybrow.iq.pl/POPR/)
34
35 %prep
36 %setup -q -n bofh-pl
37 %build
38 strfile bofh-excuses-pl bofh-excuses-pl.dat
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
43
44 install bofh-excuses-pl* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %{_datadir}/games/fortunes/*
This page took 0.417542 seconds and 3 git commands to generate.