]> git.pld-linux.org Git - packages/fortune-mod-matrixfortunes.git/blob - fortune-mod-matrixfortunes.spec
- spec adapterized.
[packages/fortune-mod-matrixfortunes.git] / fortune-mod-matrixfortunes.spec
1 Summary:        Collection of Bofh Excuses Fortunes
2 Name:           fortune-mod-matrix-fortunes
3 Version:        0.1.0
4 Release:        10
5 License:        GPL
6 Group:          Amusements/Games
7 Source0:        matrixfortunes-%{version}.tar.bz2
8 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9
10 %description
11 Fortune-mod contains the ever-popular fortune program. Want a little
12 bit of random wisdom revealed to you when you log in? Fortune's your
13 program. Fun-loving system administrators can add fortune to users'
14 .login files, so that the users get their dose of wisdom each time
15 they log in.
16
17 Install fortune if you want a program which will bestow these random
18 bits o' wit.
19
20 %description -l pl
21 Fortune-mod zawiera wci±¿ popularny program fortune ("cytat dnia",
22 "przepowiednia"). Masz ochotê na odrobinê m±dro¶ci przekazanej Ci
23 podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
24 poczuciem humoru mog± dodaæ fortune do plików .login u¿ytkowników tak,
25 by ka¿dy otrzyma³ swoj± dawkê m±dro¶ci przy logowaniu.
26
27 %prep
28 %setup -q -n matrixfortunes-%{version}
29 %build
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
35 install matrix* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %{_datadir}/games/fortunes/*
This page took 0.05645 seconds and 3 git commands to generate.