Author: xavierb Update of /cvs/pkgs/rpms/perl-XML-Stream/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15855 Modified Files: perl-XML-Stream.spec Log Message: Sync EL-5 branch with Fedora branches Index: perl-XML-Stream.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-XML-Stream/EL-5/perl-XML-Stream.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-XML-Stream.spec 17 Oct 2007 04:55:03 -0000 1.4 +++ perl-XML-Stream.spec 20 Jul 2009 22:18:22 -0000 1.5 @@ -1,22 +1,28 @@ -# $Id$ - Name: perl-XML-Stream Version: 1.22 -Release: 6%{?dist} +Release: 10%{?dist} Summary: XML::Stream - streaming XML library Group: Development/Libraries -License: GPL+ or Artistic or LGPLv2+ +License: (GPL+ or Artistic) or LGPLv2+ URL: http://search.cpan.org/dist/XML-Stream/ Source0: http://search.cpan.org/CPAN/authors/id/R/RE/REATMON/XML-Stream-%{version}.tar.gz Source1: LICENSING.correspondance Patch0: tests.patch +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildArch: noarch -BuildRequires: perl, perl(Authen::SASL), perl(MIME::Base64) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(IO::Socket::SSL) +BuildRequires: perl(Net::DNS) +BuildRequires: perl(Authen::SASL) +BuildRequires: perl(MIME::Base64) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(IO::Socket::SSL) +Requires: perl(Net::DNS) +# also pulled in via a 'requires' construct; but not yet in Fedora +#Requires: perl(HTTP::ProxyAutoConfig) %description This module provides the user with methods to connect to a remote server, @@ -42,7 +48,7 @@ look at the detailed description at the cp %{SOURCE1} . # generate our other two licenses... -perldoc perlgpl > LICENSE.GPL +perldoc perlgpl > LICENSE.GPL perldoc perlartistic > LICENSE.Artistic %build @@ -53,16 +59,17 @@ 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} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +%{_fixperms} %{buildroot}/* -#%check -# builders are (or may be) firewalled -#make test +%check +%{?_with_network_tests: make test} + +rm -rf t/lib %clean rm -rf %{buildroot} @@ -70,12 +77,32 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc CHANGES README INFO LICENSE.* LICENSING* +%doc CHANGES README INFO LICENSE.* LICENSING* t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.22-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Aug 28 2008 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> 1.22-9 +- fix license tag (technically, it was correct before, but this change prevents + rpmlint from flagging it as bad in a false positive) + +* Mon Jul 14 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 1.22-8 +- add IO::Socket::SSL as a BR/R (see BZ#455344) +- also add Net::DNS +- make tests run if --with network-tests +- misc spec touchups + +* Thu Feb 7 2008 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> 1.22-7 +- rebuild for new perl + +* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> 1.22-6.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Thu Aug 31 2006 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 1.22-6 - bump for mass rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list