jplesnik pushed to perl-CDDB (master). "1.222 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Aug 28 07:56:49 UTC 2015


From a3bd0ef99173d3e43c8bac75119c83860e1704e7 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Fri, 28 Aug 2015 09:56:30 +0200
Subject: 1.222 bump


diff --git a/.gitignore b/.gitignore
index d4014a0..4fc0331 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 CDDB-1.220.tar.gz
+/CDDB-1.222.tar.gz
diff --git a/perl-CDDB.spec b/perl-CDDB.spec
index 168d9e3..4e17743 100644
--- a/perl-CDDB.spec
+++ b/perl-CDDB.spec
@@ -1,16 +1,37 @@
 Name:           perl-CDDB
-Version:        1.220
-Release:        17%{?dist}
+Version:        1.222
+Release:        1%{?dist}
 Summary:        CDDB Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/CDDB/
 Source0:        http://www.cpan.org/authors/id/R/RC/RCAPUTO/CDDB-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+%{?_with_network_tests:
+# Run-time
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(HTTP::Request)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(LWP)
+BuildRequires:  perl(Mail::Header)
+BuildRequires:  perl(Mail::Internet)
+BuildRequires:  perl(MIME::QuotedPrint)
+BuildRequires:  perl(Sys::Hostname)
+BuildRequires:  perl(vars)
+# Tests
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More)
+}
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Encode)
 
 %{?perl_default_filter}
 
@@ -28,8 +49,6 @@ notes and lyrics.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -40,16 +59,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 %{?_with_network_tests: make test }
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc CHANGES HISTORY README
+%license LICENSE
+%doc CHANGES HISTORY README eg
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 28 2015 Jitka Plesnikova <jplesnik at redhat.com> - 1.222-1
+- 1.222 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.220-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index ae6d212..0c12226 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56e0ba3f347e1b14f41f340f0cb3be3a  CDDB-1.220.tar.gz
+09da67cfbc54fd40144c325e320a84ed  CDDB-1.222.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-CDDB.git/commit/?h=master&id=a3bd0ef99173d3e43c8bac75119c83860e1704e7


More information about the perl-devel mailing list