]> git.pld-linux.org Git - packages/fortune-mod-hu.git/blame - fortune-mod-hu.spec
- noarch
[packages/fortune-mod-hu.git] / fortune-mod-hu.spec
CommitLineData
abb53e0f 1Summary: Collection of Hungarian fortunes
f6caa7d0 2Summary(pl.UTF-8): Zestaw węgierskich fortunek
abb53e0f
MG
3Name: fortune-mod-hu
4Version: 0.1
5Release: 1
6License: Public Domain
7Group: Applications/Games
abb53e0f
MG
8Requires: fortune-mod
9Source0: http://melkor.dnp.fmph.uniba.sk/~garabik/fortunes-hu/fortunes-hu.tar.gz
10# Source0-md5: 88bf0718b8e5eab8f582be90b510c9bc
93eb4c81 11BuildArch: noarch
abb53e0f
MG
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
9890afb0
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
abb53e0f 24podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
9890afb0
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.
abb53e0f
MG
27
28%prep
29%setup -q -n fortunes-hu
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
34
35install hu/* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%{_datadir}/games/fortunes/*
This page took 0.102623 seconds and 4 git commands to generate.