From 49ecc6b9f3c0b405b8a27d70ffcfa92ef95c4ce6 Mon Sep 17 00:00:00 2001 From: Terje Røsten Date: Feb 15 2016 19:16:55 +0000 Subject: 1.11 --- diff --git a/.gitignore b/.gitignore index 640ddb2..0bb8f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Config-Grammar-1.10.tar.gz +/Config-Grammar-1.11.tar.gz diff --git a/perl-Config-Grammar.spec b/perl-Config-Grammar.spec index ab11ad9..e4fa05b 100644 --- a/perl-Config-Grammar.spec +++ b/perl-Config-Grammar.spec @@ -1,12 +1,11 @@ Name: perl-Config-Grammar -Version: 1.10 -Release: 20%{?dist} +Version: 1.11 +Release: 1%{?dist} Summary: Grammar-based, user-friendly config parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Config-Grammar/ Source0: http://www.cpan.org/authors/id/D/DS/DSCHWEI/Config-Grammar-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils @@ -36,28 +35,26 @@ of the configuration file format. %build %{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install -%{__rm} -rf %{buildroot} -%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} +make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot}/* %check -%{__make} test - -%clean -%{__rm} -rf %{buildroot} +make test %files -%defattr(-, root, root, -) %doc Changes README %{perl_vendorlib}/Config/Grammar* %{_mandir}/man3//Config::Grammar* %changelog +* Mon Feb 15 2016 Terje Rosten - 1.11-1 +- 1.11 + * Thu Feb 04 2016 Fedora Release Engineering - 1.10-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 5d82401..a7af097 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce904f687f1ee9c70521142a2e0f15c9 Config-Grammar-1.10.tar.gz +ae3d8078635a155632e1b1d6e4dec141 Config-Grammar-1.11.tar.gz