rpms/python-reportlab/FC-3 python-reportlab.spec,1.6,1.7

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Oct 22 15:28:43 UTC 2006


Author: mschwendt

Update of /cvs/extras/rpms/python-reportlab/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20790

Modified Files:
	python-reportlab.spec 
Log Message:
apparently it still does not build on x86_64, will add more to bug #211766


Index: python-reportlab.spec
===================================================================
RCS file: /cvs/extras/rpms/python-reportlab/FC-3/python-reportlab.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-reportlab.spec	22 Oct 2006 11:38:34 -0000	1.6
+++ python-reportlab.spec	22 Oct 2006 15:28:13 -0000	1.7
@@ -3,7 +3,7 @@
 
 Name:		python-reportlab
 Version:	1.20
-Release:	3.fc3
+Release:	3.fc3.1
 Summary:	Python PDF generation library
 
 Group:		Development/Libraries
@@ -32,9 +32,17 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
+# Hack. See spec changelog.
+mkdir -p ${RPM_BUILD_ROOT}%{python_sitelib}
+ln -s lib ${RPM_BUILD_ROOT}%{_prefix}/lib64
+
 cd ./reportlab
 %{__python} setup.py install --root $RPM_BUILD_ROOT
 
+# Hack. See spec changelog.
+rm -f ${RPM_BUILD_ROOT}%{_prefix}/lib64
+
 rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/README
 rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/changes
 rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/license.txt
@@ -50,6 +58,9 @@
 
 
 %changelog
+* Sun Oct 22 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.20-3.fc3.1
+- Hack the spec to make this build as noarch on x86_64, too.
+
 * Mon May  9 2005 Brian Pepple <bdpepple at ameritech.net> - 1.20-3.fc3
 - Switchback to sitelib patch.
 - Make package noarch.




More information about the scm-commits mailing list