Update to 1.06

- New upstream release 1.06
  - Convert distribution to dzil using dzooky (fixes CPAN RT#75714)
- BR: perl(Pod::Coverage::TrustPod)
- Module::Install no longer bundled, so drop buildreqs needed by it
- Drop UTF8 patch, no longer needed
epel9
Paul Howarth 13 years ago
parent 17b55c3b10
commit 97ffdb1198

@ -1,11 +0,0 @@
--- README
+++ README
@@ -50,7 +50,7 @@
Chris "BinGOs" Williams <chris@bingosnet.co.uk>
LICENSE
- Copyright © Chris Williams
+ Copyright © Chris Williams
This module may be used, modified, and distributed under the same terms
as Perl itself. Please see the license that came with your Perl

@ -1,21 +1,17 @@
Name: perl-Env-Sanctify
Summary: Lexically scoped sanctification of %%ENV
Version: 1.04
Release: 2%{?dist}
Version: 1.06
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Env-Sanctify/
Source0: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Env-Sanctify-%{version}.tar.gz
Patch0: Env-Sanctify-1.04-UTF8.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
# Build
BuildRequires: perl(base)
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec)
# Test suite
BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
@ -34,9 +30,6 @@ inherit.
%prep
%setup -q -n Env-Sanctify-%{version}
# Recode documentation as UTF-8
%patch0
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
@ -48,7 +41,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%{_fixperms} %{buildroot}
%check
make test
make test RELEASE_TESTING=1
%clean
rm -rf %{buildroot}
@ -59,6 +52,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/Env::Sanctify.3pm*
%changelog
* Thu Mar 15 2012 Paul Howarth <paul@city-fan.org> - 1.06-1
- Update to 1.06
- Convert distribution to dzil using dzooky (fixes CPAN RT#75714)
- BR: perl(Pod::Coverage::TrustPod)
- Module::Install no longer bundled, so drop buildreqs needed by it
- Drop UTF8 patch, no longer needed
* Mon Mar 12 2012 Paul Howarth <paul@city-fan.org> - 1.04-2
- Add buildreqs for modules used by bundled Module::Install (#802377)

@ -1 +1 @@
304b28041d75f64da4551e4db238d354 Env-Sanctify-1.04.tar.gz
30a69f7fcb26cad7c483f6a3a063c982 Env-Sanctify-1.06.tar.gz

Loading…
Cancel
Save