commit aa6d0deecc2ea30de8f17799f96eb73a2203f4d6 Author: Jitka Plesnikova <jplesnik@xxxxxxxxxx> Date: Mon Mar 3 15:43:55 2014 +0100 1.001000 bump .gitignore | 1 + perl-Path-IsDev.spec | 22 +++++++++++++++------- sources | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) --- diff --git a/.gitignore b/.gitignore index 3bf1abd..bffba42 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /Path-IsDev-0.6.0.tar.gz /Path-IsDev-1.000000.tar.gz /Path-IsDev-1.000002.tar.gz +/Path-IsDev-1.001000.tar.gz diff --git a/perl-Path-IsDev.spec b/perl-Path-IsDev.spec index a4d36e9..b32d760 100644 --- a/perl-Path-IsDev.spec +++ b/perl-Path-IsDev.spec @@ -1,5 +1,5 @@ Name: perl-Path-IsDev -Version: 1.000002 +Version: 1.001000 Release: 1%{?dist} Summary: Determine if a given Path resembles a development source tree License: GPL+ or Artistic @@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/Path-IsDev/ Source0: http://www.cpan.org/authors/id/K/KE/KENTNL/Path-IsDev-%{version}.tar.gz BuildArch: noarch BuildRequires: perl -BuildRequires: perl(Module::Build) >= 0.4202 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.90 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time @@ -22,11 +22,15 @@ BuildRequires: perl(Role::Tiny) BuildRequires: perl(Role::Tiny::With) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Sub::Exporter) +BuildRequires: perl(utf8) # Tests +BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Temp) BuildRequires: perl(FindBin) +BuildRequires: perl(List::Util) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 1.001002 +BuildRequires: perl(version) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) Requires: perl(File::HomeDir) @@ -48,15 +52,16 @@ development" %setup -q -n Path-IsDev-%{version} %build -perl Build.PL installdirs=vendor -./Build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %install -./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -%{_fixperms} $RPM_BUILD_ROOT/* +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +%{_fixperms} %{buildroot} %check -./Build test +make test %files %doc Changes LICENSE README @@ -64,6 +69,9 @@ perl Build.PL installdirs=vendor %{_mandir}/man3/* %changelog +* Mon Mar 03 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 1.001000-1 +- 1.001000 bump + * Tue Nov 26 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 1.000002-1 - 1.000002 bump diff --git a/sources b/sources index 6ad2eb9..a45d55d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5645c9006031cc1fed8dce70095e312e Path-IsDev-1.000002.tar.gz +d850fe534473bffc16add8e83a115255 Path-IsDev-1.001000.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