commit f6515e4937b6f05b1244852218669202bc993e87 Author: Jitka Plesnikova <jplesnik@xxxxxxxxxx> Date: Wed Mar 5 15:54:21 2014 +0100 0.5.0 bump .gitignore | 1 + perl-Path-FindDev.spec | 23 ++++++++++++++--------- sources | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index 16a23a1..7fae3af 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /Path-FindDev-0.4.0.tar.gz /Path-FindDev-0.4.1.tar.gz /Path-FindDev-0.4.2.tar.gz +/Path-FindDev-0.5.0.tar.gz diff --git a/perl-Path-FindDev.spec b/perl-Path-FindDev.spec index c581719..5bac64c 100644 --- a/perl-Path-FindDev.spec +++ b/perl-Path-FindDev.spec @@ -1,5 +1,5 @@ Name: perl-Path-FindDev -Version: 0.4.2 +Version: 0.5.0 Release: 1%{?dist} Summary: Find a development path somewhere in an upper hierarchy License: GPL+ or Artistic @@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/Path-FindDev/ Source0: http://www.cpan.org/authors/id/K/KE/KENTNL/Path-FindDev-%{version}.tar.gz BuildArch: noarch BuildRequires: perl -BuildRequires: perl(Module::Build) >= 0.4008 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time @@ -19,12 +19,13 @@ BuildRequires: perl(Path::IsDev::Object) BuildRequires: perl(Path::Tiny) >= 0.038 BuildRequires: perl(Scalar::Util) BuildRequires: perl(Sub::Exporter) +BuildRequires: perl(utf8) # Tests -BuildRequires: perl(File::Spec) +BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(FindBin) -BuildRequires: perl(IO::Handle) -BuildRequires: perl(IPC::Open3) +BuildRequires: perl(List::Util) 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::Spec) @@ -41,15 +42,16 @@ walking tricks. %setup -q -n Path-FindDev-%{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 +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check -./Build test +make test %files %doc Changes LICENSE README @@ -57,6 +59,9 @@ perl Build.PL installdirs=vendor %{_mandir}/man3/* %changelog +* Wed Mar 05 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 0.5.0-1 +- 0.5.0 bump + * Mon Nov 25 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 0.4.2-1 - 0.4.2 bump diff --git a/sources b/sources index 72611c9..7089178 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f95bc7519db7d107ca9dad0b7c481cc Path-FindDev-0.4.2.tar.gz +e44e0ccec89b13d8efb187a6ef76c9c9 Path-FindDev-0.5.0.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