rpms/xulrunner-python/F-13 xulrunner-python.spec,1.1,1.2

Jan Horak xhorak at fedoraproject.org
Tue Mar 16 07:50:46 UTC 2010


Author: xhorak

Update of /cvs/pkgs/rpms/xulrunner-python/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27283

Modified Files:
	xulrunner-python.spec 
Log Message:
Set CFLAGS and CXXFLAGS variables to 


Index: xulrunner-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner-python/F-13/xulrunner-python.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xulrunner-python.spec	29 Jan 2010 23:44:36 -0000	1.1
+++ xulrunner-python.spec	16 Mar 2010 07:50:46 -0000	1.2
@@ -5,7 +5,7 @@
 Summary:        Python interface for mozilla XPCOM library
 Name:           xulrunner-python
 Version:        1.9.2
-Release:        2.%{hgver}%{?dist}
+Release:        3.%{hgver}%{?dist}
 URL:            http://developer.mozilla.org/en/PyXPCOM
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -46,7 +46,10 @@ autoconf-2.13
 #---------------------------------------------------------------------
 
 %build
-cd %{objdir} 
+export CFLAGS=$RPM_OPT_FLAGS
+export CXXFLAGS=$RPM_OPT_FLAGS
+
+cd %{objdir}
 ../configure --with-libxul-sdk=`pkg-config --variable=sdkdir libxul` \
              --with-system-nspr  \
              --prefix=%{_prefix} \
@@ -121,6 +124,9 @@ popd
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Mar 16 2010 Jan Horak <jhorak at redhat.com> - 1.9.2.3.20100111hg
+- Set CFLAGS and CXXFLAGS variables to $RPM_OPT_FLAGS
+
 * Wed Nov 25 2009 Martin Stransky <stransky at redhat.com> 1.9.2-2.20100111hg
 - created as standalone package
 



More information about the scm-commits mailing list