rpms/libfwbuilder/FC-4 .cvsignore, 1.4, 1.5 libfwbuilder.spec, 1.8, 1.9 sources, 1.4, 1.5

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Sun Feb 5 17:25:25 UTC 2006


Author: ertzing

Update of /cvs/extras/rpms/libfwbuilder/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv984

Modified Files:
	.cvsignore libfwbuilder.spec sources 
Log Message:
- Update to 2.0.10
- Fixes for changed libresolv behaviour in FC5



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libfwbuilder/FC-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	13 Jul 2005 16:10:41 -0000	1.4
+++ .cvsignore	5 Feb 2006 17:25:25 -0000	1.5
@@ -1 +1 @@
-libfwbuilder-2.0.8.tar.gz
+libfwbuilder-2.0.10.tar.gz


Index: libfwbuilder.spec
===================================================================
RCS file: /cvs/extras/rpms/libfwbuilder/FC-4/libfwbuilder.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libfwbuilder.spec	13 Jul 2005 16:10:41 -0000	1.8
+++ libfwbuilder.spec	5 Feb 2006 17:25:25 -0000	1.9
@@ -1,7 +1,7 @@
 Name:           libfwbuilder
 Summary:        Firewall Builder API
-Version:        2.0.8
-Release:	1.FC4 
+Version:        2.0.10
+Release:        1%{?dist}
 License:        GPL
 Group:          System Environment/Libraries
 URL:            http://www.fwbuilder.org/
@@ -45,11 +45,24 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .gcc4
 
 
 %build
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
-./configure --enable-auto-docdir --libdir=%{_libdir} --prefix=%{_prefix} --with-templatedir=%{_datadir}/libfwbuilder --disable-static  --enable-shared
+#
+# configure does not pass our CXXFLAGS to the build process,
+# which kind of sucks.
+# There has to be a less ugly way to do this.
+#
+perl -pi -e 's|(QMAKE_CXXFLAGS_.*)|$1 \@CXXFLAGS\@|' qmake.inc.in
+
+CXXFLAGS="${RPM_OPT_FLAGS} -ffriend-injection"  %configure \
+    --enable-auto-docdir \
+    --with-templatedir=%{_datadir}/libfwbuilder \
+    --disable-static  \
+    --enable-shared \
+    --disable-dependency-tracking
 make all
 
 
@@ -71,8 +84,9 @@
 
 
 %changelog
-* Wed Jul 13 2005 Steve Grubb <sgrubb at redhat.com> 2.0.8-1.FC4
-- New upstream version
+* Sun Feb 05 2006 Ralf Ertzinger <ralf at skytale.net> 2.0.10-1
+- Update to 2.0.10
+- Fixes for changed libresolv behaviour in FC5
 
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 2.0.6-3
 - build on all arches


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libfwbuilder/FC-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	13 Jul 2005 16:10:41 -0000	1.4
+++ sources	5 Feb 2006 17:25:25 -0000	1.5
@@ -1 +1 @@
-a554710b26bc42c895187f6a2b78b27f  libfwbuilder-2.0.8.tar.gz
+7f171715bd398137e832a53628642fe6  libfwbuilder-2.0.10.tar.gz




More information about the scm-commits mailing list