packages: allegro/allegro.spec - dropped outdated/unsupported/unmaintained ...

qboosh qboosh at pld-linux.org
Thu Oct 14 09:27:23 CEST 2010


Author: qboosh                       Date: Thu Oct 14 07:27:23 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- dropped outdated/unsupported/unmaintained frame-pointer patch
- restored svgalib BR
- pass CMAKE_C_FLAGS_RELEASE to avoid overriding our optflags by -O3

---- Files affected:
packages/allegro:
   allegro.spec (1.80 -> 1.81) 

---- Diffs:

================================================================
Index: packages/allegro/allegro.spec
diff -u packages/allegro/allegro.spec:1.80 packages/allegro/allegro.spec:1.81
--- packages/allegro/allegro.spec:1.80	Thu Oct 14 09:04:55 2010
+++ packages/allegro/allegro.spec	Thu Oct 14 09:27:17 2010
@@ -29,8 +29,7 @@
 Source0:	http://downloads.sourceforge.net/alleg/%{name}-%{version}.tar.gz
 # Source0-md5:	0f1cfff8f2cf88e5c91a667d9fd386ec
 Patch0:		%{name}-info.patch
-#Patch1: %{name}-frame-pointer.patch
-Patch2:		%{name}-config.patch
+Patch1:		%{name}-config.patch
 URL:		http://alleg.sourceforge.net/
 BuildRequires:	OpenGL-GLU-devel
 BuildRequires:	OpenGL-devel
@@ -42,7 +41,7 @@
 BuildRequires:	libstdc++-devel
 BuildRequires:	libvorbis-devel
 BuildRequires:	pkgconfig
-#%{?with_svga:BuildRequires:	svgalib-devel}
+%{?with_svga:BuildRequires:	svgalib-devel}
 BuildRequires:	texinfo
 BuildRequires:	xorg-lib-libX11-devel
 BuildRequires:	xorg-lib-libXcursor-devel
@@ -328,14 +327,14 @@
 %prep
 %setup -q
 %patch0 -p1
-#%%patch1 -p1
-%patch2 -p1
+%patch1 -p1
 
 %build
 install -d build
 cd build
 %cmake .. \
 	-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+	-DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
 	-DCMAKE_VERBOSE_MAKEFILE=1 \
 	-DMANDIR=%{_mandir} \
@@ -544,6 +543,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.81  2010/10/14 07:27:17  qboosh
+- dropped outdated/unsupported/unmaintained frame-pointer patch
+- restored svgalib BR
+- pass CMAKE_C_FLAGS_RELEASE to avoid overriding our optflags by -O3
+
 Revision 1.80  2010/10/14 07:04:55  qboosh
 - fixed "let's create empty packages to hide functionality loss" idiocy
 - added fbcon driver
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/allegro/allegro.spec?r1=1.80&r2=1.81&f=u



More information about the pld-cvs-commit mailing list