[PlanetCCRMA] Building wxGTK package on x86_64
Ed Avis
ed at membled.com
Sun Jan 2 15:57:02 PST 2005
The following spec file patch was necessary to build Planet CCRMA's
wxGTK package on an FC3 x86_64 system. Will you apply it?
--- wxGTK-2.4.2-1.spec~ 2004-05-08 03:54:21.000000000 +0100
+++ wxGTK-2.4.2-1.spec 2005-01-02 22:13:27.000000000 +0000
@@ -1,5 +1,5 @@
%define version 2.4.2
-%define release 1
+%define release 2
%define ver2 2.4
# define to gtk or gtk2
@@ -79,6 +79,9 @@
rm -rf $RPM_BUILD_ROOT
(cd obj-static; make prefix=$RPM_BUILD_ROOT%{_prefix} install)
(cd obj-shared; make prefix=$RPM_BUILD_ROOT%{_prefix} install)
+%ifarch x86_64
+mv $RPM_BUILD_ROOT%{_prefix}/lib{,64}
+%endif
%find_lang wxstd
@@ -140,6 +143,8 @@
%{_libdir}/lib*.a
%changelog
+* Sun Jan 2 2005 Ed Avis <ed at membled.com>
+- kludged for /usr/lib64 on Fedora Core 3 x86_64
* Fri May 7 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu>
- added buildrequires
- enabled gtk2 build (requires change in lib names, disabling for now)
--
Ed Avis <ed at membled.com>
More information about the PlanetCCRMA
mailing list