rpms/apr/devel apr.spec,1.25,1.26

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 15 12:38:32 UTC 2005


Author: jorton

Update of /cvs/dist/rpms/apr/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17117

Modified Files:
	apr.spec 
Log Message:
* Thu Sep 15 2005 Joe Orton <jorton at redhat.com> 0.9.6-6
- don't override CFLAGS at build time



Index: apr.spec
===================================================================
RCS file: /cvs/dist/rpms/apr/devel/apr.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- apr.spec	9 Sep 2005 14:20:40 -0000	1.25
+++ apr.spec	15 Sep 2005 12:38:30 -0000	1.26
@@ -3,7 +3,7 @@
 Summary: Apache Portable Runtime library
 Name: apr
 Version: 0.9.6
-Release: 5
+Release: 6
 License: Apache Software License
 Group: System Environment/Libraries
 URL: http://apr.apache.org/
@@ -62,7 +62,7 @@
         --with-installbuilddir=%{_libdir}/apr/build \
         --with-devrandom=/dev/urandom \
         CC=gcc CXX=g++
-make %{?_smp_mflags} CFLAGS=-Wall && make dox
+make %{?_smp_mflags} && make dox
 
 %check
 # Run non-interactive tests
@@ -125,6 +125,9 @@
 %{_includedir}/apr-%{aprver}/*.h
 
 %changelog
+* Thu Sep 15 2005 Joe Orton <jorton at redhat.com> 0.9.6-6
+- don't override CFLAGS at build time
+
 * Fri Sep  9 2005 Joe Orton <jorton at redhat.com> 0.9.6-5
 - add from 0.9.x branch:
  * fix for apr_{uid,gid}_* error handling (r239592)




More information about the fedora-cvs-commits mailing list