packages: lgeneral/lgeneral.spec - 1.2.2 - disable patch0 - move config.rpa...

uzsolt uzsolt at pld-linux.org
Wed Aug 17 11:28:29 CEST 2011


Author: uzsolt                       Date: Wed Aug 17 09:28:29 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 1.2.2
- disable patch0
- move config.rpath copying to prep
- disable parallel build

---- Files affected:
packages/lgeneral:
   lgeneral.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: packages/lgeneral/lgeneral.spec
diff -u packages/lgeneral/lgeneral.spec:1.28 packages/lgeneral/lgeneral.spec:1.29
--- packages/lgeneral/lgeneral.spec:1.28	Mon Jun 13 20:25:32 2011
+++ packages/lgeneral/lgeneral.spec	Wed Aug 17 11:28:24 2011
@@ -2,16 +2,15 @@
 Summary:	Panzer General clone
 Summary(pl.UTF-8):	Klon gry Panzer General
 Name:		lgeneral
-Version:	1.2.1
+Version:	1.2.2
 Release:	1
 License:	GPL v2+
 Group:		X11/Applications/Games/Strategy
 Source0:	http://downloads.sourceforge.net/lgeneral/%{name}-%{version}.tar.gz
-# Source0-md5:	e77c9ba4ef1a38b84146333d85f883d0
+# Source0-md5:	aa2a591a2f069a4dae530ff6920303cb
 Source1:	http://downloads.sourceforge.net/lgeneral/pg-data.tar.gz
 # Source1-md5:	40c4be23f60d1dc732aabe13b58fc5e3
 Source2:	%{name}.desktop
-Patch0:		%{name}-separator.patch
 URL:		http://lgames.sourceforge.net/index.php?project=LGeneral
 BuildRequires:	SDL_mixer-devel >= 1.1.4
 BuildRequires:	autoconf
@@ -36,15 +35,14 @@
 
 %prep
 %setup -q -a 1
-%patch0 -p1
 %{__sed} -i 's at games/@@' configure.in
+#Maybe somebody know better way?
+cp %{_datadir}/gettext/config.rpath .
 
 %build
 %configure
 
-#Maybe somebody know better way?
-cp %{_datadir}/gettext/config.rpath .
-%{__make} \
+%{__make} -j1 \
 	ACLOCAL="%{__aclocal}" \
 	AUTOMAKE="%{__automake}"
 
@@ -97,6 +95,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2011/08/17 09:28:24  uzsolt
+- 1.2.2
+- disable patch0
+- move config.rpath copying to prep
+- disable parallel build
+
 Revision 1.28  2011/06/13 18:25:32  uzsolt
 - 1.2.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lgeneral/lgeneral.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list