]> git.pld-linux.org Git - packages/freelords.git/commitdiff
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 16:29:01 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freelords.spec -> 1.3

freelords.spec

index 11c5e6c14c9023aeb9329af150b1ca88ba7bd1c5..b6954c334164e2556eaa8bea0c87980b3deccaee 100644 (file)
@@ -4,11 +4,12 @@ Name:         freelords
 Version:       0.0.6
 Release:       1
 License:       GPL
 Version:       0.0.6
 Release:       1
 License:       GPL
-Group:         X11/Games/Strategy
-Group(pl):     X11/Gry/Strategiczne
+Group:         X11/Applications/Games/Strategy
+Group(de):     X11/Applikationen/Spiele/Strategie
+Group(pl):     X11/Aplikacje/Gry/Strategiczne
 Source0:       http://download.freelords.org/sources/%{name}-%{version}.tar.gz
 Source0:       http://download.freelords.org/sources/%{name}-%{version}.tar.gz
-Patch0:                freelords-make.patch
-Patch1:                freelords-path.patch
+Patch0:                %{name}-make.patch
+Patch1:                %{name}-path.patch
 URL:           http://www.freelords.org/
 BuildRequires: qt-devel >= 2.2.0
 BuildRequires: libstdc++-devel
 URL:           http://www.freelords.org/
 BuildRequires: qt-devel >= 2.2.0
 BuildRequires: libstdc++-devel
@@ -17,14 +18,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _prefix         /usr/X11R6
 
 %description
 %define                _prefix         /usr/X11R6
 
 %description
-FreeLords is a turn-based strategy game. There can be various goals to achieve
-like e.g.: destroying all enemies, gathering a specific amount of money, occupying
-a certain city, ...
+FreeLords is a turn-based strategy game. There can be various goals to
+achieve like e.g.: destroying all enemies, gathering a specific amount
+of money, occupying a certain city, ...
 
 %description -l pl
 
 %description -l pl
-FreeLords to gra strategiczna z podzia³em na tury. Cele gry mog± byæ ró¿ne np.
-zniszczenie wszystkich przeciwników, zebranie okre¶lonej sumy pieniêdzy,
-okupacja okre¶lonego miasta i inne.
+FreeLords to gra strategiczna z podzia³em na tury. Cele gry mog± byæ
+ró¿ne np. zniszczenie wszystkich przeciwników, zebranie okre¶lonej
+sumy pieniêdzy, okupacja okre¶lonego miasta i inne.
 
 %prep
 %setup -q -n %{name}
 
 %prep
 %setup -q -n %{name}
@@ -33,7 +34,7 @@ okupacja okre
 find . -type d -name 'CVS'| xargs rm -rf
 
 %build
 find . -type d -name 'CVS'| xargs rm -rf
 
 %build
-OPT_FLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS -fno-rtti -fno-exceptions}"
+OPT_FLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 export OPT_FLAGS
 %{__make}
 
 export OPT_FLAGS
 %{__make}
 
This page took 0.06318 seconds and 4 git commands to generate.