From b0b35fd6d42d53ce92eb5c0f688e555a370e6b74 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 05:06:44 +0000 Subject: [PATCH] auto-import changelog data from perl-Module-Build-0.25-0.fdr.3.rh90.src.rpm 0.25-0.fdr.3 - Require perl(YAML) and perl(ExtUtils::ParseXS) (bug 1348). 0.25-0.fdr.2 - Do not require Archive::Tar, it is not used on Unix platforms anyway. Instead, gzip and tar are used, but even they are optional and used only in the 'dist' and 'ppmdist' actions. 0.25-0.fdr.1 - Update to 0.25. 0.24-0.fdr.2 - Require perl(:MODULE_COMPAT_*). 0.24-0.fdr.1 - Update to 0.24. 0.22-0.fdr.1 - Update to 0.22. 0.20-0.fdr.1 - First build. --- .cvsignore | 1 + perl-Module-Build.spec | 77 ++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 79 insertions(+) create mode 100644 perl-Module-Build.spec diff --git a/.cvsignore b/.cvsignore index e69de29..7fc2a1d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Module-Build-0.25.tar.gz diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec new file mode 100644 index 0000000..d1c6ecf --- /dev/null +++ b/perl-Module-Build.spec @@ -0,0 +1,77 @@ +%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} + +Name: perl-Module-Build +Version: 0.25 +Release: 0.fdr.3.rh90 +Epoch: 0 +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-0.25.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: perl(ExtUtils::ParseXS), perl(YAML) +Requires: perl(ExtUtils::ParseXS), perl(YAML) +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 +chmod -R u+w $RPM_BUILD_ROOT/* + + +%check || : +./Build test + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc Changes README +%{perl_vendorlib}/Module +%{_mandir}/man3/*.3* + + +%changelog +* Sat May 22 2004 Ville Skyttä - 0:0.25-0.fdr.3 +- Require perl(YAML) and perl(ExtUtils::ParseXS) (bug 1348). + +* Tue Apr 27 2004 Ville Skyttä - 0:0.25-0.fdr.2 +- Do not require Archive::Tar, it is not used on Unix platforms anyway. + Instead, gzip and tar are used, but even they are optional and used only + in the 'dist' and 'ppmdist' actions. + +* Mon Apr 26 2004 Ville Skyttä - 0:0.25-0.fdr.1 +- Update to 0.25. + +* Sun Apr 25 2004 Ville Skyttä - 0:0.24-0.fdr.2 +- Require perl(:MODULE_COMPAT_*). + +* Thu Feb 26 2004 Ville Skyttä - 0:0.24-0.fdr.1 +- Update to 0.24. + +* Mon Jan 26 2004 Ville Skyttä - 0:0.22-0.fdr.1 +- Update to 0.22. + +* Thu Sep 4 2003 Ville Skyttä - 0:0.20-0.fdr.1 +- First build. diff --git a/sources b/sources index e69de29..ab86235 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +fbcf9fcbd1de321eb781ee8271bffd73 Module-Build-0.25.tar.gz