[perl-Ham-Reference-QRZ] 0.03 bump + license change to Artistic 2.0

Petr Sabata psabata at fedoraproject.org
Wed Jun 22 12:04:13 UTC 2011


commit d81c6975c94975d514418b8c5a0a43aed07044f5
Author: Petr Sabata <contyk at redhat.com>
Date:   Wed Jun 22 14:03:27 2011 +0200

    0.03 bump + license change to Artistic 2.0

 .gitignore                  |    1 +
 perl-Ham-Reference-QRZ.spec |   45 ++++++++++++++++++++++--------------------
 sources                     |    2 +-
 3 files changed, 26 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c54043e..239da83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Ham-Reference-QRZ-0.02.tar.gz
+/Ham-Reference-QRZ-0.03.tar.gz
diff --git a/perl-Ham-Reference-QRZ.spec b/perl-Ham-Reference-QRZ.spec
index cf8cc53..44f01c5 100644
--- a/perl-Ham-Reference-QRZ.spec
+++ b/perl-Ham-Reference-QRZ.spec
@@ -1,22 +1,25 @@
-Name: perl-Ham-Reference-QRZ
-Version: 0.02
-Release: 6%{?dist}
-Summary: An object oriented front end for the QRZ.COM Amateur Radio call-sign database	
-Group: Development/Libraries
-License: GPL+ or Artistic
-URL: http://search.cpan.org/dist/Ham-Reference-QRZ/
-Source0: http://www.cpan.org/modules/by-module/Ham/BRADMC/Ham-Reference-QRZ-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch: noarch
-BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Test::More)
-BuildRequires: perl(XML::Simple)
-BuildRequires: perl(Test::Pod::Coverage)
-BuildRequires: perl(Test::Pod)
+Name:               perl-Ham-Reference-QRZ
+Version:            0.03
+Release:            1%{?dist}
+Summary:            An object oriented front end for the QRZ.COM Amateur Radio call-sign database	
+Group:              Development/Libraries
+License:            Artistic 2.0
+URL:                http://search.cpan.org/dist/Ham-Reference-QRZ/
+Source0:            http://www.cpan.org/modules/by-module/Ham/BRADMC/Ham-Reference-QRZ-%{version}.tar.gz
+BuildArch:          noarch
+BuildRequires:      perl(ExtUtils::MakeMaker)
+BuildRequires:      perl(HTML::Entities)
+BuildRequires:      perl(LWP::UserAgent)
+BuildRequires:      perl(XML::Simple)
+# Tests
+BuildRequires:      perl(Pod::Coverage) >= 0.18
+BuildRequires:      perl(Test::More)
+BuildRequires:      perl(Test::Pod::Coverage) >= 1.08
+BuildRequires:      perl(Test::Pod) >= 1.22
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-An object oriented front end for the QRZ.COM Amateur Radio call-sign database
+An object oriented front end for the QRZ.COM Amateur Radio call-sign database.
 
 %prep
 %setup -q -n Ham-Reference-QRZ-%{version}
@@ -26,7 +29,6 @@ An object oriented front end for the QRZ.COM Amateur Radio call-sign database
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -35,16 +37,17 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 22 2011 Petr Sabata <contyk at redhat.com> - 0.03-1
+- 0.03 bump
+- License change to Artistic 2.0
+- General cleanup, removing Buildroot and defattr
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.02-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 05eeeaf..ab846b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5dac98784f514f257a4ee9ace863d47  Ham-Reference-QRZ-0.02.tar.gz
+e9c5319fb1b7fba1bab0a90672db46a7  Ham-Reference-QRZ-0.03.tar.gz


More information about the scm-commits mailing list