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

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Sep 17 08:39:16 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/libsidplay/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv521

Modified Files:
	libsidplay.spec 
Log Message:
* Sat Sep 17 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.36.57-9
- don't build/include static library



Index: libsidplay.spec
===================================================================
RCS file: /cvs/extras/rpms/libsidplay/devel/libsidplay.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libsidplay.spec	27 Jun 2005 18:19:36 -0000	1.10
+++ libsidplay.spec	17 Sep 2005 08:39:14 -0000	1.11
@@ -1,7 +1,7 @@
 Name: libsidplay
 Summary: Commodore 64 music player and SID chip emulator library
 Version: 1.36.57
-Release: 8%{?dist}
+Release: 9%{?dist}
 Source: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/%{name}-%{version}.tgz
 Patch: libsidplay-post57fixes.patch
 Group: System Environment/Libraries
@@ -29,11 +29,11 @@
 %patch -p1 -b .post57fixes
 
 %build
+CXXFLAGS="$RPM_OPT_FLAGS" %configure \
 %ifarch %{ix86}
-CXXFLAGS="$RPM_OPT_FLAGS" %configure --enable-optfixpoint --enable-optendian
-%else
-CXXFLAGS="$RPM_OPT_FLAGS" %configure
+  --enable-optfixpoint --enable-optendian \
 %endif
+  --disable-static
 make
 
 %install
@@ -58,10 +58,13 @@
 %files devel
 %defattr(-,root,root)
 %{_libdir}/libsidplay.so
-%{_libdir}/libsidplay.a
+#%{_libdir}/libsidplay.a
 %{_includedir}/sidplay
 
 %changelog
+* Sat Sep 17 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.36.57-9
+- don't build/include static library
+
 * Thu May 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.36.57-8
 - rebuilt
 




More information about the fedora-extras-commits mailing list