]> git.pld-linux.org Git - packages/perl-Apache-LogFormat-Compiler.git/commitdiff
- up to 0.35 auto/th/perl-Apache-LogFormat-Compiler-0.35-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 14 Nov 2019 14:16:33 +0000 (15:16 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 14 Nov 2019 14:16:33 +0000 (15:16 +0100)
perl-Apache-LogFormat-Compiler.spec

index fad781d690eac93e47aa58319c90a84101f0ff58..0e4b9bd2594e358be5e11dafe45632a006f38a8b 100644 (file)
@@ -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
This page took 0.10781 seconds and 4 git commands to generate.