Update %docs section and License tag.
This commit is contained in:
parent
0179daa308
commit
8efc247999
@ -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 f -name '*.bs' -a -size 0 -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
|
||||
@ -54,13 +54,21 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%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@redhat.com> - sh: line 0: fg: no job control
|
||||
* Tue Aug 28 2007 Robin Norwood <rnorwood@redhat.com> - 2.34-8
|
||||
- Update license tag
|
||||
- Add README Changes samples/ to %%doc section
|
||||
|
||||
* Thu Aug 9 2007 Joe Orton <jorton@redhat.com> - 2.34-7
|
||||
- BuildRequire perl(ExtUtils::MakeMaker)
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.34-6.1.2.2.1
|
||||
- rebuild
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.34-6.1.2.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user