update to 0.100002

This commit is contained in:
Iain Arnell 2012-04-22 06:32:56 -06:00
parent 56633c7f8f
commit 0eafb6bff1
3 changed files with 8 additions and 11 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ Pod-Coverage-TrustPod-0.092830.tar.gz
/Pod-Coverage-TrustPod-0.092832.tar.gz
/Pod-Coverage-TrustPod-0.100000.tar.gz
/Pod-Coverage-TrustPod-0.100001.tar.gz
/Pod-Coverage-TrustPod-0.100002.tar.gz

View File

@ -1,12 +1,11 @@
Name: perl-Pod-Coverage-TrustPod
Version: 0.100001
Release: 2%{?dist}
Version: 0.100002
Release: 1%{?dist}
Summary: Allow a module's pod to contain Pod::Coverage hints
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Pod-Coverage-TrustPod/
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Coverage-TrustPod-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Carp::Heavy)
BuildRequires: perl(ExtUtils::MakeMaker)
@ -33,28 +32,25 @@ symbol names trusted.
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
RELEASE_TESTING=1 make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Sun Apr 22 2012 Iain Arnell <iarnell@gmail.com> 0.100002-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100001-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
ac6b5decc2b26e1176011a64fa0a6142 Pod-Coverage-TrustPod-0.100001.tar.gz
25234b3aa0e933b93e46a5b69bb34478 Pod-Coverage-TrustPod-0.100002.tar.gz