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