8
0

Compare commits

...

12 Commits

Author SHA256 Message Date
c810deba1a Accepting request 1282407 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/1282407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=30
2025-06-03 17:11:31 +00:00
6f16c0bc7e 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-Session?expand=0&rev=25
2025-06-03 15:13:04 +00:00
ee40b6fd9e Accepting request 836275 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/836275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=29
2020-09-23 16:46:24 +00:00
31f91e94f7 Accepting request 296113 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/296113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=28
2015-04-15 14:24:20 +00:00
Stephan Kulow
6ce15ce7aa Accepting request 223605 from devel:languages:perl
- updated to 1.91
  - Add a test for RT#50896
  - 99mysql.t will work more correctly in some corner cases

OBS-URL: https://build.opensuse.org/request/show/223605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=26
2014-02-24 13:12:19 +00:00
Stephan Kulow
2a44511dbd Accepting request 177656 from devel:languages:perl
- updated to 1.90
  - Allow specifying table for Oracle
  - Use Test::Database for tests (forwarded request 177623 from coolo)

OBS-URL: https://build.opensuse.org/request/show/177656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=24
2013-06-06 10:18:49 +00:00
Stephan Kulow
c852b9a2d8 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=21
2011-12-06 17:37:27 +00:00
Stephan Kulow
6e2983051e Accepting request 92342 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=20
2011-11-21 11:35:09 +00:00
Lars Vogdt
53ba9c65ac Autobuild autoformatter for 54463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=17
2010-12-05 20:35:04 +00:00
Lars Vogdt
340f82714a Accepting request 54463 from devel:languages:perl
Accepted submit request 54463 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=16
2010-12-05 20:34:58 +00:00
571612ae03 Autobuild autoformatter for 54187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=15
2010-11-30 23:14:22 +00:00
1801b807fb Accepting request 54187 from devel:languages:perl
Accepted submit request 54187 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=14
2010-11-30 23:14:17 +00:00
2 changed files with 51 additions and 15 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 3 15:12:57 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Sat Sep 19 03:07:00 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Apache-Session
#
# Copyright (c) 2020 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
@@ -16,23 +16,54 @@
#
Name: perl-Apache-Session
Version: 1.94
Release: 0
%define cpan_name Apache-Session
Summary: Persistence framework for session data
Name: perl-Apache-Session
Version: 1.940.0
Release: 0
# 1.94 -> normalize -> 1.940.0
%define cpan_version 1.94
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: Persistence framework for session data
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/C/CH/CHORNY/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/C/CH/CHORNY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Deep) >= 0.082
BuildRequires: perl(Test::Exception) >= 0.150000
BuildRequires: perl(Test::Deep) >= 0.82
BuildRequires: perl(Test::Exception) >= 0.15
Provides: perl(Apache::Session) = %{version}
Provides: perl(Apache::Session::DB_File) = 1.10.0
Provides: perl(Apache::Session::File) = 1.540.0
Provides: perl(Apache::Session::Flex) = 1.10.0
Provides: perl(Apache::Session::Generate::MD5) = 2.120.0
Provides: perl(Apache::Session::Generate::ModUniqueId) = 0.20.0
Provides: perl(Apache::Session::Generate::ModUsertrack) = 0.20.0
Provides: perl(Apache::Session::Informix) = 1.10.0
Provides: perl(Apache::Session::Lock::File) = 1.40.0
Provides: perl(Apache::Session::Lock::MySQL) = 1.10.0
Provides: perl(Apache::Session::Lock::Null) = 1.10.0
Provides: perl(Apache::Session::Lock::Semaphore) = 1.40.0
Provides: perl(Apache::Session::Lock::Sybase) = 1.0.0
Provides: perl(Apache::Session::MySQL) = 1.10.0
Provides: perl(Apache::Session::MySQL::NoLock) = 0.10.0
Provides: perl(Apache::Session::Oracle) = 1.10.0
Provides: perl(Apache::Session::Postgres) = 1.10.0
Provides: perl(Apache::Session::Serialize::Base64) = 1.10.0
Provides: perl(Apache::Session::Serialize::Storable) = 1.10.0
Provides: perl(Apache::Session::Serialize::Sybase) = 1.0.0
Provides: perl(Apache::Session::Serialize::UUEncode) = 1.10.0
Provides: perl(Apache::Session::Store::DBI) = 1.20.0
Provides: perl(Apache::Session::Store::DB_File) = 1.10.0
Provides: perl(Apache::Session::Store::File) = 1.40.0
Provides: perl(Apache::Session::Store::Informix) = 1.20.0
Provides: perl(Apache::Session::Store::MySQL) = 1.40.0
Provides: perl(Apache::Session::Store::Oracle) = 1.100.0
Provides: perl(Apache::Session::Store::Postgres) = 1.30.0
Provides: perl(Apache::Session::Store::Sybase) = 1.10.0
Provides: perl(Apache::Session::Sybase) = 1.0.0
%undefine __perllib_provides
%{perl_requires}
%description
@@ -59,21 +90,20 @@ the MySQL locking class. You can easily plug in your own object store or
locker class.
%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 Contributing.txt README TODO
%changelog