rpms/pymilia/F-11 import.log, NONE, 1.1 pymilia.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sergio Pascual sergiopr at fedoraproject.org
Tue Feb 9 14:19:42 UTC 2010


Author: sergiopr

Update of /cvs/pkgs/rpms/pymilia/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27898/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pymilia.spec 
Log Message:
Importing pymilia into F-11



--- NEW FILE import.log ---
pymilia-0_3_0-3_fc12:F-11:pymilia-0.3.0-3.fc12.src.rpm:1265724999


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

Name: pymilia
Version: 0.3.0
Release: 3%{?dist}
Summary: Python wrappers for milia
License: GPLv3+

Group: Development/Languages
URL: http://guaix.fis.ucm.es/projects/milia/wiki
Source0: ftp://astrax.fis.ucm.es/pub/users/spr/milia/%{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: python-devel python-setuptools 
BuildRequires: boost-devel milia-devel >= %{version}

%description
Python wrappers for milia. Milia is a C++ library created to 
compute cosmological distances and ages in the 
Friedmann-Lemaître-Robertson-Walker metric.

%prep
%setup -q

%build
CFLAGS="%{optflags}" %{__python} setup.py build


%install
%{__rm} -fr %{buildroot}
%{__python} setup.py install --skip-build --root  %{buildroot}
 
%clean
%{__rm} -fr %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING README.txt NEWS.txt
%{python_sitearch}/milia/
%{python_sitearch}/*.egg-info

%changelog
* Wed Jan 20 2010 Sergio Pascual <sergiopr at fedoraproject.com> - 0.3.0-3
- Adding CFLAGS in build line

* Wed Jan 20 2010 Sergio Pascual <sergiopr at fedoraproject.com> - 0.3.0-2
- Updated build requires
- Corrected minor typos

* Mon Jan 18 2010 Sergio Pascual <sergiopr at fedoraproject.com> - 0.3.0-1
- Initial spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pymilia/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	27 Jan 2010 05:15:05 -0000	1.1
+++ .cvsignore	9 Feb 2010 14:19:42 -0000	1.2
@@ -0,0 +1 @@
+pymilia-0.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pymilia/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 Jan 2010 05:15:05 -0000	1.1
+++ sources	9 Feb 2010 14:19:42 -0000	1.2
@@ -0,0 +1 @@
+3b9d7aa9e4033ee945b879e9aee0525c  pymilia-0.3.0.tar.gz



More information about the scm-commits mailing list