rpms/python-biopython/devel python-biopython.spec,1.1,1.2

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Wed Apr 18 06:25:18 UTC 2007


Author: alexlan

Update of /cvs/extras/rpms/python-biopython/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14959

Modified Files:
	python-biopython.spec 
Log Message:
* Mon Apr 17 2007 Alex Lancaster <alexl at users.sourceforge.net> 1.43-3
- Use python_sitearch macro to enable x86_64 builds work.



Index: python-biopython.spec
===================================================================
RCS file: /cvs/extras/rpms/python-biopython/devel/python-biopython.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-biopython.spec	17 Apr 2007 23:03:01 -0000	1.1
+++ python-biopython.spec	18 Apr 2007 06:24:44 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:             python-biopython
 Version:          1.43
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          Python tools for computational molecular biology
 Source0:          http://biopython.org/DIST/biopython-%{version}.tar.gz
 Patch0:           biopython-setup_test.patch
@@ -64,14 +64,17 @@
 %defattr(-,root,root,-)
 %doc Doc Scripts
 %doc CONTRIB DEPRECATED LICENSE NEWS README
-%dir %{python_sitelib}/Bio
-%{python_sitelib}/Bio/*
-%dir %{python_sitelib}/Martel
-%{python_sitelib}/Martel/*
-%dir %{python_sitelib}/BioSQL
-%{python_sitelib}/BioSQL/*
+%dir %{python_sitearch}/Bio
+%{python_sitearch}/Bio/*
+%dir %{python_sitearch}/Martel
+%{python_sitearch}/Martel/*
+%dir %{python_sitearch}/BioSQL
+%{python_sitearch}/BioSQL/*
 
 %changelog
+* Mon Apr 17 2007 Alex Lancaster <alexl at users.sourceforge.net> 1.43-3
+- Use python_sitearch macro to enable x86_64 builds work.
+
 * Mon Apr 16 2007 Alex Lancaster <alexl at users.sourceforge.net> 1.43-2
 - Fix Source0 URL as per suggestion from Parag AN on #235989.
 




More information about the scm-commits mailing list