Update to 1.09.
This commit is contained in:
parent
d887eeb533
commit
cc788895b1
@ -1 +1 @@
|
||||
XML-NamespaceSupport-1.08.tar.gz
|
||||
XML-NamespaceSupport-1.09.tar.gz
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user