rpms/perl-RPC-XML/devel .cvsignore, 1.3, 1.4 perl-RPC-XML.spec, 1.5, 1.6 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Tue Sep 22 07:29:02 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-RPC-XML/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29317

Modified Files:
	.cvsignore perl-RPC-XML.spec sources 
Log Message:
* Tue Sep 22 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.69-1
- auto-update to 0.69 (by cpan-spec-update 0.01)
- added a new br on perl(File::Spec) (version 0.8)
- altered br on perl(LWP) (0 => 5.801)
- added a new br on perl(Scalar::Util) (version 1.19)
- altered br on perl(XML::Parser) (0 => 2.31)
- added a new br on perl(constant) (version 1.03)
- added a new req on perl(File::Spec) (version 0.8)
- added a new req on perl(LWP) (version 5.801)
- added a new req on perl(Scalar::Util) (version 1.19)
- added a new req on perl(XML::Parser) (version 2.31)
- added a new req on perl(constant) (version 1.03)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-RPC-XML/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	23 Oct 2008 14:09:53 -0000	1.3
+++ .cvsignore	22 Sep 2009 07:29:00 -0000	1.4
@@ -1 +1 @@
-RPC-XML-0.64.tar.gz
+RPC-XML-0.69.tar.gz


Index: perl-RPC-XML.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-RPC-XML/devel/perl-RPC-XML.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-RPC-XML.spec	26 Jul 2009 16:19:00 -0000	1.5
+++ perl-RPC-XML.spec	22 Sep 2009 07:29:01 -0000	1.6
@@ -1,37 +1,50 @@
 %define real_name RPC-XML
 
 Name:    perl-RPC-XML
-Version: 0.64
-Release: 3%{?dist}
+Version: 0.69
+Release: 1%{?dist}
 Summary: Set of classes for core data, message and XML handling
 
 Group:   Development/Libraries
 License: Artistic 2.0 or LGPLv2
 URL:     http://search.cpan.org/dist/RPC-XML/
 
-Source0:   http://www.cpan.org/modules/by-module/RPC/%{real_name}-%{version}.tar.gz
+Source0:   http://search.cpan.org/CPAN/authors/id/R/RJ/RJRAY/RPC-XML-%{version}.tar.gz
 Source1:   README.license
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(LWP)
+BuildRequires: perl(LWP) >= 5.801
 BuildRequires: perl(Test::More)
-BuildRequires: perl(XML::Parser)
+BuildRequires: perl(XML::Parser) >= 2.31
+BuildRequires: perl(File::Spec) >= 0.8
+BuildRequires: perl(Scalar::Util) >= 1.19
+BuildRequires: perl(constant) >= 1.03
 # optional tests
 BuildRequires: perl(Net::Server)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 
+Requires:       perl(File::Spec) >= 0.8
+Requires:       perl(LWP) >= 5.801
+Requires:       perl(Scalar::Util) >= 1.19
+Requires:       perl(XML::Parser) >= 2.31
+Requires:       perl(constant) >= 1.03
+
+%{?perl_default_filter:
+%filter_from_provides /perl(RPC::XML::Method)$/d
+%perl_default_filter
+}
+
 %package -n perl-Apache-RPC
 Summary: Companion packages for RPC::XML tuned for mod_perl environments
 Group:   Development/Libraries
 
-
 %description
 The RPC::XML package is an implementation of XML-RPC. The module provides
 classes for sample client and server implementations, a server designed as an
-Apache location-handler, and a suite of data-manipulation classes that are 
+Apache location-handler, and a suite of data-manipulation classes that are
 used by them.
 
 %description -n perl-Apache-RPC
@@ -43,18 +56,7 @@ running RPC::XML under mod_perl.
 %setup -qn %{real_name}-%{version}
 cp -p %{SOURCE1} .
 
-chmod -c -x t/* 
-
-#Filter unwanted Provides:
-#  RPC::XML::Method creates two entries for some reason?
-cat << \EOF > %{real_name}-prov
-#!/bin/sh
-%{__perl_provides} $* |\
-  %{__sed} -e '/perl(RPC::XML::Method)$/d'
-EOF
-
-%define __perl_provides %{_builddir}/%{real_name}-%{version}/%{real_name}-prov
-chmod +x %{__perl_provides}
+chmod -c -x t/*
 
 %build
 perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{_prefix}"
@@ -90,6 +92,19 @@ rm -rf %{buildroot}
 %{perl_vendorlib}/Apache
 
 %changelog
+* Tue Sep 22 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.69-1
+- auto-update to 0.69 (by cpan-spec-update 0.01)
+- added a new br on perl(File::Spec) (version 0.8)
+- altered br on perl(LWP) (0 => 5.801)
+- added a new br on perl(Scalar::Util) (version 1.19)
+- altered br on perl(XML::Parser) (0 => 2.31)
+- added a new br on perl(constant) (version 1.03)
+- added a new req on perl(File::Spec) (version 0.8)
+- added a new req on perl(LWP) (version 5.801)
+- added a new req on perl(Scalar::Util) (version 1.19)
+- added a new req on perl(XML::Parser) (version 2.31)
+- added a new req on perl(constant) (version 1.03)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.64-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-RPC-XML/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	23 Oct 2008 14:09:53 -0000	1.3
+++ sources	22 Sep 2009 07:29:01 -0000	1.4
@@ -1 +1 @@
-cf1fd8b8a9f254e3a0298a3ad0282d90  RPC-XML-0.64.tar.gz
+98fa74810c72f3b05c987e6c8d5d83fb  RPC-XML-0.69.tar.gz




More information about the fedora-extras-commits mailing list