rpms/pypop/F-8 import.log, NONE, 1.1 pypop.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alex Lancaster alexlan at fedoraproject.org
Tue Sep 30 10:38:42 UTC 2008


Author: alexlan

Update of /cvs/extras/rpms/pypop/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31858/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pypop.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
pypop-0_7_0-2_fc8:F-8:pypop-0.7.0-2.fc8.src.rpm:1222771007


--- NEW FILE pypop.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Summary:         Python for Population Genomics
Name:            pypop
Version:         0.7.0
Release:         2%{?dist}
Source0:         http://www.pypop.org/%{name}-%{version}.tar.gz
License:         GPLv2+
Group:           Development/Libraries
BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Url:             http://www.pypop.org/
BuildRequires:   python-devel
BuildRequires:   swig
BuildRequires:   gsl-devel
Requires:        python-numeric
Requires:        libxslt-python


%description
PyPop is a bioinformatics framework for performing population genomics
analysis, particularly on large-scale multilocus genotype data.

%prep
%setup -q -n pypop-%{version}
# move auxilary documentation files into a sensible place
cp slatkin-exact/README README.slatkin-exact

# remove she-bang lines in certain .py files to keep rpmlint happy
find . -type f -name "*.py" ! -name "pypop.py" ! -name "popmeta.py" -exec sed -i '/^#![ ]*\/usr\/bin\/.*$/ d' {} 2>/dev/null ';'

%build
env DISTRIB=true %{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc NEWS README ChangeLog AUTHORS COPYING README.slatkin-exact
%{_bindir}/*
%dir %{python_sitearch}/pypop
%{python_sitearch}/pypop.pth
%{python_sitearch}/pypop/*
%{_datadir}/*

%changelog
* Tue Sep 30 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.7.0-2
- Fix macro as per review
- Fix some doc files

* Mon Sep 29 2008 Alex Lancaster <alexlan[AT] fedoraproject org> 0.7.0-1
- Start Fedora package.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pypop/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Sep 2008 09:43:20 -0000	1.1
+++ .cvsignore	30 Sep 2008 10:38:11 -0000	1.2
@@ -0,0 +1 @@
+pypop-0.7.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pypop/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Sep 2008 09:43:20 -0000	1.1
+++ sources	30 Sep 2008 10:38:11 -0000	1.2
@@ -0,0 +1 @@
+53486dce09fef46b56f1925eb34eb3a2  pypop-0.7.0.tar.gz




More information about the fedora-extras-commits mailing list