[perl-URI-Find-Simple] 1.05 bump

Petr Šabata psabata at fedoraproject.org
Thu Feb 6 16:12:31 UTC 2014


commit bbd723c1627a0b8704aa4111049a40ceed6c0a30
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Feb 6 17:13:02 2014 +0100

    1.05 bump

 .gitignore                |    1 +
 perl-URI-Find-Simple.spec |   21 +++++++++++++--------
 sources                   |    2 +-
 3 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef13e05..f47c29c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /URI-Find-Simple-1.03.tar.gz
+/URI-Find-Simple-1.05.tar.gz
diff --git a/perl-URI-Find-Simple.spec b/perl-URI-Find-Simple.spec
index 06e0882..611a5fb 100644
--- a/perl-URI-Find-Simple.spec
+++ b/perl-URI-Find-Simple.spec
@@ -1,19 +1,22 @@
 Name:           perl-URI-Find-Simple
-Version:        1.03
-Release:        7%{?dist}
+Version:        1.05
+Release:        1%{?dist}
 Summary:        Simple interface to URI::Find
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/URI-Find-Simple/
 Source0:        http://www.cpan.org/authors/id/T/TO/TOMI/URI-Find-Simple-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(lib)
+BuildRequires:  perl
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(URI::Find)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
 URI::Find is all very well, but sometimes you just want a list of the links
@@ -31,20 +34,22 @@ perl Makefile.PL INSTALLDIRS=vendor
 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}
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 06 2014 Petr Šabata <contyk at redhat.com> - 1.05-1
+- 1.05 bump
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.03-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 843e496..315aeae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3d62887ea6b6a17559364e8a31fcd8f  URI-Find-Simple-1.03.tar.gz
+b10a94a80fefe044cf9d9b34158b6718  URI-Find-Simple-1.05.tar.gz


More information about the scm-commits mailing list