commit 8d718d6203fed651d6fd37addcf4a6c70ddc3bce Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Mon Feb 20 13:35:55 2012 +0100 0.16 bump .gitignore | 1 + perl-Test-Compile.spec | 17 ++++++++++------- sources | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) --- diff --git a/.gitignore b/.gitignore index 8807ecc..775d582 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Test-Compile-0.13.tar.gz /Test-Compile-0.14.tar.gz /Test-Compile-0.15.tar.gz +/Test-Compile-0.16.tar.gz diff --git a/perl-Test-Compile.spec b/perl-Test-Compile.spec index c7e7c01..37b4d7b 100644 --- a/perl-Test-Compile.spec +++ b/perl-Test-Compile.spec @@ -1,5 +1,5 @@ Name: perl-Test-Compile -Version: 0.15 +Version: 0.16 Release: 1%{?dist} Summary: Check whether Perl module files compile correctly License: GPL+ or Artistic @@ -16,7 +16,7 @@ BuildRequires: perl(UNIVERSAL::require) # Tests # Test::More version is described in Changes BuildRequires: perl(Test::More) >= 0.88 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %{?perl_default_filter} @@ -28,14 +28,14 @@ file, and report its results in standard Test::Simple fashion. %setup -q -n Test-Compile-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install -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/* +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; +%{_fixperms} %{buildroot}/* %check make test @@ -46,6 +46,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Feb 20 2012 Petr Šabata <contyk@xxxxxxxxxx> - 0.16-1 +- 0.16 bump + * Fri Feb 03 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 0.15-1 - 0.15 bump diff --git a/sources b/sources index fcdc286..b1a8a5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -346b0c3c8bd5effe52d13f11195359fa Test-Compile-0.15.tar.gz +51b0edee0a19f5bc79528bce8fca8229 Test-Compile-0.16.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel