2007-01-15 23:29:43 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-Apache-SessionX (Version 2.01)
|
|
|
|
#
|
2009-06-17 22:13:37 +00:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:29:43 +00:00
|
|
|
#
|
2009-06-17 22:13:37 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# 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/
|
2007-01-15 23:29:43 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-06-17 22:13:37 +00:00
|
|
|
Url: http://cpan.org/modules/by-module/Apache/
|
|
|
|
|
|
|
|
Name: perl-Apache-SessionX
|
|
|
|
BuildRequires: apache2-devel libapr-util1-devel mysql-client pcre-devel perl-Apache-Session perl-DBD-mysql perl-MLDBM
|
|
|
|
Version: 2.01
|
|
|
|
Release: 216
|
|
|
|
Provides: Apache-SessionX
|
|
|
|
Requires: perl = %{perl_version}
|
|
|
|
Requires: apache2-mod_perl perl-URI perl-DBI
|
|
|
|
Conflicts: perlmod
|
|
|
|
AutoReqProv: on
|
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
License: GPL v2 or later
|
|
|
|
Summary: Persistent Storage for Arbitrary Data (for Embperl)
|
|
|
|
Source: Apache-SessionX-%{version}.tar.bz2
|
|
|
|
Source1: get-apache-version.sh
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-15 23:29:43 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Apache::SessionX extends Apache::Session. It was initially written to
|
|
|
|
use Apache::Session from inside of HTML::Embperl, but is seems to be
|
|
|
|
useful outside of Embperl as well, so here is it as standalone module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Gerald Richter / ecos gmbh
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n Apache-SessionX-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
|
|
|
make all
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Apache/testcount.pl
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc README MANIFEST
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
%{perl_vendorlib}/Apache/SessionX/
|
|
|
|
%{perl_vendorlib}/Apache/SessionX.pm
|
|
|
|
%{perl_vendorarch}/auto/Apache/SessionX/
|
|
|
|
|
2009-06-17 22:13:37 +00:00
|
|
|
%changelog
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2009-06-17 22:13:37 +00:00
|
|
|
* Fri Dec 09 2005 sf@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- update to version 2.01
|
2009-06-17 22:13:37 +00:00
|
|
|
* Fri Jul 29 2005 cthiel@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- update to version 2.00b5
|
2009-06-17 22:13:37 +00:00
|
|
|
* Tue Aug 17 2004 ro@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- updated requires
|
2009-06-17 22:13:37 +00:00
|
|
|
* Mon Jun 21 2004 ro@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- build using apache2
|
2009-06-17 22:13:37 +00:00
|
|
|
* Sat Mar 27 2004 ro@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- use perl-DBD-mysql instead of perl-Msql-Mysql-modules
|
2009-06-17 22:13:37 +00:00
|
|
|
* Sat Jan 10 2004 adrian@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- build as user
|
2009-06-17 22:13:37 +00:00
|
|
|
* Wed Aug 27 2003 sf@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- removed unneccessary and not working requires to apache-version
|
|
|
|
(#29406)
|
2009-06-17 22:13:37 +00:00
|
|
|
* Fri Aug 22 2003 mjancar@suse.cz
|
2007-01-15 23:29:43 +00:00
|
|
|
- require the perl version we build with
|
2009-06-17 22:13:37 +00:00
|
|
|
* Mon Jul 28 2003 ro@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- install to vendor locations
|
2009-06-17 22:13:37 +00:00
|
|
|
* Sun May 25 2003 ro@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- removed unpackaged files from buildroot
|
2009-06-17 22:13:37 +00:00
|
|
|
* Mon Jul 29 2002 mls@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- Fixed neededforbuild for perl-5.8.0
|
2009-06-17 22:13:37 +00:00
|
|
|
* Tue Jul 02 2002 mls@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- remove race in .packlist generation
|
2009-06-17 22:13:37 +00:00
|
|
|
* Fri Feb 01 2002 sf@suse.de
|
2007-01-15 23:29:43 +00:00
|
|
|
- initial version
|