]> git.pld-linux.org Git - packages/fortune-mod-eviloverlord.git/blob - fortune-mod-eviloverlord.spec
- up to 20091121
[packages/fortune-mod-eviloverlord.git] / fortune-mod-eviloverlord.spec
1 Summary:        Things I'd Do If I Ever Became An Evil Overlord
2 Summary(pl.UTF-8):      Rzeczy, które bym zrobił, gdybym zdobył władzę nad światem
3 Name:           fortune-mod-eviloverlord
4 Version:        20091121
5 Release:        1
6 License:        Distributable + WTFPL
7 Group:          Applications/Games
8 # git clone git://github.com/pawelz/fortune-mod-eviloverlord
9 Source0:        http://xatka.net/~z/PLD/%{name}-%{version}.tar.bz2
10 # Source0-md5:  d019f96f1364b7c69c32e2c101f1de86
11 Source1:        http://www.eviloverlord.com/lists/overlord.html
12 # Source1-md5:  b7852206caff4f2eaaecd8006fb068d4
13 Source2:        http://www.eviloverlord.com/lists/dungeon_a.html
14 # Source2-md5:  d75189fb65d1c84981d49628b75aa11a
15 Source3:        http://www.eviloverlord.com/lists/dungeon_b.html
16 # Source3-md5:  7c5a3feea32ec429a8e9ee5bb531e2b4
17 URL:            http://www.eviloverlord.com/lists/overlord.html
18 BuildRequires:  fortune-mod
19 Requires:       fortune-mod
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21 BuildArch:      noarch
22
23 %description
24 Things I'd Do If I Ever Became An Evil Overlord.
25
26 %description -l pl.UTF-8
27 Rzeczy, które bym zrobił, gdybym zdobył władzę nad światem.
28
29 %prep
30 %setup -q
31
32 cp %{SOURCE1} .
33 cp %{SOURCE2} .
34 cp %{SOURCE3} .
35
36 %build
37 ./eviloverlord.sh
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
42 install eviloverlord* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc COPYING
50 %{_datadir}/games/fortunes/*
This page took 0.0756 seconds and 3 git commands to generate.