From 0e2a478f793d4e026bdcee76ea0a5fa6e91e38f1 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 05:09:05 +0000 Subject: [PATCH] auto-import changelog data from perl-Test-Pod-1.20-0.fdr.1.rh90.src.rpm 1.20-0.fdr.1 - Update to 1.20. 1.16-0.fdr.2 - Avoid creation of the perllocal.pod file (make pure_install). 1.16-0.fdr.1 - Update to 1.16, dir handling patch applied upstream. 1.14-0.fdr.1 - Update to 1.14. - Require perl(:MODULE_COMPAT_*). - Add patch to avoid warnings from all_pod_files(). 1.12-0.fdr.1 - Update to 1.12. 1.08-0.fdr.1 - Update to 1.08. - Use %{perl_vendorlib}. 0.96-0.fdr.1 - First build. --- .cvsignore | 1 + perl-Test-Pod.spec | 79 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 81 insertions(+) create mode 100644 perl-Test-Pod.spec diff --git a/.cvsignore b/.cvsignore index e69de29..8e7ce34 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Test-Pod-1.20.tar.gz diff --git a/perl-Test-Pod.spec b/perl-Test-Pod.spec new file mode 100644 index 0000000..e1d6d5c --- /dev/null +++ b/perl-Test-Pod.spec @@ -0,0 +1,79 @@ +%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} + +Name: perl-Test-Pod +Version: 1.20 +Release: 0.fdr.1.rh90 +Epoch: 0 +Summary: Perl module for checking for POD errors in files + +Group: Development/Libraries +License: GPL or Artistic +URL: http://search.cpan.org/dist/Test-Pod/ +Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-1.20.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(Pod::Simple), perl(Test::Builder::Tester) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +%{summary}. + + +%prep +%setup -q -n Test-Pod-%{version} + + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + + +%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 ';' +chmod -R u+w $RPM_BUILD_ROOT/* + + +%check || : +make test + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc Changes +%{perl_vendorlib}/Test/ +%{_mandir}/man3/*.3* + + +%changelog +* Thu Jun 24 2004 Jose Pedro Oliveira - 0:1.20-0.fdr.1 +- Update to 1.20. + +* Wed May 12 2004 Jose Pedro Oliveira - 0:1.16-0.fdr.2 +- Avoid creation of the perllocal.pod file (make pure_install). + +* Mon May 3 2004 Ville Skyttä - 0:1.16-0.fdr.1 +- Update to 1.16, dir handling patch applied upstream. + +* Fri Apr 30 2004 Ville Skyttä - 0:1.14-0.fdr.1 +- Update to 1.14. +- Require perl(:MODULE_COMPAT_*). +- Add patch to avoid warnings from all_pod_files(). + +* Sun Mar 14 2004 Ville Skyttä - 0:1.12-0.fdr.1 +- Update to 1.12. + +* Thu Jan 22 2004 Ville Skyttä - 0:1.08-0.fdr.1 +- Update to 1.08. +- Use %%{perl_vendorlib}. + +* Wed Nov 5 2003 Ville Skyttä - 0:0.96-0.fdr.1 +- First build. diff --git a/sources b/sources index e69de29..70c750f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2ccd3b460f817ccf6ac251f06cd2b4f4 Test-Pod-1.20.tar.gz