From ee00c77a083191f1c6f679f0757602fe972effd5 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Jul 30 2013 15:16:46 +0000 Subject: New upstream release 0.9.7 - Minor cleanups in the spec --- diff --git a/ATpy.spec b/ATpy.spec index 4985336..a397304 100644 --- a/ATpy.spec +++ b/ATpy.spec @@ -5,17 +5,17 @@ %endif Name: ATpy -Version: 0.9.6 -Release: 5%{?dist} +Version: 0.9.7 +Release: 1%{?dist} Summary: Astronomical Tables in Python License: MIT Group: Development/Libraries -URL: http://atpy.github.com/ -Source0: https://github.com/downloads/atpy/atpy/%{name}-%{version}.tar.gz +URL: http://atpy.readthedocs.org +Source0: https://pypi.python.org/packages/source/A/ATpy/%{name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: python-setuptools Requires: numpy @@ -45,7 +45,6 @@ and ASCII tables) with a very simple API. %prep %setup -q -chmod -x LICENSE %if 0%{?with_python3} rm -rf %{py3dir} @@ -65,7 +64,6 @@ popd %endif # with_python3 %install -rm -rf %{buildroot} %if 0%{?with_python3} pushd %{py3dir} @@ -76,20 +74,22 @@ popd %{__python} setup.py install --skip-build --root %{buildroot} %files -%defattr(-,root,root,-) -%doc CHANGES LICENSE README +%doc CHANGES LICENSE README.md %{python_sitelib}/ATpy-*.egg-info %{python_sitelib}/atpy/ %if 0%{?with_python3} %files -n python3-ATpy -%defattr(-,root,root,-) -%doc CHANGES LICENSE README +%doc CHANGES LICENSE README.md %{python3_sitelib}/ATpy-*.egg-info %{python3_sitelib}/atpy/ %endif # with_python3 %changelog +* Tue Jul 30 2013 Sergio Pascual - 0.9.7-1 +- New upstream release 0.9.7 +- Minor cleanups in the spec + * Wed Feb 13 2013 Fedora Release Engineering - 0.9.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild