8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
40865f4526 Accepting request 1292098 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/1292098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Daemon?expand=0&rev=19
2025-07-14 08:47:58 +00:00
9474f6f86e 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-HTTP-Daemon?expand=0&rev=24
2025-07-11 14:15:30 +00:00
ae1f3fdfd2 Accepting request 1070691 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1070691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Daemon?expand=0&rev=18
2023-03-11 17:23:38 +00:00
6a44b03da6 Accepting request 991013 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/991013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Daemon?expand=0&rev=17
2022-07-31 21:00:35 +00:00
0b926e308c Accepting request 960193 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/960193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Daemon?expand=0&rev=16
2022-03-09 17:47:05 +00:00
3688515166 Accepting request 955047 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/955047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Daemon?expand=0&rev=15
2022-02-16 23:30:10 +00:00
41de64be7d Accepting request 811724 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/811724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Daemon?expand=0&rev=14
2020-06-09 22:33:36 +00:00
2a713ba1c5 Accepting request 809206 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/809206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Daemon?expand=0&rev=13
2020-06-02 12:33:41 +00:00
878c4f6ab9 Accepting request 727335 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/727335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Daemon?expand=0&rev=12
2019-09-07 09:28:52 +00:00
edf65ed2d8 Accepting request 719394 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/719394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Daemon?expand=0&rev=11
2019-07-30 12:02:01 +00:00
1aa4112401 Accepting request 690873 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/690873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Daemon?expand=0&rev=10
2019-04-04 12:12:44 +00:00
2 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 11 14:15:24 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Thu Mar 9 16:44:14 UTC 2023 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-Daemon
#
# Copyright (c) 2023 SUSE LLC
# 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
@@ -18,12 +18,14 @@
%define cpan_name HTTP-Daemon
Name: perl-HTTP-Daemon
Version: 6.16
Version: 6.160.0
Release: 0
# 6.16 -> normalize -> 6.160.0
%define cpan_version 6.16
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Simple http server class
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
@@ -34,7 +36,8 @@ BuildRequires: perl(HTTP::Response) >= 6
BuildRequires: perl(HTTP::Status) >= 6
BuildRequires: perl(IO::Socket::IP) >= 0.32
BuildRequires: perl(LWP::MediaTypes) >= 6
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build::Tiny) >= 0.34
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Test::Needs)
@@ -44,6 +47,8 @@ Requires: perl(HTTP::Response) >= 6
Requires: perl(HTTP::Status) >= 6
Requires: perl(IO::Socket::IP) >= 0.32
Requires: perl(LWP::MediaTypes) >= 6
Provides: perl(HTTP::Daemon) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -63,7 +68,7 @@ method on this object will read data from the client and return an
back various responses.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Build.PL --installdirs=vendor