commit fa32bf6a33b52a91c93ed862e5b2a92cdc754a48 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Mon Mar 3 11:26:38 2014 +0100 0.06 bump .gitignore | 1 + perl-Devel-Autoflush.spec | 29 ++++++++++++++++++----------- sources | 2 +- 3 files changed, 20 insertions(+), 12 deletions(-) --- diff --git a/.gitignore b/.gitignore index deb9c1a..3ef65f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Devel-Autoflush-0.05.tar.gz +/Devel-Autoflush-0.06.tar.gz diff --git a/perl-Devel-Autoflush.spec b/perl-Devel-Autoflush.spec index 47749a1..b02d831 100644 --- a/perl-Devel-Autoflush.spec +++ b/perl-Devel-Autoflush.spec @@ -1,19 +1,23 @@ Name: perl-Devel-Autoflush -Version: 0.05 -Release: 4%{?dist} +Version: 0.06 +Release: 1%{?dist} Summary: Set autoflush from the command line License: ASL 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-Autoflush/ Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Devel-Autoflush-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl(File::Spec) -BuildRequires: perl(lib) -BuildRequires: perl(Module::Build) +BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17 +BuildRequires: perl(strict) +BuildRequires: perl(warnings) # Tests +BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(IO::CaptureOutput) >= 1.08 +BuildRequires: perl(List::Util) BuildRequires: perl(Test::More) >= 0.62 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(version) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # Filter bogus dependencies %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(strict\\) @@ -26,16 +30,16 @@ command line or from PERL5OPT for code that needs it but doesn't have it. %setup -q -n Devel-Autoflush-%{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 -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; +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 Todo @@ -43,6 +47,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_mandir}/man3/* %changelog +* Mon Mar 03 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.06-1 +- 0.06 bump + * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.05-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index f18abfe..2adc8a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -071061e12ce7ca4f3d62a2e329db0503 Devel-Autoflush-0.05.tar.gz +d5fc7d177e17067710caa2d2152e02a9 Devel-Autoflush-0.06.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