]> git.pld-linux.org Git - packages/fortune-mod-bofh-excuses-pl.git/blob - fortune-mod-bofh-excuses-pl.spec
d56f099273cd4f41431a9a92f483074d64770604
[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:        1
6 License:        BSD
7 Group:          Applications/Games
8 Requires:       fortune-mod
9 Source0:        %{name}-%{version}.tgz
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11 BuildRequires:  fortune-mod >= 1.0-13
12 BuildArch:      noarch
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 This package contains famous BOFH excuses in polish language,
22 translated by Andrzej 'Greybrow' Korcala (http://greybrow.iq.pl/POPR/)
23
24 %description -l pl
25 Fortune-mod zawiera wci±¿ popularny program fortune ("cytat dnia",
26 "przepowiednia"). Masz ochotê na odrobinê m±dro¶ci przekazanej Ci
27 podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
28 poczuciem humoru mog± dodaæ fortune do plików .login u¿ytkowników tak,
29 by ka¿dy otrzyma³ swoj± dawkê m±dro¶ci przy logowaniu.
30
31 Ten pakiet zawiera s³ynne wymówki BOFH-ów po polsku przet³umaczone
32 przez Andrzeja 'Greybow' Korcale (http://greybrow.iq.pl/POPR/)
33
34 %prep
35 %setup -q -n bofh-pl
36 %build
37 strfile bofh-excuses-pl bofh-excuses-pl.dat
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
42
43 install bofh-excuses-pl* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %{_datadir}/games/fortunes/*
This page took 0.078831 seconds and 3 git commands to generate.