summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzergin2004-08-29 11:37:31 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit1635552fca3f353adb341c926b3bf8fc2a7d21e9 (patch)
treebe527d792ba4a9b9fdaa48c5726bcdaa474c456a
parent83f59a641f881c8b3d28dfa5fc0f6940c172cba8 (diff)
downloaddod-1635552fca3f353adb341c926b3bf8fc2a7d21e9.zip
dod-1635552fca3f353adb341c926b3bf8fc2a7d21e9.tar.gz
- i was enlighted that DoD now uses hlds-steam not plain hlds in general.
hlds-steam yet to come. - addad backond without steam Changed files: dod.spec -> 1.3
-rw-r--r--dod.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/dod.spec b/dod.spec
index 411447c..9aedacf 100644
--- a/dod.spec
+++ b/dod.spec
@@ -1,17 +1,21 @@
+#
+# Conditional build:
+%bcond_without steam # without steam hlds engine (use plain hlds)
+#
Summary: Day Of Defeat - linux server
Summary(pl): Day Of Defeat - serwer dla linuxa
Name: dod
Version: v10b
Release: 0.1
-License: Unknown
+License: Unknown (Distributable)
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
URL: http://www.dayofdefeat.com/
-Requires: hlds
+%if %{without steam} Requires: hlds
+%else Requires: hlds-steam
ExclusiveArch: %{ix86}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)