rpms/perl-URI-Find/F-13 perl-URI-Find.spec,1.7,1.8 sources,1.3,1.4

Chris Weyl cweyl at fedoraproject.org
Thu Mar 4 05:26:00 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-URI-Find/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10844

Modified Files:
	perl-URI-Find.spec sources 
Log Message:
* Tue Mar 02 2010 Chris Weyl <cweyl at alumni.drew.edu> 20100211-1
- update by Fedora::App::MaintainerTools 0.004
- updating to latest GA CPAN version (20100211)
- added a new req on perl(URI) (version 1.00)
- added a new req on perl(URI::URL) (version 5.00)



Index: perl-URI-Find.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-URI-Find/F-13/perl-URI-Find.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-URI-Find.spec	7 Dec 2009 08:51:46 -0000	1.7
+++ perl-URI-Find.spec	4 Mar 2010 05:26:00 -0000	1.8
@@ -1,23 +1,26 @@
-Name:       perl-URI-Find
-Version:    20090319
-Release:        4%{?dist}
-# see lib/URI/Find.pm
-License:    GPL+ or Artistic
-Group:      Development/Libraries
-Summary:    Find URIs in plain text
-Source:     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
+Name:           perl-URI-Find
+Summary:        Find URIs in plain text
+Version:        20100211
+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
 
-BuildRequires: perl(URI) >= 1.00
-BuildRequires: perl(URI::URL) >= 5.00
+BuildRequires:  perl(Module::Build) >= 0.30
+BuildRequires:  perl(Test::More) >= 0.82
+BuildRequires:  perl(URI) >= 1.00
+BuildRequires:  perl(URI::URL) >= 5.00
 
+Requires:       perl(URI) >= 1.00
+Requires:       perl(URI::URL) >= 5.00
 
-### auto-added brs!
-BuildRequires:  perl(Test::More) >= 0.82
-BuildRequires:  perl(Module::Build) >= 0.30
+
+%{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 This module does one thing: Finds URIs and URLs in plain text. It finds
@@ -26,11 +29,9 @@ be.) It only finds URIs which include a 
 something a bit less strict have a look at URI::Find::Schemeless.
 
 For a command-line interface, see Darren Chamberlain's 'urifind' script.
-It's available from his CPAN directory, the
-http://www.cpan.org/authors/id/D/DA/DARREN/ manpage.
+It's available from his CPAN directory:
 
-Public Methods
-    * *new*
+    http://www.cpan.org/authors/id/D/DA/DARREN/
 
 %prep
 %setup -q -n URI-Find-%{version}
@@ -60,6 +61,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Mar 02 2010 Chris Weyl <cweyl at alumni.drew.edu> 20100211-1
+- update by Fedora::App::MaintainerTools 0.004
+- updating to latest GA CPAN version (20100211)
+- added a new req on perl(URI) (version 1.00)
+- added a new req on perl(URI::URL) (version 5.00)
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 20090319-4
 - rebuild against perl 5.10.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-URI-Find/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	19 May 2009 06:07:01 -0000	1.3
+++ sources	4 Mar 2010 05:26:00 -0000	1.4
@@ -1 +1 @@
-1b7fc02e800562662bfa942dde64293a  URI-Find-20090319.tar.gz
+58db1c0ae9ef9ef5018ef0a46e56c76d  URI-Find-20100211.tar.gz



More information about the scm-commits mailing list