eseyman pushed to perl-URI-FromHash (master). "Update to 0.05"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Nov 1 00:09:07 UTC 2015


From cefdde3d49a8505109b8a24849decc802ad5f470 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Sun, 1 Nov 2015 01:08:56 +0100
Subject: Update to 0.05

---
 .gitignore             |  1 +
 perl-URI-FromHash.spec | 24 +++++++++++++-----------
 sources                |  2 +-
 3 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index ae7e70a..02e33ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 URI-FromHash-0.03.tar.gz
 /URI-FromHash-0.04.tar.gz
+/URI-FromHash-0.05.tar.gz
diff --git a/perl-URI-FromHash.spec b/perl-URI-FromHash.spec
index 1e1f332..496ba5e 100644
--- a/perl-URI-FromHash.spec
+++ b/perl-URI-FromHash.spec
@@ -1,6 +1,6 @@
 Name:          perl-URI-FromHash 
-Version:       0.04
-Release:       7%{?dist}
+Version:       0.05
+Release:       1%{?dist}
 Summary:       Build a URI from a set of named parameters 
 # see lib/URI/FromHash.pm
 License:       GPL+ or Artistic
@@ -9,9 +9,10 @@ Url:           http://search.cpan.org/dist/URI-FromHash
 Source0:        http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/URI-FromHash-%{version}.tar.gz 
 
 BuildArch:     noarch
-BuildRequires: perl(ExtUtils::MakeMaker) 
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires: perl(Module::Build::Compat)
 BuildRequires: perl(Params::Validate)
+BuildRequires: perl(Test::Fatal)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(URI) >= 1.22
 Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -36,25 +37,26 @@ TT2.
 %setup -q -n URI-FromHash-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
-
+make pure_install DESTDIR=%{buildroot}
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes README LICENSE
-%{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%doc Changes
+%license LICENSE
+%{perl_vendorlib}/URI*
+%{_mandir}/man3/URI*.3*
 
 %changelog
+* Sun Nov 01 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.05-1
+- Update to 0.05
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index dcd9066..406182e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2034041b86ac2a71fb7b488d6f0370f8  URI-FromHash-0.04.tar.gz
+e232c2044db01458a7682c2d3a3b314a  URI-FromHash-0.05.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-URI-FromHash.git/commit/?h=master&id=cefdde3d49a8505109b8a24849decc802ad5f470


More information about the perl-devel mailing list