commit bec287503887d88a5056a70d93a66977357e2dcb Author: Jitka Plesnikova <jplesnik@xxxxxxxxxx> Date: Thu Jun 20 11:24:21 2013 +0200 1.92 bump .gitignore | 1 + perl-Archive-Tar.spec | 19 +++++++++++++++---- sources | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) --- diff --git a/.gitignore b/.gitignore index 7eae4e9..f5d55d7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ Archive-Tar-1.64.tar.gz /Archive-Tar-1.84.tar.gz /Archive-Tar-1.88.tar.gz /Archive-Tar-1.90.tar.gz +/Archive-Tar-1.92.tar.gz diff --git a/perl-Archive-Tar.spec b/perl-Archive-Tar.spec index b069d2c..0a84230 100644 --- a/perl-Archive-Tar.spec +++ b/perl-Archive-Tar.spec @@ -1,6 +1,6 @@ Name: perl-Archive-Tar -Version: 1.90 -Release: 3%{?dist} +Version: 1.92 +Release: 1%{?dist} Summary: A module for Perl manipulation of .tar files Group: Development/Libraries License: GPL+ or Artistic @@ -9,16 +9,21 @@ Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Tar-%{version BuildArch: noarch # Most of the BRS are needed only for tests, compression support at run-time # is optional soft dependency. +BuildRequires: perl BuildRequires: perl(Carp) BuildRequires: perl(Compress::Zlib) >= 2.015 +BuildRequires: perl(Config) BuildRequires: perl(constant) BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Basename) +BuildRequires: perl(File::Find) BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec::Unix) BuildRequires: perl(File::Path) +BuildRequires: perl(Getopt::Std) BuildRequires: perl(IO::Compress::Base) >= 2.015 BuildRequires: perl(IO::Compress::Bzip2) >= 2.015 BuildRequires: perl(IO::Compress::Gzip) >= 2.015 @@ -27,11 +32,13 @@ BuildRequires: perl(IO::String) BuildRequires: perl(IO::Zlib) >= 1.01 BuildRequires: perl(lib) BuildRequires: perl(Package::Constants) +BuildRequires: perl(strict) BuildRequires: perl(Test::Harness) >= 2.26 BuildRequires: perl(Test::More) %if !%{defined perl_bootstrap} BuildRequires: perl(Test::Pod) %endif +BuildRequires: perl(vars) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Compress::Zlib) >= 2.015 Requires: perl(IO::Zlib) >= 1.01 @@ -51,9 +58,8 @@ perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install -make pure_install PERL_INSTALL_ROOT=%{buildroot} +make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check @@ -68,6 +74,11 @@ make test %changelog +* Thu Jun 20 2013 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 1.92-1 +- 1.92 bump +- Use DESTDIR rather than PERL_INSTALL_ROOT +- Update dependencies + * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.90-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 58cb83a..94040a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc4ee1aa0bbf0384edf27e14d7e20a71 Archive-Tar-1.90.tar.gz +8d24ebfc08dbe908d5b0192e4f6459dc Archive-Tar-1.92.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