rpms/pyephem/devel pyephem.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marek Mahut (mmahut) fedora-extras-commits at redhat.com
Fri Apr 25 05:03:53 UTC 2008


Author: mmahut

Update of /cvs/pkgs/rpms/pyephem/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21389/devel

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



--- NEW FILE pyephem.spec ---
%define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')

Name:		pyephem
Version:	3.7.2.3
Release:	1%{?dist}
Summary:	The astronomy library for Python

Group:		Development/Libraries
License:	LGPLv3
URL:		http://rhodesmill.org/pyephem/
Source0:	http://pypi.python.org/packages/source/p/pyephem/%{name}-%{version}.tar.gz

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	python-devel

%description
PyEphem provides scientific-grade astronomical
computations for the Python programming language. 

%prep
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" python setup.py build 

%install
rm -rf $RPM_BUILD_ROOT
CFLAGS="$RPM_OPT_FLAGS" python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root,-)
%doc CHANGELOG COPYING INSTALL LICENSE-GPL LICENSE-LGPL PKG-INFO README

%{python_sitearch}/ephem
%{python_sitearch}/*egg-info
%exclude %{python_sitearch}/ephem/tests

%changelog
* Thu Apr 21 2008 Marek Mahut <mmahut at fedoraproject.org> - 3.7.2.3-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyephem/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Apr 2008 01:56:56 -0000	1.1
+++ .cvsignore	25 Apr 2008 05:03:18 -0000	1.2
@@ -0,0 +1 @@
+pyephem-3.7.2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyephem/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Apr 2008 01:56:56 -0000	1.1
+++ sources	25 Apr 2008 05:03:19 -0000	1.2
@@ -0,0 +1 @@
+26aec22459eb0dab2632dd6622fd60c6  pyephem-3.7.2.3.tar.gz




More information about the fedora-extras-commits mailing list