1.45 bump, buildroot cleanup

This commit is contained in:
Petr Sabata 2011-03-10 13:21:37 +01:00
parent e746d86860
commit 97a5490554
3 changed files with 9 additions and 11 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Test-Pod-1.44.tar.gz
/Test-Pod-1.45.tar.gz

View File

@ -1,17 +1,15 @@
Name: perl-Test-Pod
Version: 1.44
Release: 4%{?dist}
Version: 1.45
Release: 1%{?dist}
Summary: Test POD files for correctness
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Test-Pod/
Source0: http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(File::Spec)
BuildRequires: perl(Module::Build) >= 0.30
BuildRequires: perl(Module::Build) >= 0.3000
BuildRequires: perl(Pod::Simple) >= 3.05
BuildRequires: perl(Test::Builder::Tester) >= 1.02
BuildRequires: perl(Test::More) >= 0.62
@ -35,7 +33,6 @@ the heavy lifting.
%install
rm -rf $RPM_BUILD_ROOT
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} \; 2>/dev/null
%{_fixperms} $RPM_BUILD_ROOT
@ -45,10 +42,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} \; 2>/dev/null
LC_ALL=C ./Build test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README
@ -57,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Mar 10 2011 Petr Sabata <psabata@redhat.com> - 1.45-1
- 1.45 bump
- Buildroot garbage cleanup
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.44-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
02380af5539521524d5df17273a57ae7 Test-Pod-1.44.tar.gz
089c8f272931df82f6c4d11a74f04628 Test-Pod-1.45.tar.gz