rpms/xbsql/EL-6 xbsql.spec,1.12,1.13

Tom Callaway spot at fedoraproject.org
Thu Jul 8 19:15:30 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/xbsql/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18129/EL-6

Modified Files:
	xbsql.spec 
Log Message:
sync


Index: xbsql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xbsql/EL-6/xbsql.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- xbsql.spec	20 Aug 2009 03:46:49 -0000	1.12
+++ xbsql.spec	8 Jul 2010 19:15:29 -0000	1.13
@@ -1,7 +1,7 @@
 Name:		xbsql
 Summary:	A SQL wrapper for xbase
 Version:	0.11
-Release:	14%{?dist}
+Release:	15%{?dist}
 Group:		Development/Libraries
 License:	LGPLv2+
 URL:		http://www.quaking.demon.co.uk/xbsql/
@@ -31,12 +31,13 @@ Headers and libraries for compiling prog
 
 %build
 %configure
-make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
+make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool CFLAGS="%{optflags}" CPPFLAGS="%{optflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -55,9 +56,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-, root, root, 0755)
 %{_includedir}/*
 %{_libdir}/*.so
-%{_libdir}/*.a
 
 %changelog
+* Wed Jan 20 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 0.11-15
+- don't package static lib (resolves bz 556100)
+- use optflags when building
+
 * Wed Aug 19 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 0.11-14
 - update for new xbase
 



More information about the scm-commits mailing list