8
0

Compare commits

...

6 Commits

Author SHA256 Message Date
3827bf8592 Accepting request 1282423 from devel:languages:perl
- Normalize CPAN version
  See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/request/show/1282423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-LogFormat-Compiler?expand=0&rev=8
2025-06-04 18:28:09 +00:00
e35e0d9387 Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-LogFormat-Compiler?expand=0&rev=12
2025-06-03 15:12:42 +00:00
f5f02fb0fc Accepting request 749527 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/749527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-LogFormat-Compiler?expand=0&rev=7
2019-11-22 09:26:52 +00:00
21a8be9f93 Accepting request 499786 from devel:languages:perl
- updated to 0.35
   see /usr/share/doc/packages/perl-Apache-LogFormat-Compiler/Changes
  0.35 2017-03-08T04:10:07Z
  
     - fixed test. load module from relative path.
  
  0.34 2017-03-07T03:18:42Z
  
     - re package with Minilla v3
  
  0.33 2016-01-28T12:19:05Z
  
     - bugfix: Make `%T` to formatted in seconds (Thank you astj)

OBS-URL: https://build.opensuse.org/request/show/499786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-LogFormat-Compiler?expand=0&rev=6
2017-06-01 14:33:16 +00:00
b396ce9a35 Accepting request 284927 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/284927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-LogFormat-Compiler?expand=0&rev=5
2015-02-10 19:23:32 +00:00
Stephan Kulow
2227bcf91d Accepting request 226541 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/226541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-LogFormat-Compiler?expand=0&rev=3
2014-03-21 11:15:19 +00:00
2 changed files with 25 additions and 17 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 3 15:12:34 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Tue Nov 19 08:26:52 UTC 2019 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Apache-LogFormat-Compiler
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,32 @@
#
Name: perl-Apache-LogFormat-Compiler
Version: 0.36
Release: 0
%define cpan_name Apache-LogFormat-Compiler
Summary: Compile a log format string to perl-code
Name: perl-Apache-LogFormat-Compiler
Version: 0.360.0
Release: 0
# 0.36 -> normalize -> 0.360.0
%define cpan_version 0.36
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/%{cpan_name}-%{version}.tar.gz
Summary: Compile a log format string to perl-code
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(Module::Build::Tiny) >= 0.035
BuildRequires: perl(POSIX::strftime::Compiler) >= 0.30
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build::Tiny) >= 0.35
BuildRequires: perl(POSIX::strftime::Compiler) >= 0.300
BuildRequires: perl(Test::MockTime)
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Try::Tiny) >= 0.12
BuildRequires: perl(URI::Escape) >= 1.60
Requires: perl(POSIX::strftime::Compiler) >= 0.30
BuildRequires: perl(Try::Tiny) >= 0.120
BuildRequires: perl(URI::Escape) >= 1.600
Requires: perl(POSIX::strftime::Compiler) >= 0.300
Provides: perl(Apache::LogFormat::Compiler) = %{version}
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
BuildRequires: timezone
@@ -49,7 +52,7 @@ Compile a log format string to perl-code. For faster generation of
access_log lines.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Build.PL --installdirs=vendor
@@ -63,8 +66,7 @@ perl Build.PL --installdirs=vendor
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes minil.toml README.md
%doc Changes README.md
%license LICENSE
%changelog