]> git.pld-linux.org Git - packages/dod.git/blobdiff - dod.spec
- tabs in preamble
[packages/dod.git] / dod.spec
index 9aedacff81aea4721b972690349a0d2098d09bed..ca1b85a9b29e9e1cc3ba06421b293205a6683bd0 100644 (file)
--- a/dod.spec
+++ b/dod.spec
@@ -2,30 +2,33 @@
 # 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
+Summary:       Day Of Defeat - Linux server
+Summary(pl.UTF-8):     Day Of Defeat - serwer dla Linuksa
 Name:          dod
 Version:       v10b
 Release:       0.1
-License:       Unknown (Distributable)
+License:       unknown (distributable)
 Group:         Applications/Games
 Source0:       %{name}_v10_linux.tar.gz
 # Source0-md5: f438bc12bb9a64c92f8545e9b2d6399c
 Source1:       %{name}_%{version}.tar.gz
 # Source1-md5: f5be030178e15bfddd24d1bcf391a22a
 URL:           http://www.dayofdefeat.com/
-%if %{without steam} Requires: hlds
-%else Requires: hlds-steam
+%if !%{with steam}
+Requires:      hlds
+%else
+Requires:      hlds-steam
+%endif
 ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _chroot_home    /home/hlds
 
 %description
-Day Of Defeat server for linux
+Day Of Defeat server for Linux.
 
-%description -l pl
-Serwer dla Day of Defeat
+%description -l pl.UTF-8
+Serwer Day of Defeat dla Linuksa.
 
 %prep
 %setup -q -n dod
This page took 0.075834 seconds and 4 git commands to generate.