auto-import changelog data from

perl-ExtUtils-CBuilder-0.05-0.fdr.1.2.src.rpm
0.05-0.fdr.1
- Update to 0.05.
- Building procedure: Makefile.PL -> Build.PL.
0.04-0.fdr.1
- Update to 0.04.
This commit is contained in:
cvsextras 2004-11-08 05:00:02 +00:00
parent ed7cbde16e
commit 7dfba57e49
3 changed files with 16 additions and 10 deletions

View File

@ -1 +1 @@
ExtUtils-CBuilder-0.03.tar.gz
ExtUtils-CBuilder-0.05.tar.gz

View File

@ -1,7 +1,7 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-ExtUtils-CBuilder
Version: 0.03
Version: 0.05
Release: 0.fdr.1.2
Epoch: 0
Summary: Compile and link C code for Perl modules
@ -9,11 +9,12 @@ Summary: Compile and link C code for Perl modules
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/ExtUtils-CBuilder/
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-0.03.tar.gz
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-0.05.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 1:5.6.1
BuildRequires: perl(Module::Build)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -28,20 +29,18 @@ purposes as well.
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%{__perl} Build.PL installdirs=vendor
./Build
%install
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 ';'
./Build install destdir=$RPM_BUILD_ROOT
chmod -R u+w $RPM_BUILD_ROOT/*
%check || :
make test
./Build test
%clean
@ -56,6 +55,13 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Oct 15 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.05-0.fdr.1
- Update to 0.05.
- Building procedure: Makefile.PL -> Build.PL.
* Mon Oct 11 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.04-0.fdr.1
- Update to 0.04.
* Sat May 15 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.03-0.fdr.1
- Uptade to 0.03.
- Avoid creation of the perllocal.pod file (make pure_install).

View File

@ -1 +1 @@
1af765d42e90e421ac7f0afaaeedf53e ExtUtils-CBuilder-0.03.tar.gz
5a2131578972da0b4914c92a39e6051d ExtUtils-CBuilder-0.05.tar.gz