[python-numdisplay] Fix source url

Sergio Pascual sergiopr at fedoraproject.org
Tue Nov 19 11:03:19 UTC 2013


commit 1063d0c98e8cb333583e8f7ffdf54887c5599796
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Tue Nov 19 12:03:36 2013 +0100

    Fix source url
    
    - Remove buildroot and other macros of older RPM
    - Fix wrong dates in changelog

 python-numdisplay.spec |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/python-numdisplay.spec b/python-numdisplay.spec
index 8fc8678..1b259bf 100644
--- a/python-numdisplay.spec
+++ b/python-numdisplay.spec
@@ -5,16 +5,14 @@
 
 Name: python-numdisplay
 Version: 1.5.6
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: Visualize numpy array objects in ds9
 
-Group: Development/Languages
 License: BSD
 
 URL: http://stsdas.stsci.edu/numdisplay
-Source0: http://stsdas.stsci.edu/download/stsci_python_2.7/numdisplay-%{version}.tar.gz
+Source0: http://stsdas.stsci.edu/numdisplay/download/numdisplay-%{version}.tar.gz
 Patch0: numdisplay-numpy-fix.patch
-BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Provides: numdisplay
 Requires: numpy
 BuildRequires: python-devel
@@ -35,20 +33,20 @@ on any platform which supports Python and numpy.
 %{__python} setup.py build
 
 %install
-%{__rm} -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
-%clean
-%{__rm} -fr %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc lib/LICENSE.txt 
 %{python_sitelib}/%{upname}
 %{python_sitelib}/%{upname}*.egg-info
 %exclude %{python_sitelib}/%{upname}/LICENSE.txt
 
 %changelog
+* Tue Nov 19 2013 Sergio Pascual <sergiopr at fedoraproject.org> - 1.5.6-9
+- Fix source url
+- Remove buildroot and other macros of older RPM
+- Fix wrong dates in changelog
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.6-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -70,7 +68,7 @@ on any platform which supports Python and numpy.
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.5.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
-* Tue Jan 20 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 1.5.6-1
+* Wed Jan 20 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 1.5.6-1
 - New upstream source.
 
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.4-2
@@ -85,7 +83,7 @@ on any platform which supports Python and numpy.
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Tue Jan 22 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 1.5.3-2
+* Thu Jan 22 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 1.5.3-2
 - Removing LICENSE.txt from sitelib
 
 * Mon Dec 22 2008 Sergio Pascual <sergiopr at fedoraproject.org> - 1.5.3-1


More information about the scm-commits mailing list