Update to 0.19.

This commit is contained in:
Jose Pedro Oliveira 2007-05-31 22:07:08 +00:00
parent c7aa70a35b
commit 65569eb113
3 changed files with 8 additions and 6 deletions

View File

@ -1 +1 @@
ExtUtils-CBuilder-0.18.tar.gz
ExtUtils-CBuilder-0.19.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-ExtUtils-CBuilder
Version: 0.18
Version: 0.19
Release: 1%{?dist}
Summary: Compile and link C code for Perl modules
@ -10,7 +10,6 @@ Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 1:5.6.1
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -33,7 +32,7 @@ make %{?_smp_mflags}
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
@ -49,10 +48,13 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/ExtUtils/
%{_mandir}/man3/*.3*
%{_mandir}/man3/*.3pm*
%changelog
* Thu May 31 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.19-1
- Update to 0.19.
* Thu Mar 30 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-1
- Update to 0.18.

View File

@ -1 +1 @@
d119f0c6c12787a8d5b255208c3c74c5 ExtUtils-CBuilder-0.18.tar.gz
65cea2b1f960236092788002d7c5c477 ExtUtils-CBuilder-0.19.tar.gz