1.45 bump, buildroot cleanup
This commit is contained in:
parent
e746d86860
commit
97a5490554
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Test-Pod-1.44.tar.gz
|
||||
/Test-Pod-1.45.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user