]> git.pld-linux.org Git - packages/doomsday-data.git/blame - doomsday-data.spec
- tabs in preamble
[packages/doomsday-data.git] / doomsday-data.spec
CommitLineData
7b59d2da
ER
1# NOTE:
2# - sure this package could be instead doom-data, but doomsday engine is the best!
3# TODO
4# - hexen2, doom2, Plutionia and Tnt could be available freely.
5Summary: Doom, Heretic and Hexen .wadfiles
588fc575 6Summary(pl.UTF-8): Pliki .wad z Dooma, Heretica i Hexena
7b59d2da
ER
7Name: doomsday-data
8Version: 0.1
450580ae 9Release: 0.2
7b59d2da
ER
10License: ?
11Group: Applications/Games
12Source0: Doom.wad
450580ae 13# NoSource0-md5: c4fe9fd920207691a9f493668e0a2083
7b59d2da
ER
14NoSource: 0
15Source1: Plutonia.wad
450580ae 16# NoSource1-md5: 75c8cf89566741fa9d22447604053bd7
7b59d2da
ER
17NoSource: 1
18Source2: Tnt.wad
450580ae 19# NoSource2-md5: 4e158d9953c79ccf97bd0663244cc6b6
7b59d2da
ER
20NoSource: 2
21Source3: Heretic.wad
450580ae 22# NoSource3-md5: ae779722390ec32fa37b0d361f7d82f8
7b59d2da
ER
23NoSource: 3
24Source4: Hexen.wad
450580ae 25# NoSource4-md5: abb033caf81e26f12a2103e1fa25453f
7b59d2da 26NoSource: 4
c2f989b3 27Requires: doomsday
7b59d2da
ER
28BuildArch: noarch
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
450580ae 31%define _gamedatadir %{_datadir}/deng/Data
7b59d2da
ER
32
33%description
abab4463
JB
34This package contains wad files for jDoom:
35- Doom - Doom I
36- Plutonia
37- Tnt
38- Heretic - Heretic I
39- Hexen - Hexen I
40
93bd2b75 41%description -l pl.UTF-8
abab4463 42Ten pakiet zawiera pliki wad dla jDooma:
7b59d2da
ER
43- Doom - Doom I
44- Plutonia
45- Tnt
46- Heretic - Heretic I
47- Hexen - Hexen I
48
49%prep
50%setup -q -c -T
51cp -p %{SOURCE0} .
52cp -p %{SOURCE1} .
53cp -p %{SOURCE2} .
54cp -p %{SOURCE3} .
55cp -p %{SOURCE4} .
56
57%install
58rm -rf $RPM_BUILD_ROOT
59install -d $RPM_BUILD_ROOT%{_gamedatadir}/j{Doom,Heretic,Hexen}
60
61cp -p Doom.wad Plutonia.wad Tnt.wad $RPM_BUILD_ROOT%{_gamedatadir}/jDoom
62cp -p Heretic.wad $RPM_BUILD_ROOT%{_gamedatadir}/jHeretic
63cp -p Hexen.wad $RPM_BUILD_ROOT%{_gamedatadir}/jHexen
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files
69%defattr(644,root,root,755)
70%{_gamedatadir}/j*/*.wad
This page took 0.082153 seconds and 4 git commands to generate.