forked from pool/perl-Apache-Session
Accepting request 177623 from home:coolo:update-perl
- updated to 1.90 - Allow specifying table for Oracle - Use Test::Database for tests OBS-URL: https://build.opensuse.org/request/show/177623 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-Session?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
ac1b80446c
commit
289f073d36
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7567dd6bf7e24c469b0dff0d71fa861621a7b6a5fcfe850f7039d0a3d84ec0a
|
|
||||||
size 45784
|
|
3
Apache-Session-1.90.tar.gz
Normal file
3
Apache-Session-1.90.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:26ab8ba2fc3f09e7c67ab69d147e5c73813e4df8cda6cfe6cb375f0695353eb1
|
||||||
|
size 48643
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 3 11:27:29 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.90
|
||||||
|
- Allow specifying table for Oracle
|
||||||
|
- Use Test::Database for tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 18 11:10:30 UTC 2011 - coolo@suse.com
|
Fri Nov 18 11:10:30 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Apache-Session
|
# spec file for package perl-Apache-Session
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -15,25 +15,30 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Apache-Session
|
Name: perl-Apache-Session
|
||||||
BuildRequires: apache2-devel apache2-mod_perl dos2unix libapr-util1-devel pcre-devel perl-DBI
|
BuildRequires: apache2-devel
|
||||||
|
BuildRequires: apache2-mod_perl
|
||||||
|
BuildRequires: dos2unix
|
||||||
|
BuildRequires: libapr-util1-devel
|
||||||
|
BuildRequires: pcre-devel
|
||||||
|
BuildRequires: perl-DBI
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Version: 1.89
|
Version: 1.90
|
||||||
Release: 3
|
Release: 0
|
||||||
Provides: Apache-Session
|
Provides: Apache-Session
|
||||||
Requires: apache2
|
Requires: apache2
|
||||||
Requires: apache2-mod_perl perl-URI perl-DBI
|
Requires: apache2-mod_perl
|
||||||
|
Requires: perl-DBI
|
||||||
|
Requires: perl-URI
|
||||||
Conflicts: perlmod
|
Conflicts: perlmod
|
||||||
AutoReqProv: on
|
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
License: Artistic
|
|
||||||
Url: http://cpan.org/modules/by-module/Apache/
|
Url: http://cpan.org/modules/by-module/Apache/
|
||||||
Source: Apache-Session-%{version}.tar.gz
|
Source: Apache-Session-%{version}.tar.gz
|
||||||
Summary: persistent storage for arbitrary data
|
Summary: persistent storage for arbitrary data
|
||||||
|
License: Artistic-1.0
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
#BuildRequires: perl(Test::Database)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -42,12 +47,6 @@ arbitrary backing stores. The details of interacting with the backing
|
|||||||
store are abstracted to make all backing stores behave alike. The
|
store are abstracted to make all backing stores behave alike. The
|
||||||
programmer simply interacts with a tied hash.
|
programmer simply interacts with a tied hash.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Jeffrey William Baker <jwbaker@acm.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Apache-Session-%{version}
|
%setup -q -n Apache-Session-%{version}
|
||||||
dos2unix INSTALL CHANGES TODO README eg/example.perl
|
dos2unix INSTALL CHANGES TODO README eg/example.perl
|
||||||
@@ -65,9 +64,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc INSTALL README TODO CHANGES README eg
|
%doc INSTALL README TODO CHANGES README eg
|
||||||
|
Reference in New Issue
Block a user