Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
e331bbec3d | |||
300637ce2c | |||
2a77e5f69c |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -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
|
Mon Mar 5 06:04:24 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-CGI-Application
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,35 +12,39 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%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
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Summary: Framework for building reusable web-applications
|
||||||
Url: http://search.cpan.org/dist/CGI-Application/
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARTO/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARTO/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(CGI) >= 4.21
|
BuildRequires: perl(CGI) >= 4.210
|
||||||
BuildRequires: perl(Class::ISA)
|
BuildRequires: perl(Class::ISA)
|
||||||
BuildRequires: perl(HTML::Template)
|
BuildRequires: perl(HTML::Template)
|
||||||
BuildRequires: perl(Module::Build) >= 0.420000
|
BuildRequires: perl(Module::Build) >= 0.42
|
||||||
BuildRequires: perl(Test::Requires)
|
BuildRequires: perl(Test::Requires)
|
||||||
Requires: perl(CGI) >= 4.21
|
Requires: perl(CGI) >= 4.210
|
||||||
Requires: perl(Class::ISA)
|
Requires: perl(Class::ISA)
|
||||||
Requires: perl(HTML::Template)
|
Requires: perl(HTML::Template)
|
||||||
Requires: perl(Module::Build)
|
Requires: perl(Module::Build)
|
||||||
Requires: perl(Test::Requires)
|
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}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -63,22 +67,21 @@ conventions:
|
|||||||
current object. (Sometimes referred as "$self" in other code)
|
current object. (Sometimes referred as "$self" in other code)
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Build.PL --installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build --flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes README
|
||||||
%doc Changes Examples GPL README
|
%license ARTISTIC GPL
|
||||||
%license ARTISTIC
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user