diff --git a/.cvsignore b/.cvsignore index d809853..4e04d62 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -liquidwar-5.6.3.tar.gz +liquidwar-5.6.4.tar.gz diff --git a/liquidwar.spec b/liquidwar.spec index 9c83097..fa91aa3 100644 --- a/liquidwar.spec +++ b/liquidwar.spec @@ -1,6 +1,6 @@ Name: liquidwar -Version: 5.6.3 -Release: 4%{?dist} +Version: 5.6.4 +Release: 1%{?dist} Summary: Multiplayer wargame with liquid armies Group: Amusements/Games License: GPLv2+ @@ -56,18 +56,18 @@ sed -i \ -e 's:^\.B /usr/local/share/doc/liquidwar$:the %{name}-doc :' \ -e 's:^directories, :package), :' \ doc/man/begin.man.in -# fix metaserer url -sed -i 's#http://www.ufoot.org/liquidwar/metaserver.php3#http://www.ufoot.org/liquidwar/v5/metaserver#g' \ - doc/xml/*.xml %build -%configure \ +%configure --disable-target-opt \ %ifnarch %{ix86} --disable-asm %endif -make %{?_smp_mflags} GAMEDIR=%{_bindir} DATADIR=%{_datadir}/%{name} +MAKE_FLAGS="DEBUG_FLAGS= GAMEDIR=%{_bindir} DATADIR=%{_datadir}/%{name}" +# to show to compile flags with out MAKE_FLAGS +make config $MAKE_FLAGS +make %{?_smp_mflags} $MAKE_FLAGS # make docs utf-8 iconv -f ISO-8859-1 -t UTF8 doc/man/%{name}.6 | gzip > doc/man/%{name}.6.gz @@ -175,6 +175,9 @@ fi %changelog +* Mon Oct 22 2007 Hans de Goede 5.6.4-1 +- New upstream release 5.6.4 + * Mon Aug 13 2007 Hans de Goede 5.6.3-4 - Update License tag for new Licensing Guidelines compliance diff --git a/sources b/sources index 53eaddb..e98542f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a41473c281f214c1ac96ab50f98537c9 liquidwar-5.6.3.tar.gz +6917dd1026e6685404ffbd086f8ba374 liquidwar-5.6.4.tar.gz