From 2286a3ce4ee295d9628c95e7fa77b062ce7c80fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 14 Nov 2019 15:16:33 +0100 Subject: [PATCH] - up to 0.35 --- perl-Apache-LogFormat-Compiler.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/perl-Apache-LogFormat-Compiler.spec b/perl-Apache-LogFormat-Compiler.spec index fad781d..0e4b9bd 100644 --- a/perl-Apache-LogFormat-Compiler.spec +++ b/perl-Apache-LogFormat-Compiler.spec @@ -7,17 +7,18 @@ %include /usr/lib/rpm/macros.perl Summary: Apache::LogFormat::Compiler - Compile a log format string to perl-code Name: perl-Apache-LogFormat-Compiler -Version: 0.13 -Release: 2 +Version: 0.35 +Release: 1 License: Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: fd04ee3f4c2164b7f7909d85f11e467a +# Source0-md5: cbb0bf041ade8a39f65eadbdf8a346c1 URL: http://search.cpan.org/dist/Apache-LogFormat-Compiler/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 3.0.3-26 %if %{with tests} BuildRequires: perl-HTTP-Message +BuildRequires: perl-POSIX-strftime-Compiler BuildRequires: perl-Try-Tiny %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -31,14 +32,15 @@ access_log lines. %build %{__perl} Build.PL \ - destdir=$RPM_BUILD_ROOT \ - installdirs=vendor + --destdir=$RPM_BUILD_ROOT \ + --installdirs=vendor ./Build %{?with_tests:./Build test} %install rm -rf $RPM_BUILD_ROOT + ./Build install %clean -- 2.44.0