]> git.pld-linux.org Git - packages/fortune-mod-dwimc.git/blame - fortune-mod-dwimc.spec
- converted to UTF-8
[packages/fortune-mod-dwimc.git] / fortune-mod-dwimc.spec
CommitLineData
5b1925bd 1Summary: Collection of Dude! Where Is My Car ?!
843c6611 2Summary(pl.UTF-8): Zestaw fortunek z filmu Stary! Gdzie jest moja bryka?
5b1925bd 3Name: fortune-mod-dwimc
4Version: 1.0
5Release: 1
6License: BSD
7Group: Applications/Games
8BuildRequires: fortune-mod
9Requires: fortune-mod
10Source0: dwimc.tgz
4cbb1dac 11# Source0-md5: ff5b1c6bb8208b208d7aba9026b2b635
5b1925bd 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Fortune-mod contains the ever-popular fortune program. Want a little
16bit of random wisdom revealed to you when you log in? Fortune's your
17program. Fun-loving system administrators can add fortune to users'
18.login files, so that the users get their dose of wisdom each time
19they log in.
20
843c6611
JR
21%description -l pl.UTF-8
22Fortune-mod zawiera wciąż popularny program fortune ("cytat dnia",
23"przepowiednia"). Masz ochotę na odrobinę mądrości przekazanej Ci
5b1925bd 24podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
843c6611
JR
25poczuciem humoru mogą dodać fortune do plików .login użytkowników tak,
26by każdy otrzymał swoją dawkę mądrości przy logowaniu.
5b1925bd 27
28%prep
29%setup -q -n dwimc
30
31%build
32strfile dwimc
33
34%install
35rm -rf $RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
37
38install dwimc* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%{_datadir}/games/fortunes/*
This page took 0.087215 seconds and 4 git commands to generate.