]> git.pld-linux.org Git - packages/fortunes-pl.git/blob - fortunes-pl.spec
- strfile is in %%{_bindir} now
[packages/fortunes-pl.git] / fortunes-pl.spec
1 Summary:        Collection of Polish Fortunes
2 Summary(pl):    Zbiór polskich fortunek
3 Name:           fortunes-pl
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Games
8 Source0:        %{name}.tar.gz
9 BuildRequires:  fortune-mod >= 1.0-13
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 Install fortune if you want a program which will bestow these random
20 bits o' wit.
21
22 This package constant colection of polish fortunes from cvs.pld.org.pl
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 kolekcjê polskich fortunek z cvs.pld.org.pl
32
33 %prep
34 %setup -q -n %{name}
35
36 %build
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 COOKIES="argante linux milosc ospl-ad puchatek stachura haiku linuxfr misc pcol seneka komputery linuxpl nauka perl sigpl konikbujany nowe pld sigvirus advocacy lcamtuf microsoft ospl plug slogany"
40 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
41 for i in $COOKIES;
42 do
43  strfile $i;
44  install $i $i.dat $RPM_BUILD_ROOT%{_datadir}/games/fortunes;
45 done;
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %{_datadir}/games/fortunes/*
This page took 0.025686 seconds and 3 git commands to generate.