SPECS: python-biopython.spec - not pretty but builds

baggins baggins at pld-linux.org
Tue Feb 19 19:12:59 CET 2008


Author: baggins                      Date: Tue Feb 19 18:12:59 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- not pretty but builds

---- Files affected:
SPECS:
   python-biopython.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/python-biopython.spec
diff -u SPECS/python-biopython.spec:1.1 SPECS/python-biopython.spec:1.2
--- SPECS/python-biopython.spec:1.1	Tue Feb 19 18:57:11 2008
+++ SPECS/python-biopython.spec	Tue Feb 19 19:12:53 2008
@@ -9,9 +9,17 @@
 Source0:	http://biopython.org/DIST/%{module}-%{version}.tar.gz
 # Source0-md5:	762c7a358af9dc58b712b8b4bb99d0c2
 URL:		http://biopython.org/
+BuildRequires:	libstdc++-devel
 BuildRequires:	python-devel
 %pyrequires_eq	python-libs
-Requires:	python-pygtk-gtk >= 2.8.4
+BuildRequires:	python-mx-TextTools
+BuildRequires:	python-Numeric
+BuildRequires:	python-ReportLab
+Requires:	python-mx-TextTools
+Requires:	python-Numeric
+Requires:	python-ReportLab
+Requires:	python-MySQLdb
+Requires:	flex
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -20,15 +28,15 @@
 biology.
 
 %prep
-%setup -qc
+%setup -q -n %{module}-%{version}
 
 %build
-%{__python} setup.py build
+echo y | %{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python} setup.py install \
+echo y | %{__python} setup.py install \
 		--optimize=2 \
 		--root=$RPM_BUILD_ROOT
 
@@ -39,6 +47,10 @@
 
 %files
 %defattr(644,root,root,755)
+%{py_sitedir}/Bio
+%{py_sitedir}/BioSQL
+%{py_sitedir}/Martel
+%{py_sitedir}/*.egg-info
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -46,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008-02-19 18:12:53  baggins
+- not pretty but builds
+
 Revision 1.1  2008-02-19 17:57:11  baggins
 - initial revision
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-biopython.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list