From 61752aa3a0fd36c92891ad425d18ad2ccab17323 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Jan 10 2006 21:26:54 +0000 Subject: Update to 0.2611. --- diff --git a/.cvsignore b/.cvsignore index 93d521f..ff79f20 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Build-0.2610.tar.gz +Module-Build-0.2611.tar.gz diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index 24361dd..20d5ddf 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -1,62 +1,71 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Module-Build -Version: 0.2610 -Release: 1 -Epoch: 0 +Version: 0.2611 +Release: 2%{?dist} Summary: Perl module for building and installing Perl modules - Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Module-Build/ Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildArch: noarch BuildRequires: perl(ExtUtils::ParseXS), perl(YAML) >= 0.35, perl(YAML) < 0.49 Requires: perl(ExtUtils::ParseXS), perl(YAML) >= 0.35, perl(YAML) < 0.49 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Perl module for building and installing Perl modules, a replacement to ExtUtils::MakeMaker. - %prep %setup -q -n Module-Build-%{version} - %build %{__perl} Build.PL installdirs=vendor ./Build - %install rm -rf $RPM_BUILD_ROOT + ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -chmod -R u+w $RPM_BUILD_ROOT/* +find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; -%check || : -./Build test +chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +perldoc -t perlgpl > COPYING +perldoc -t perlartistic > Artistic + +%check +./Build test %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes README COPYING Artistic %{_bindir}/config_data %{perl_vendorlib}/Module %{_mandir}/man1/config_data.1* %{_mandir}/man3/Module::Build*.3* - %changelog -* Sat Apr 16 2005 Ville Skyttä - 0:0.2610-1 +* Mon Sep 05 2005 Steven Pritchard - 0.2611-2 +- Minor spec cleanup. +- Add COPYING and Artistic. + +* Wed Jul 06 2005 Steven Pritchard - 0.2611-1 +- Update to 0.2611. + +* Sat May 7 2005 Ville Skyttä - 0.2610-3 +- Rebuild. + +* Sat Apr 16 2005 Ville Skyttä - 0.2610-2 - 0.2610. +- Trust that %%{perl_vendorlib} is defined. + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt * Thu Jan 27 2005 Ville Skyttä - 0:0.2608-1 - Update to 0.2608, Test::Harness kludge no longer needed. diff --git a/sources b/sources index 323e2a3..7f7e316 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a21addf2dbd1725b6b035fbfe65cb30f Module-Build-0.2610.tar.gz +d0fa9a7917ed43d1c1f8b707e86b6061 Module-Build-0.2611.tar.gz