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