forked from pool/perl-Apache2-AuthCookieDBI
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
9fac075946 | |||
29889a1fb4 | |||
|
e981bdd78d | ||
|
0181551197 | ||
|
415896fd00 | ||
2134bc0b82 | |||
1d79f769a4 |
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

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

|
||||
|
||||
|
@@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 15:23:49 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Normalize CPAN version
|
||||
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 03:07:13 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Apache2-AuthCookieDBI
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,43 +16,39 @@
|
||||
#
|
||||
|
||||
|
||||
%define cpan_name Apache2-AuthCookieDBI
|
||||
Name: perl-Apache2-AuthCookieDBI
|
||||
Version: 2.190.0
|
||||
Version: 2.19
|
||||
Release: 0
|
||||
# 2.19 -> normalize -> 2.190.0
|
||||
%define cpan_version 2.19
|
||||
License: LGPL-2.1-or-later
|
||||
%define cpan_name Apache2-AuthCookieDBI
|
||||
Summary: An AuthCookie module backed by a DBI database
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MATISSE/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/MA/MATISSE/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Apache2::AuthCookie) >= 3.80
|
||||
BuildRequires: perl(Apache2::AuthCookie) >= 3.08
|
||||
BuildRequires: perl(Apache2::Const)
|
||||
BuildRequires: perl(Apache2::RequestRec)
|
||||
BuildRequires: perl(Apache2::ServerUtil)
|
||||
BuildRequires: perl(Crypt::CBC) >= 2.130
|
||||
BuildRequires: perl(DBI) >= 1.400
|
||||
BuildRequires: perl(Crypt::CBC) >= 2.13
|
||||
BuildRequires: perl(DBI) >= 1.4
|
||||
BuildRequires: perl(Date::Calc)
|
||||
BuildRequires: perl(Digest::SHA) >= 5.47
|
||||
BuildRequires: perl(Module::Build) >= 0.42
|
||||
BuildRequires: perl(mod_perl2) >= 1.999.22
|
||||
Requires: perl(Apache2::AuthCookie) >= 3.80
|
||||
BuildRequires: perl(Module::Build) >= 0.420000
|
||||
BuildRequires: perl(mod_perl2) >= 1.999022
|
||||
Requires: perl(Apache2::AuthCookie) >= 3.08
|
||||
Requires: perl(Apache2::Const)
|
||||
Requires: perl(Apache2::RequestRec)
|
||||
Requires: perl(Apache2::ServerUtil)
|
||||
Requires: perl(Crypt::CBC) >= 2.130
|
||||
Requires: perl(DBI) >= 1.400
|
||||
Requires: perl(Crypt::CBC) >= 2.13
|
||||
Requires: perl(DBI) >= 1.4
|
||||
Requires: perl(Date::Calc)
|
||||
Requires: perl(Digest::SHA) >= 5.47
|
||||
Requires: perl(mod_perl2) >= 1.999.22
|
||||
Provides: perl(Apache2::AuthCookieDBI) = %{version}
|
||||
Provides: perl(Apache2_4::AuthCookieDBI) = %{version}
|
||||
%undefine __perllib_provides
|
||||
Requires: perl(mod_perl2) >= 1.999022
|
||||
Recommends: perl(Digest::SHA) >= 5.47
|
||||
%{perl_requires}
|
||||
|
||||
@@ -103,11 +99,11 @@ If a ticket has expired or is otherwise invalid it is cleared in the
|
||||
browser and the login form is shown again.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -118,6 +114,7 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes generic_reg_auth_scheme.txt README README-docker schema.sql techspec.txt
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user