Update to 2.13.
This commit is contained in:
parent
feec8bdaa0
commit
e9d18243dd
@ -1 +1 @@
|
||||
ExtUtils-ParseXS-2.12.tar.gz
|
||||
ExtUtils-ParseXS-2.13.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-ExtUtils-ParseXS
|
||||
Version: 2.12
|
||||
Version: 2.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Module and a script for converting Perl XS code into C code
|
||||
|
||||
@ -37,7 +37,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
%check || :
|
||||
%check
|
||||
make test
|
||||
|
||||
|
||||
@ -48,11 +48,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes
|
||||
%{perl_vendorlib}/ExtUtils
|
||||
%{perl_vendorlib}/ExtUtils/
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 7 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.13-1
|
||||
- Update to 2.13.
|
||||
|
||||
* Thu Aug 25 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.12-1
|
||||
- Update to 2.12.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user