]> git.pld-linux.org Git - packages/doomsday-data.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 29 Jun 2005 23:41:02 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    doomsday-data.spec -> 1.1

doomsday-data.spec [new file with mode: 0644]

diff --git a/doomsday-data.spec b/doomsday-data.spec
new file mode 100644 (file)
index 0000000..2843ba2
--- /dev/null
@@ -0,0 +1,60 @@
+# NOTE:
+# - sure this package could be instead doom-data, but doomsday engine is the best!
+# TODO
+# - hexen2, doom2, Plutionia and Tnt could be available freely.
+Summary:       Doom, Heretic and Hexen .wadfiles
+Name:          doomsday-data
+Version:       0.1
+Release:       0.1
+License:       ?
+Group:         Applications/Games
+Source0:       Doom.wad
+# Source0-md5: c4fe9fd920207691a9f493668e0a2083
+NoSource:      0
+Source1:       Plutonia.wad
+# Source1-md5: 75c8cf89566741fa9d22447604053bd7
+NoSource:      1
+Source2:       Tnt.wad
+# Source2-md5: 4e158d9953c79ccf97bd0663244cc6b6
+NoSource:      2
+Source3:       Heretic.wad
+# Source3-md5: ae779722390ec32fa37b0d361f7d82f8
+NoSource:      3
+Source4:       Hexen.wad
+# Source4-md5: abb033caf81e26f12a2103e1fa25453f
+NoSource:      4
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _gamedatadir    %{_datadir}/deng
+
+%description
+THis package contains wad files for jDoom:
+- Doom - Doom I
+- Plutonia
+- Tnt
+- Heretic - Heretic I
+- Hexen - Hexen I
+
+%prep
+%setup -q -c -T
+cp -p %{SOURCE0} .
+cp -p %{SOURCE1} .
+cp -p %{SOURCE2} .
+cp -p %{SOURCE3} .
+cp -p %{SOURCE4} .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_gamedatadir}/j{Doom,Heretic,Hexen}
+
+cp -p Doom.wad Plutonia.wad Tnt.wad $RPM_BUILD_ROOT%{_gamedatadir}/jDoom
+cp -p Heretic.wad $RPM_BUILD_ROOT%{_gamedatadir}/jHeretic
+cp -p Hexen.wad $RPM_BUILD_ROOT%{_gamedatadir}/jHexen
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_gamedatadir}/j*/*.wad
This page took 0.067016 seconds and 4 git commands to generate.