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

Jussi Lehtola jussilehtola at fedoraproject.org
Tue May 26 21:04:18 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/pdfcube/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6444/devel

Modified Files:
	pdfcube.spec 
Log Message:
Fix build on 64-bit architectures.


Index: pdfcube.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pdfcube/devel/pdfcube.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- pdfcube.spec	3 Mar 2009 22:41:31 -0000	1.10
+++ pdfcube.spec	26 May 2009 21:03:48 -0000	1.11
@@ -1,11 +1,8 @@
 Name:           pdfcube
 Version:        0.0.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        PDF presentation viewer with a spinning cube
 
-ExcludeArch:    x86_64 # See bug 488373
-ExcludeArch:    ppc64 # See bug 488374
-
 Group:          Applications/Productivity
 License:        GPLv2+
 URL:            http://code.100allora.it/pdfcube
@@ -28,7 +25,7 @@ effect.
 
 
 %build
-%configure
+%configure --with-boost-libdir=%{_libdir}
 make %{?_smp_mflags}
 
 
@@ -49,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 26 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.0.3-4
+- Fix build on x86_64 and ppc64.
+
 * Tue Mar  3 2009 Mads Villadsen <maxx at krakoa.dk> - 0.0.3-3
 - Exclude x86_64 and ppc64 since pdfcube currently fails to build on these architectures
 




More information about the scm-commits mailing list