Update to 0.19.
This commit is contained in:
parent
c7aa70a35b
commit
65569eb113
@ -1 +1 @@
|
||||
ExtUtils-CBuilder-0.18.tar.gz
|
||||
ExtUtils-CBuilder-0.19.tar.gz
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user