]> git.pld-linux.org Git - packages/fortune-mod-bofh-excuses.git/blob - fortune-mod-bofh-excuses.spec
- release 2: adapterized.
[packages/fortune-mod-bofh-excuses.git] / fortune-mod-bofh-excuses.spec
1 Summary:        Collection of Bofh Excuses Fortunes
2 Summary(pl):    Zestaw fortunek z wymówkami administratorów (BOFH-ów)
3 Name:           fortune-mod-bofh-excuses
4 Version:        1.1
5 Release:        2
6 License:        BSD
7 Group:          Applications/Games
8 Group(cs):      Aplikace/Hry
9 Group(da):      Programmer/Spil
10 Group(de):      Applikationen/Spiele
11 Group(es):      Aplicaciones/Juegos
12 Group(fr):      Applications/Jeux
13 Group(is):      Forrit/Leikir
14 Group(it):      Applicazioni/Giochi
15 Group(ja):      ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó/¥²¡¼¥à
16 Group(no):      Applikasjoner/Spill
17 Group(pl):      Aplikacje/Gry
18 Group(pt):      Aplicações/Jogos
19 Group(ru):      ðÒÉÌÏÖÅÎÉÑ/éÇÒÙ
20 Group(sl):      Programi/Igre
21 Group(sv):      Tillämpningar/Spel
22 Group(uk):      ðÒÉËÌÁÄΦ ðÒÏÇÒÁÍÉ/¶ÇÒÉ
23 Requires:       fortune-mod
24 Source0:        http://sec.irq.org/sw/%{name}-%{version}.tgz
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Fortune-mod contains the ever-popular fortune program. Want a little
29 bit of random wisdom revealed to you when you log in? Fortune's your
30 program. Fun-loving system administrators can add fortune to users'
31 .login files, so that the users get their dose of wisdom each time
32 they log in.
33
34 %description -l pl
35 Fortune-mod zawiera wci±¿ popularny program fortune ("cytat dnia",
36 "przepowiednia"). Masz ochotê na odrobinê m±dro¶ci przekazanej Ci
37 podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
38 poczuciem humoru mog± dodaæ fortune do plików .login u¿ytkowników tak,
39 by ka¿dy otrzyma³ swoj± dawkê m±dro¶ci przy logowaniu.
40
41 %prep
42 %setup -q -n bofh
43
44 %build
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
49
50 install bofh-excuses* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %{_datadir}/games/fortunes/*
This page took 0.112849 seconds and 4 git commands to generate.