rpms/perl-XML-Parser/devel perl-XML-Parser.spec,1.19,1.20

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Tue Aug 28 15:28:18 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-XML-Parser/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5804

Modified Files:
	perl-XML-Parser.spec 
Log Message:
Update %docs section and License tag.


Index: perl-XML-Parser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-Parser/devel/perl-XML-Parser.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- perl-XML-Parser.spec	12 Jul 2006 07:48:16 -0000	1.19
+++ perl-XML-Parser.spec	28 Aug 2007 15:27:45 -0000	1.20
@@ -1,19 +1,19 @@
 Name:           perl-XML-Parser
 Version:        2.34
-Release:	6.1.2.2.1
+Release:        8
 Summary:        A low level Perl module for parsing XML either via trees or streaming
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Url:            http://search.cpan.org/dist/XML-Parser/
 Source0:        http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-Parser-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl >= 2:5.8.0
+BuildRequires:  perl >= 2:5.8.0, perl(ExtUtils::MakeMaker)
 BuildRequires:  expat-devel
 # The script LWPExternEnt.pl is loaded by Parser.pm
 BuildRequires:  perl(LWP), perl(URI)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(LWP), perl(URI)
 
 %description
@@ -45,7 +45,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 
@@ -54,13 +54,21 @@
 
 %files
 %defattr(-,root,root,-)
+%doc README Changes samples/
 %{perl_vendorarch}/XML/
 %{perl_vendorarch}/auto/XML/
 %{_mandir}/man3/*.3*
 
 
 %changelog
-* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - sh: line 0: fg: no job control
+* Tue Aug 28 2007 Robin Norwood <rnorwood at redhat.com> - 2.34-8
+- Update license tag
+- Add README Changes samples/ to %%doc section
+
+* Thu Aug  9 2007 Joe Orton <jorton at redhat.com> - 2.34-7
+- BuildRequire perl(ExtUtils::MakeMaker)
+
+* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 2.34-6.1.2.2.1
 - rebuild
 
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 2.34-6.1.2.2




More information about the fedora-extras-commits mailing list