]> git.pld-linux.org Git - packages/dod.git/commitdiff
- Day Of Defeat server initial import, u can find sources at:
authorzergin <zergin@pld-linux.org>
Sun, 29 Aug 2004 00:48:20 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  http://games.bigpond.com/pc/resources/files/browsegame/html/1/63
  but u have to register :/ there is no official d/l site.
- now buids but don't know if runs, i have no client :)
- TODO:
  .so to _libdir +source patch
  init script (maby in hlds package?)
  backond --with missingmaps

Changed files:
    dod.spec -> 1.1

dod.spec [new file with mode: 0644]

diff --git a/dod.spec b/dod.spec
new file mode 100644 (file)
index 0000000..0c6b73a
--- /dev/null
+++ b/dod.spec
@@ -0,0 +1,53 @@
+Summary:       Day Of Defeat - linux server
+Summary(pl):   Day Of Defeat - serwer dla linuxa
+Name:          dod
+Version:       v10b
+Release:       0.1
+License:       Unknown
+Group:         Applications/Games
+######         /root/rpm/SOURCES/rpm.groups: no such file
+Source0:       %{name}_v10_linux.tar.gz
+# Source0-md5: f438bc12bb9a64c92f8545e9b2d6399c
+Source1:       %{name}_%{version}.tar.gz
+# Source1-md5: f5be030178e15bfddd24d1bcf391a22a
+Requires:      hlds
+ExclusiveArch: %{ix86}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _chroot_home    /home/hlds
+
+%description
+Day Of Defeat server for linux
+
+%description -l pl
+Serwer dla Day of Defeat
+
+%prep
+%setup -q -n dod
+
+%build
+cp %{SOURCE1} .
+tar zxf %{SOURCE1}
+mv -f dod/dlls/* ./dlls/
+mv -f dod/readme.txt .
+rm -Rf dod
+rm -f dod_v10b.tar.gz
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_chroot_home}/dod
+
+# todo: mv .so to _libdir
+#install -d $RPM_BUILD_ROOT%{_libdir}
+
+# mv is for save space on HDD
+mv * $RPM_BUILD_ROOT%{_chroot_home}/dod
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc $RPM_BUILD_ROOT%{_chroot_home}/dod/readme.txt $RPM_BUILD_ROOT%{_chroot_home}/dod/manual/*
+%dir %{_chroot_home}/dod
+%{_chroot_home}/dod/*
This page took 0.096325 seconds and 4 git commands to generate.