Author: neoclust Date: Wed Jan 31 15:55:27 2007 New Revision: 115728 Modified: packages/cooker/biopython/current/SPECS/biopython.spec
Log: - Rebuild against new python Modified: packages/cooker/biopython/current/SPECS/biopython.spec ============================================================================== --- packages/cooker/biopython/current/SPECS/biopython.spec (original) +++ packages/cooker/biopython/current/SPECS/biopython.spec Wed Jan 31 15:55:27 2007 @@ -1,15 +1,13 @@ - Summary: The Biopython Project Name: biopython Version: 1.42 -Release: %mkrel 1 +Release: %mkrel 2 Source0: http://biopython.org/files/%{name}-%{version}.tar.bz2 License: BSD Group: Development/Python BuildRoot: %{_tmppath}/%{name}-buildroot Url: http://www.biopython.org/ -BuildRequires: python -BuildRequires: libpython-devel +BuildRequires: python-devel BuildRequires: python-numeric-devel python-numeric BuildRequires: egenix-mx-base BuildRequires: python-reportlab @@ -136,7 +134,8 @@ %files -n python-Bio %defattr(-,root,root,0755) -%_libdir/python%{pyver}/site-packages/Bio +%py_platsitedir/Bio +%py_platsitedir/*.5.egg-info %doc CONTRIB LICENSE NEWS README @@ -148,13 +147,13 @@ %files -n python-Martel %defattr(-,root,root,0755) -%_libdir/python%{pyver}/site-packages/Martel +%py_platsitedir/Martel %doc LICENSE %files -n python-BioSQL %defattr(-,root,root,0755) -%_libdir/python%{pyver}/site-packages/BioSQL +%py_platsitedir/BioSQL %doc LICENSE %files doc
