SPECS: python-biopython.spec (NEW) - initial revision

baggins baggins at pld-linux.org
Tue Feb 19 18:57:17 CET 2008


Author: baggins                      Date: Tue Feb 19 17:57:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial revision

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

---- Diffs:

================================================================
Index: SPECS/python-biopython.spec
diff -u /dev/null SPECS/python-biopython.spec:1.1
--- /dev/null	Tue Feb 19 18:57:17 2008
+++ SPECS/python-biopython.spec	Tue Feb 19 18:57:11 2008
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+%define module biopython
+Summary:	Python tools for computational molecular biology
+Name:		python-%{module}
+Version:	1.44
+Release:	1
+License:	MIT
+Group:		Python/Libraries
+Source0:	http://biopython.org/DIST/%{module}-%{version}.tar.gz
+# Source0-md5:	762c7a358af9dc58b712b8b4bb99d0c2
+URL:		http://biopython.org/
+BuildRequires:	python-devel
+%pyrequires_eq	python-libs
+Requires:	python-pygtk-gtk >= 2.8.4
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A set of freely available Python tools for computational molecular
+biology.
+
+%prep
+%setup -qc
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__python} setup.py install \
+		--optimize=2 \
+		--root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-02-19 17:57:11  baggins
+- initial revision
+
================================================================


More information about the pld-cvs-commit mailing list