]> git.pld-linux.org Git - packages/fortunes-pl.git/blob - fortunes-pl.spec
- Added pld-lists cookie file.
[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 Group(de):      Applikationen/Spiele
9 Group(pl):      Aplikacje/Gry
10 Source0:        %{name}.tar.gz
11 BuildRequires:  fortune-mod
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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 Install fortune if you want a program which will bestow these random
22 bits o' wit.
23
24 This package constant colection of polish fortunes from cvs.pld.org.pl
25
26 %description -l pl
27 Fortune-mod zawiera wci±¿ popularny program fortune ("cytat dnia",
28 "przepowiednia"). Masz ochotê na odrobinê m±dro¶ci przekazanej Ci
29 podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
30 poczuciem humoru mog± dodaæ fortune do plików .login u¿ytkowników tak,
31 by ka¿dy otrzyma³ swoj± dawkê m±dro¶ci przy logowaniu.
32
33 Ten pakiet zawiera kolekcjê polskich fortunek z cvs.pld.org.pl
34
35 %prep
36 install -d %{name}
37 tar zxf %{SOURCE0} 
38 %setup -q -n %{name}
39
40 %build
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 COOKIES="argante linux milosc ospl-ad puchatek stachura haiku linuxfr misc pcol seneka komputery linuxpl nauka perl sigpl konikbujany nowe pld pld-lists sigvirus advocacy lcamtuf microsoft ospl plug slogany"
44 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
45 for i in $COOKIES;
46 do
47  strfile $i;
48  install $i $i.dat $RPM_BUILD_ROOT%{_datadir}/games/fortunes;
49 done;
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %{_datadir}/games/fortunes/*
This page took 0.077167 seconds and 4 git commands to generate.