Name: perl-URI-Find-Simple Version: 1.03 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(Carp) BuildRequires: perl(Encode) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(URI::Find) 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 in a given piece of text, or you want to change all the URLs in some text somehow, and don't want to mess with callback interfaces. %prep %setup -q -n URI-Find-Simple-%{version} %build 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 \; %{_fixperms} %{buildroot}/* %check make test %files %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Jan 20 2012 Petr Ĺ abata 1.03-1 - Specfile autogenerated by cpanspec 1.78.