]> git.pld-linux.org Git - packages/adonthell-maps.git/blob - adonthell-maps.spec
- it's really 0.3.3 version, epoch 1 to upgrade from 3 to 0.3.3
[packages/adonthell-maps.git] / adonthell-maps.spec
1 Summary:        Maps for Adonthell game engine
2 Summary(pl):    Mapy dla Adonthella
3 Name:           adonthell-maps
4 Version:        0.3.3
5 Release:        1
6 Epoch:          1
7 License:        GPL
8 Group:          X11/Applications/Games
9 Source0:        http://freesoftware.fsf.org/download/adonthell/wastesedge-%{version}.tar.gz
10 # Source0-md5:  c208c4c7aa2e8c97ec7b27a5bf4f2cd0
11 URL:            http://adonthell.linuxgames.com/download/index.shtml
12 BuildRequires:  adonthell
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _bindir         %{_prefix}/bin
17 %define         _gamedatadir    %{_prefix}/share/adonthell/games
18
19 %description
20 Map packs for Adonthell game.
21
22 %description -l pl
23 Paczka z mapami dla Adonthella.
24
25 %package wastesedge
26 Summary:        Waste's Edge map
27 Summary(pl):    Mapa Waste's Edge
28 Group:          X11/Applications/Games
29
30 %description wastesedge
31 As a loyal servant of the elven Lady Silverhair, you arrive at the
32 remote trading post of Waste's Edge, where she is engaged in
33 negotiations with the dwarish merchant Bjarn Fingolson. But not all is
34 well at Waste's Edge, and soon you are confronted with circumstances
35 that are about to destroy your mistress' high reputation. And you are
36 the only one to avert this ...
37
38 %description wastesedge -l pl
39 Jako lojalny s³uga elfiej Srebrzystow³osej Pani zostajesz wys³any do
40 odleg³ejgo miasteczka kupieckiego, Waste's Edge, w celu negocjacji z
41 krasnoludzkim kupcem Bjarnem Fingolsonem. Lecz w Waste's Edge nie
42 dzieje siê najlepiej, prêdko znajdujesz siê w okoliczno¶ciach mog±cych
43 zniszczyæ dobr± reputacjê twej Pani. I tylko ty mo¿esz temu
44 zapobiec...
45
46 %prep
47 %setup -q -n wastesedge-%{version}
48
49 %build
50 cp -f /usr/share/automake/config.sub .
51 %configure2_13
52
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT%{_bindir} \
58         $RPM_BUILD_ROOT%{_gamedatadir}/wastesedge/{audio,gfx,maps,scripts} \
59         $RPM_BUILD_ROOT%{_gamedatadir}/wastesedge/gettext/po \
60         $RPM_BUILD_ROOT%{_pixmapsdir}
61
62 %{__make} install \
63         datadir=$RPM_BUILD_ROOT%{_gamedatadir}/%{name} \
64         prefix=$RPM_BUILD_ROOT%{_prefix} \
65         bindir=$RPM_BUILD_ROOT%{_bindir} \
66         gamedatadir=$RPM_BUILD_ROOT%{_gamedatadir}/wastesedge/ \
67         pixmapdir=$RPM_BUILD_ROOT%{_pixmapsdir} \
68         gettextsrcdir=$RPM_BUILD_ROOT%{_gamedatadir}/wastesedge/gettext/po
69
70 %clean
71 rm -fr $RPM_BUILD_ROOT
72
73 %files wastesedge
74 %defattr(644,root,root,755)
75 %doc README AUTHORS PLAYING
76 %{_gamedatadir}
77 %{_pixmapsdir}
78 %attr(755,root,root) %{_bindir}/adonthell-wastesedge
This page took 0.257423 seconds and 3 git commands to generate.