rpms/samba4/devel samba4.spec,1.10,1.11

Simo Sorce simo at fedoraproject.org
Thu Mar 26 00:25:22 UTC 2009


Author: simo

Update of /cvs/pkgs/rpms/samba4/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27534

Modified Files:
	samba4.spec 
Log Message:
* Wed Mar 25 2009 Simo Sorce <ssorce at redhat.com> - 4.0.0-13alpha7
- rebuild with correct CFLAGS (also fixes debuginfo)



Index: samba4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/samba4/devel/samba4.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- samba4.spec	10 Mar 2009 22:02:39 -0000	1.10
+++ samba4.spec	26 Mar 2009 00:24:52 -0000	1.11
@@ -1,4 +1,4 @@
-%define main_release 12
+%define main_release 13
 %define samba4_version 4.0.0
 
 %define talloc_version 1.2.0
@@ -318,10 +318,8 @@
 
 %build
 %define shared_build_dir %{_sourcedir}/standalone/sbtmp
-SAVE_LDLPATH=$LD_LIBRARY_PATH
-SAVE_CFLAGS=$CFLAGS
 export LD_LIBRARY_PATH=%{shared_build_dir}/lib
-export CFLAGS="$CFLAGS -I%{shared_build_dir}/include"
+export CFLAGS="$RPM_OPT_FLAGS -I%{shared_build_dir}/include"
 
 # talloc
 %if %enable_talloc
@@ -359,8 +357,7 @@
 popd
 %endif
 
-export LD_LIBRARY_PATH=$SAVE_LDLPATH
-export CFLAGS=$SAVE_CFLAGS
+export LD_LIBRARY_PATH
 
 cd source4
 
@@ -837,6 +834,9 @@
 %endif
 
 %changelog
+* Wed Mar 25 2009 Simo Sorce <ssorce at redhat.com> - 4.0.0-13alpha7
+- rebuild with correct CFLAGS (also fixes debuginfo)
+
 * Tue Mar 10 2009 Simo Sorce <ssorce at redhat.com> - 4.0.0-12alpha7
 - Second part of fix for the ldb segfault problem from upstream
 




More information about the fedora-extras-commits mailing list