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:
parent
ed7cbde16e
commit
7dfba57e49
@ -1 +1 @@
|
||||
ExtUtils-CBuilder-0.03.tar.gz
|
||||
ExtUtils-CBuilder-0.05.tar.gz
|
||||
|
||||
@ -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).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user