rpms/perl-URI-Find/F-10 import.log, NONE, 1.1 perl-URI-Find.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sun Dec 14 18:56:01 UTC 2008


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-URI-Find.spec 
Log Message:
pseudo-branch of perl-URI-Find to F-10


--- NEW FILE import.log ---
perl-URI-Find-0_16-1_fc10:HEAD:perl-URI-Find-0.16-1.fc10.src.rpm:1229280803


--- NEW FILE perl-URI-Find.spec ---
Name:       perl-URI-Find 
Version:    0.16 
Release:        2%{?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/R/RO/ROSCH/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(ExtUtils::MakeMaker) 
BuildRequires: perl(URI) >= 1.00
BuildRequires: perl(URI::URL) >= 5.00


%description
This module does one thing: Finds URIs and URLs in plain text. It finds
them quickly and it finds them *all* (or what URI::URL considers a URI to
be.) It only finds URIs which include a scheme (http:// or the like), for
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.

Public Methods
    * *new*

%prep
%setup -q -n URI-Find-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

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 ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README TODO 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sun Dec 14 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.16-2
- bump

* Fri Dec 12 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.16-1
- update for submission

* Thu Dec 11 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.16-0.1
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.6)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-URI-Find/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Dec 2008 05:38:04 -0000	1.1
+++ .cvsignore	14 Dec 2008 18:55:31 -0000	1.2
@@ -0,0 +1 @@
+URI-Find-0.16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-URI-Find/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Dec 2008 05:38:04 -0000	1.1
+++ sources	14 Dec 2008 18:55:31 -0000	1.2
@@ -0,0 +1 @@
+339279e268cf37e629f54c1091f99a13  URI-Find-0.16.tar.gz




More information about the fedora-extras-commits mailing list