From 733b07e435b9ab30e7a5f2aad3dab15bbeb85184 Mon Sep 17 00:00:00 2001 From: Germán A. Racca Date: May 04 2012 14:04:45 +0000 Subject: Updated to new version - Included tests in %check - Packaged tests in %doc section --- diff --git a/APLpy.spec b/APLpy.spec index 9fa970a..b121367 100644 --- a/APLpy.spec +++ b/APLpy.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: APLpy -Version: 0.9.6 -Release: 3%{?dist} +Version: 0.9.8 +Release: 1%{?dist} Summary: The Astronomical Plotting Library in Python Group: Development/Languages @@ -43,17 +43,24 @@ o Save plots as EPS, PDF, PS, PNG, and SVG %build %{__python} setup.py build +%check +%{__python} setup.py test + %install -rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %files -%doc CHANGES LICENSE README +%doc CHANGES LICENSE README runtests.py tests/ %{python_sitelib}/%{name}-%{version}-py2.7.egg-info %{python_sitelib}/aplpy/ %changelog -* Mon Feb 6 2012 Germán A. Racca 0.9.6-3 +* Tue May 03 2012 Germán A. Racca - 0.9.8-1 +- Updated to new version +- Included tests in %%check +- Packaged tests in %%doc section + +* Mon Feb 06 2012 Germán A. Racca 0.9.6-3 - Minor changes to spec file after approval - Removed INSTALL file