Update to 1.09.

This commit is contained in:
Warren Togami 2005-09-09 22:23:45 +00:00
parent d887eeb533
commit cc788895b1
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
XML-NamespaceSupport-1.08.tar.gz
XML-NamespaceSupport-1.09.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-XML-NamespaceSupport
Version: 1.08
Release: 7
Version: 1.09
Release: 1
Summary: XML-NamespaceSupport Perl module
Group: Development/Libraries
@ -18,7 +18,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%prep
%setup -q -n XML-NamespaceSupport-%{version}
%setup -q -n XML-NamespaceSupport-%{version}
chmod 644 Changes README *.pm
%build
@ -32,7 +32,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -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
@ -41,11 +41,15 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/XML/
%{_mandir}/man3/*.3*
%changelog
* Fri Sep 9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-1
- Update to 1.09.
* Sat Apr 30 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-7
- Bring up to date with current Fedora.Extras perl spec template. (#156511)

View File

@ -1 +1 @@
81bd5ae772906d0579c10061ed735dc8 XML-NamespaceSupport-1.08.tar.gz
b0867d7b599d8a63ba630fa6227936fe XML-NamespaceSupport-1.09.tar.gz