]> git.pld-linux.org Git - packages/fortunes-pl.git/blob - fortunes-pl.spec
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[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 %setup -q -n %{name}
37
38 %build
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 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"
42 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
43 for i in $COOKIES;
44 do
45  /usr/sbin/strfile $i;
46  install $i $i.dat $RPM_BUILD_ROOT%{_datadir}/games/fortunes;
47 done;
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %{_datadir}/games/fortunes/*
This page took 0.030538 seconds and 3 git commands to generate.