]> git.pld-linux.org Git - packages/fortune-mod-hu.git/blob - fortune-mod-hu.spec
- removed BuildRequires: fortune-mod
[packages/fortune-mod-hu.git] / fortune-mod-hu.spec
1 Summary:        Collection of Hungarian fortunes
2 Summary(pl):    Zestaw wêgierskich fortunek
3 Name:           fortune-mod-hu
4 Version:        0.1
5 Release:        1
6 License:        Public Domain
7 Group:          Applications/Games
8 Requires:       fortune-mod
9 Source0:        http://melkor.dnp.fmph.uniba.sk/~garabik/fortunes-hu/fortunes-hu.tar.gz
10 # Source0-md5:  88bf0718b8e5eab8f582be90b510c9bc
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Fortune-mod contains the ever-popular fortune program. Want a little
15 bit of random wisdom revealed to you when you log in? Fortune's your
16 program. Fun-loving system administrators can add fortune to users'
17 .login files, so that the users get their dose of wisdom each time
18 they log in.
19
20 %description -l pl
21 Fortune-mod zawiera wci±¿ popularny program fortune ("cytat dnia",
22 "przepowiednia"). Masz ochotê na odrobinê m±dro¶ci przekazanej Ci
23 podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
24 poczuciem humoru mog± dodaæ fortune do plików .login u¿ytkowników tak,
25 by ka¿dy otrzyma³ swoj± dawkê m±dro¶ci przy logowaniu.
26
27 %prep
28 %setup -q -n fortunes-hu
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
33
34 install hu/* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %{_datadir}/games/fortunes/*
This page took 0.240779 seconds and 3 git commands to generate.