[perl-URI-Find] update to 20100505

Iain Arnell iarnell at fedoraproject.org
Sun Mar 27 07:26:38 UTC 2011


commit 05550dd2dc883d3ccbd3e860c0853b5dae8b77f9
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Mar 27 09:19:58 2011 +0200

    update to 20100505

 .gitignore         |    1 +
 perl-URI-Find.spec |   16 ++++++++--------
 sources            |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca105ad..c694e9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 URI-Find-20100211.tar.gz
+/URI-Find-20100505.tar.gz
diff --git a/perl-URI-Find.spec b/perl-URI-Find.spec
index dbc6530..ca957d9 100644
--- a/perl-URI-Find.spec
+++ b/perl-URI-Find.spec
@@ -1,12 +1,11 @@
 Name:           perl-URI-Find
 Summary:        Find URIs in plain text
-Version:        20100211
-Release:        4%{?dist}
+Version:        20100505
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/URI-Find-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/URI-Find
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -41,8 +40,6 @@ It's available from his CPAN directory:
 ./Build
 
 %install
-rm -rf %{buildroot}
-
 ./Build install destdir=%{buildroot} create_packlist=0
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -51,16 +48,19 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 ./Build test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README TODO
 %{perl_vendorlib}/*
+%{_bindir}/urifind
+%{_mandir}/man1/*.1*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Mar 27 2011 Iain Arnell <iarnell at gmail.com> 20100505-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20100211-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index f73c42c..a6743bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58db1c0ae9ef9ef5018ef0a46e56c76d  URI-Find-20100211.tar.gz
+d470e33f31986839cd49a77a08133520  URI-Find-20100505.tar.gz


More information about the scm-commits mailing list