rpms/libsidplay/devel libsidplay.spec,1.5,1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Dec 16 16:32:49 UTC 2004


Author: mschwendt

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

Modified Files:
	libsidplay.spec 
Log Message:
Fix for x86_64.


Index: libsidplay.spec
===================================================================
RCS file: /cvs/extras/rpms/libsidplay/devel/libsidplay.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libsidplay.spec	10 Nov 2004 02:23:35 -0000	1.5
+++ libsidplay.spec	16 Dec 2004 16:32:46 -0000	1.6
@@ -1,7 +1,7 @@
 Name: libsidplay
 Summary: A Commodore 64 music player and SID chip emulator library.
 Version: 1.36.57
-Release: 5
+Release: 6
 Epoch: 0
 Source: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/%{name}-%{version}.tgz
 Patch: libsidplay-post57fixes.patch
@@ -32,9 +32,9 @@
 
 %build
 %ifarch %{ix86}
-CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --enable-optfixpoint --enable-optendian
+CXXFLAGS="$RPM_OPT_FLAGS" %configure --enable-optfixpoint --enable-optendian
 %else
-CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix}
+CXXFLAGS="$RPM_OPT_FLAGS" %configure
 %endif
 make
 
@@ -64,6 +64,9 @@
 %{_includedir}/sidplay
 
 %changelog
+* Thu Dec 16 2004 Michael Schwendt <mschwendt[AT]users.sf.net> 1.36.57-6
+- Use %%configure macro, so %%_libdir and friends get set for x86_64.
+
 * Wed Nov 10 2004 Michael Schwendt <mschwendt[AT]users.sf.net> 1.36.57-5
 - Fix build for FC3/GCC 3.4 with patch from newer upstream release
   (I'm still upstream for this, afaik).




More information about the scm-commits mailing list