8
0

Compare commits

2 Commits

2 changed files with 29 additions and 21 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 12 17:54:14 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Mon Mar 5 06:04:24 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-CGI-Application
#
# Copyright (c) 2018 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
@@ -12,35 +12,38 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-CGI-Application
Version: 4.61
Release: 0
%define cpan_name CGI-Application
Summary: Framework for building reusable web-applications
Name: perl-CGI-Application
Version: 4.610.0
Release: 0
# 4.61 -> normalize -> 4.610.0
%define cpan_version 4.61
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/CGI-Application/
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARTO/%{cpan_name}-%{version}.tar.gz
Summary: Framework for building reusable web-applications
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARTO/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CGI) >= 4.21
BuildRequires: perl(CGI) >= 4.210
BuildRequires: perl(Class::ISA)
BuildRequires: perl(HTML::Template)
BuildRequires: perl(Module::Build) >= 0.420000
BuildRequires: perl(Module::Build) >= 0.42
BuildRequires: perl(Test::Requires)
Requires: perl(CGI) >= 4.21
Requires: perl(CGI) >= 4.210
Requires: perl(Class::ISA)
Requires: perl(HTML::Template)
Requires: perl(Module::Build)
Requires: perl(Test::Requires)
Recommends: perl(CGI::PSGI) >= 0.09
Provides: perl(CGI::Application) = %{version}
Provides: perl(CGI::Application::Mailform)
%undefine __perllib_provides
Recommends: perl(CGI::PSGI) >= 0.90
%{perl_requires}
%description
@@ -63,22 +66,21 @@ conventions:
current object. (Sometimes referred as "$self" in other code)
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes Examples GPL README
%license ARTISTIC
%doc Changes README
%license ARTISTIC GPL
%changelog