rpms/perl-Frontier-RPC/devel perl-Frontier-RPC.spec,1.10,1.11

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Wed Aug 29 19:12:33 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Frontier-RPC/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21335

Modified Files:
	perl-Frontier-RPC.spec 
Log Message:
Update license tag and %doc


Index: perl-Frontier-RPC.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Frontier-RPC/devel/perl-Frontier-RPC.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Frontier-RPC.spec	5 Jun 2006 23:27:27 -0000	1.10
+++ perl-Frontier-RPC.spec	29 Aug 2007 19:12:00 -0000	1.11
@@ -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 @@
 
 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 d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-%check || :
+%check
 make test
 
 %clean
@@ -48,13 +48,18 @@
 
 %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 <rnorwood at redhat.com> - 0.07b4-2
+- Update license tag
+- add some files to %%doc section
+- Update BuildRequires
+
 * Mon Jun 05 2006 Jason Vas Dias <jvdias at redhat.com> - 0.07b4-1
 - Upgrade to upstream version 0.07b4
 




More information about the fedora-extras-commits mailing list