]> git.pld-linux.org Git - packages/fortune-mod-dubya.git/blob - fortune-mod-dubya.spec
884dd1a95c5a94d001b54eb62bb2a4919da10b0f
[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 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 %description -l pl.UTF-8
25 Fortune-mod zawiera wciąż popularny program fortune ("cytat dnia",
26 "przepowiednia"). Masz ochotę na odrobinę mądrości przekazanej Ci
27 podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
28 poczuciem humoru mogą dodać fortune do plików .login użytkowników tak,
29 by każdy otrzymał swoją dawkę mądrości przy logowaniu.
30
31 %prep
32 %setup -q -n dubya
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
38 install dubya* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %{_datadir}/games/fortunes/*
This page took 0.304645 seconds and 2 git commands to generate.