[perl-Growl-GNTP] New upstream release (#910272)

Miro Hrončok churchyard at fedoraproject.org
Thu Jun 13 11:56:28 UTC 2013


commit d4a01eca428216aec0972f322bee333b2a353fc9
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Thu Jun 13 13:55:48 2013 +0200

    New upstream release (#910272)

 .gitignore                                         |    1 +
 ...-Growl-GNTP-0.15-3.inc-and-xt-dereference.patch |   61 --------------------
 perl-Growl-GNTP.spec                               |   33 ++++++-----
 sources                                            |    2 +-
 4 files changed, 19 insertions(+), 78 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e63ab71..60f4262 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Growl-GNTP-0.15.tar.gz
 /Growl-GNTP-0.16.tar.gz
+/Growl-GNTP-0.20.tar.gz
diff --git a/perl-Growl-GNTP.spec b/perl-Growl-GNTP.spec
index 5659a67..3e20c34 100644
--- a/perl-Growl-GNTP.spec
+++ b/perl-Growl-GNTP.spec
@@ -1,21 +1,21 @@
 Name:           perl-Growl-GNTP
-Version:        0.16
-Release:        2%{?dist}
+Version:        0.20
+Release:        1%{?dist}
 Summary:        Perl implementation of GNTP Protocol (Client Part)
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Growl-GNTP/
 Source0:        http://www.cpan.org/authors/id/M/MA/MATTN/Growl-GNTP-%{version}.tar.gz
-Patch0:         perl-Growl-GNTP-0.15-3.inc-and-xt-dereference.patch
 BuildArch:      noarch
 BuildRequires:  perl(Crypt::CBC) >= 2.29
 BuildRequires:  perl(Data::UUID) >= 0.149
 BuildRequires:  perl(Digest::MD5) >= 2.36
 BuildRequires:  perl(Digest::SHA) >= 5.45
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Module::Install)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.36
+BuildRequires:  perl(Filter::Util::Call)
+BuildRequires:  perl(IO::Socket::PortState)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
-BuildRequires:  dos2unix
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -23,31 +23,32 @@ Growl::GNTP is Perl implementation of GNTP Protocol (Client Part)
 
 %prep
 %setup -q -n Growl-GNTP-%{version}
-%patch0 -p1
-rm -rf inc xt
-dos2unix README
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+perl Build.PL installdirs=vendor
+./Build
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+./Build install destdir=%{buildroot} create_packlist=0
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
 %check
-make test
+./Build test
 
 %files
-%doc Changes README
+%doc Changes LICENSE README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 13 2013 Miro Hrončok <mhroncok at redhat.com> - 0.20-1
+- New upstream release (#910272)
+- Upstream changed the installation process to ExtUtils::MakeMaker
+- Corrected bogus date in %%changelog
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -67,5 +68,5 @@ make test
 - Removed useless perl autofilter
 - Using dos2unix
 
-* Sat Sep 28 2012 Miro Hrončok <miro at hroncok.cz> 0.15-1
+* Fri Sep 28 2012 Miro Hrončok <miro at hroncok.cz> 0.15-1
 - Specfile autogenerated by cpanspec 1.78 and revised.
diff --git a/sources b/sources
index a5f6b34..8e802a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c65c0d385c511979001eb0b55d90d159  Growl-GNTP-0.16.tar.gz
+482e242fc8d274d1138c361200e0b65d  Growl-GNTP-0.20.tar.gz



More information about the perl-devel mailing list