[pyephem/f14/master] New upstream release (#590476)

Andrew Elwell elwell at fedoraproject.org
Mon Jan 31 13:32:11 UTC 2011


commit 7188c3f1e40bf81385e065493b4f9368c0a14af4
Author: Andrew Elwell <Andrew.Elwell at gmail.com>
Date:   Mon Jan 31 14:32:04 2011 +0100

    New upstream release (#590476)

 .gitignore   |    1 +
 pyephem.spec |   21 +++++++++++++++------
 sources      |    2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6cd054d..b91da44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pyephem-3.7.2.3.tar.gz
+/pyephem-3.7.3.4.tar.gz
diff --git a/pyephem.spec b/pyephem.spec
index 5f5d529..dd265ab 100644
--- a/pyephem.spec
+++ b/pyephem.spec
@@ -1,8 +1,8 @@
 %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
 
 Name:		pyephem
-Version:	3.7.2.3
-Release:	6%{?dist}
+Version:	3.7.3.4
+Release:	1%{?dist}
 Summary:	The astronomy library for Python
 
 Group:		Development/Libraries
@@ -22,24 +22,33 @@ computations for the Python programming language.
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" python setup.py 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
+%{__python} setup.py install --skip-build --root=$RPM_BUILD_ROOT
+
+#%%check
+#%%{__python} setup.py test
+# tests disabled as they're hardcoded to certain timezones
+# see https://bugs.launchpad.net/pyephem/+bug/710602
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files 
 %defattr(-,root,root,-)
-%doc CHANGELOG COPYING INSTALL LICENSE-GPL LICENSE-LGPL PKG-INFO README
-
+%doc COPYING INSTALL LICENSE-GPL LICENSE-LGPL PKG-INFO README
 %{python_sitearch}/ephem
 %{python_sitearch}/*egg-info
 %exclude %{python_sitearch}/ephem/tests
 
+
 %changelog
+* Mon Jan 31 2011 Andrew Elwell <andrew.elwell at gmail.com> - 3.7.3.4-1
+- New upstream release (closes #590476)
+- CHANGELOG no longer included
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 3.7.2.3-6
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index f8012e9..c3a6ed5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26aec22459eb0dab2632dd6622fd60c6  pyephem-3.7.2.3.tar.gz
+de66c221a740ceb2e28056240d895011  pyephem-3.7.3.4.tar.gz


More information about the scm-commits mailing list