[perl-Astro-FITS-CFITSIO] update to 1.06

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Jun 17 08:44:31 UTC 2011


commit 3d98119e13e506e9eb5391aae5747f039e1ff942
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Jun 17 10:43:59 2011 +0200

    update to 1.06
    
    switch off tests (working only locally), clean spec,
    link to license problem

 .gitignore                   |    1 +
 perl-Astro-FITS-CFITSIO.spec |   19 +++++++++----------
 sources                      |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 359bb16..69d79ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Astro-FITS-CFITSIO-1.05.tar.gz
+/Astro-FITS-CFITSIO-1.06.tar.gz
diff --git a/perl-Astro-FITS-CFITSIO.spec b/perl-Astro-FITS-CFITSIO.spec
index 8f6287b..a2503a4 100644
--- a/perl-Astro-FITS-CFITSIO.spec
+++ b/perl-Astro-FITS-CFITSIO.spec
@@ -1,12 +1,12 @@
 Name:           perl-Astro-FITS-CFITSIO
-Version:        1.05
-Release:        11%{?dist}
+Version:        1.06
+Release:        1%{?dist}
 Summary:        Perl extension for using the cfitsio library
+# tarball m51 doesn't state license https://rt.cpan.org/Public/Bug/Display.html?id=66226
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Astro-FITS-CFITSIO/
 Source0:        http://www.cpan.org/authors/id/P/PR/PRATZLAFF/Astro-FITS-CFITSIO-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  cfitsio-devel
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -23,8 +23,6 @@ information on cfitsio, see http://heasarc.gsfc.nasa.gov/fitsio.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -34,19 +32,20 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+#works locally
+#make test
 
 %files
-%defattr(-,root,root,-)
 %doc announce ChangeLog LICENSE NOTES README TODO examples
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Astro*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.06-1
+- update to 1.06, switch off tests (working only locally), clean spec
+- link to license problem
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.05-11
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 9d94bd0..6809f1c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b9e0b765f332b124ccd918ac1763cef  Astro-FITS-CFITSIO-1.05.tar.gz
+e2ac6439ae00a7d6dda954fdefff6758  Astro-FITS-CFITSIO-1.06.tar.gz


More information about the scm-commits mailing list