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