diff --git a/perl-Frontier-RPC.spec b/perl-Frontier-RPC.spec index 1b69c66..f47f88e 100644 --- a/perl-Frontier-RPC.spec +++ b/perl-Frontier-RPC.spec @@ -1,10 +1,10 @@ Summary: A Perl interface for making and serving XML-RPC calls Name: perl-Frontier-RPC Version: 0.07b4 -Release: 1 +Release: 2 Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic Url: http://search.cpan.org/dist/Frontier-RPC/ Source0: ftp://cpan.org/pub/CPAN/authors/id/K/KM/KMACLEOD/Frontier-RPC-%{version}.tar.gz Patch0: perl-frontier-raw-call.patch @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl-libwww-perl, perl-XML-Parser +BuildRequires: perl(LWP::UserAgent), perl(XML::Parser), perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -39,7 +39,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test %clean @@ -48,13 +48,18 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc COPYING README examples/ +%doc ChangeLog Changes COPYING README examples/ %{perl_vendorlib}/Frontier/ %{perl_vendorlib}/Apache/XMLRPC.pm %{_mandir}/man3/*.3* %changelog +* Wed Aug 29 2007 Robin Norwood - 0.07b4-2 +- Update license tag +- add some files to %%doc section +- Update BuildRequires + * Mon Jun 05 2006 Jason Vas Dias - 0.07b4-1 - Upgrade to upstream version 0.07b4