]> git.pld-linux.org Git - packages/fortune-mod-dwimc.git/blob - fortune-mod-dwimc.spec
- converted to UTF-8
[packages/fortune-mod-dwimc.git] / fortune-mod-dwimc.spec
1 Summary:        Collection of Dude! Where Is My Car ?!
2 Summary(pl.UTF-8):   Zestaw fortunek z filmu Stary! Gdzie jest moja bryka?
3 Name:           fortune-mod-dwimc
4 Version:        1.0
5 Release:        1
6 License:        BSD
7 Group:          Applications/Games
8 BuildRequires:  fortune-mod
9 Requires:       fortune-mod
10 Source0:        dwimc.tgz
11 # Source0-md5:  ff5b1c6bb8208b208d7aba9026b2b635
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 %description -l pl.UTF-8
22 Fortune-mod zawiera wciąż popularny program fortune ("cytat dnia",
23 "przepowiednia"). Masz ochotę na odrobinę mądrości przekazanej Ci
24 podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
25 poczuciem humoru mogą dodać fortune do plików .login użytkowników tak,
26 by każdy otrzymał swoją dawkę mądrości przy logowaniu.
27
28 %prep
29 %setup -q -n dwimc
30
31 %build
32 strfile dwimc
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
37
38 install dwimc* $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.058817 seconds and 3 git commands to generate.