From 51809e506cd5d852bb508b7ae3f72be01b4f4987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 5 May 2016 14:49:43 +0200 Subject: [PATCH] 0.10 bump --- .gitignore | 1 + perl-Module-Install-CheckLib.spec | 17 +++++++++++++---- sources | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9a05e4a..9f94ce0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Module-Install-CheckLib-0.08.tar.gz +/Module-Install-CheckLib-0.10.tar.gz diff --git a/perl-Module-Install-CheckLib.spec b/perl-Module-Install-CheckLib.spec index aaf3f92..186bf69 100644 --- a/perl-Module-Install-CheckLib.spec +++ b/perl-Module-Install-CheckLib.spec @@ -1,15 +1,19 @@ Name: perl-Module-Install-CheckLib -Version: 0.08 -Release: 4%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: Module::Install extension to check that a library is available License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Install-CheckLib/ Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Install-CheckLib-%{version}.tar.gz BuildArch: noarch +BuildRequires: coreutils +BuildRequires: findutils # glibc-common for iconv BuildRequires: glibc-common +BuildRequires: make BuildRequires: perl +BuildRequires: perl-generators BuildRequires: perl(inc::Module::Install) BuildRequires: perl(Module::Install::AutoLicense) BuildRequires: perl(Module::Install::GithubMeta) @@ -18,6 +22,7 @@ BuildRequires: perl(Module::Install::Metadata) BuildRequires: perl(Module::Install::ReadmeFromPod) BuildRequires: perl(Module::Install::WriteAll) BuildRequires: perl(strict) +BuildRequires: sed # Run-time: BuildRequires: perl(base) BuildRequires: perl(Devel::CheckLib) >= 0.7 @@ -63,18 +68,22 @@ mv README.utf8 README %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name .packlist -delete %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files -%doc Changes LICENSE README +%license LICENSE +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Thu May 05 2016 Petr Pisar - 0.10-1 +- 0.10 bump + * Thu Feb 04 2016 Fedora Release Engineering - 0.08-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 0e41e82..c24f398 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1445d6d8df38f6085f79fb1a519fcab4 Module-Install-CheckLib-0.08.tar.gz +257bcfdc7f9792d7d3b641ac25f2b80f Module-Install-CheckLib-0.10.tar.gz