2007-01-15 23:29:42 +00:00
|
|
|
#
|
2010-09-23 22:48:10 +00:00
|
|
|
# spec file for package perl-Apache-Session (Version 1.89)
|
2007-01-15 23:29:42 +00:00
|
|
|
#
|
2010-01-12 11:23:17 +00:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:29:42 +00:00
|
|
|
#
|
2008-09-12 16:06:39 +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.
|
|
|
|
|
2007-01-15 23:29:42 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-09-12 16:06:39 +00:00
|
|
|
|
2007-01-15 23:29:42 +00:00
|
|
|
Name: perl-Apache-Session
|
2010-09-23 22:48:10 +00:00
|
|
|
BuildRequires: apache2-devel apache2-mod_perl dos2unix libapr-util1-devel pcre-devel perl-DBI
|
2010-12-03 13:54:50 +00:00
|
|
|
BuildRequires: perl-macros
|
2010-09-23 22:48:10 +00:00
|
|
|
Version: 1.89
|
2010-11-30 23:14:22 +00:00
|
|
|
Release: 2
|
2007-01-15 23:29:42 +00:00
|
|
|
Provides: Apache-Session
|
|
|
|
Requires: apache2
|
|
|
|
Requires: apache2-mod_perl perl-URI perl-DBI
|
|
|
|
Conflicts: perlmod
|
2007-10-08 10:25:54 +00:00
|
|
|
AutoReqProv: on
|
2007-01-15 23:29:42 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2010-01-12 11:23:17 +00:00
|
|
|
License: Artistic
|
2007-10-08 10:25:54 +00:00
|
|
|
Url: http://cpan.org/modules/by-module/Apache/
|
2007-01-15 23:29:42 +00:00
|
|
|
Source: Apache-Session-%{version}.tar.bz2
|
|
|
|
Summary: persistent storage for arbitrary data
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-12-03 13:54:50 +00:00
|
|
|
%{perl_requires}
|
2007-01-15 23:29:42 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
These modules provide persistent storage for arbitrary data, in
|
|
|
|
arbitrary backing stores. The details of interacting with the backing
|
|
|
|
store are abstracted to make all backing stores behave alike. The
|
|
|
|
programmer simply interacts with a tied hash.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Jeffrey William Baker <jwbaker@acm.org>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Apache-Session-%{version}
|
2010-09-23 22:48:10 +00:00
|
|
|
dos2unix INSTALL CHANGES TODO README eg/example.perl
|
2007-01-15 23:29:42 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2010-01-12 11:23:17 +00:00
|
|
|
make %{?_smp_mflags} all
|
2010-09-23 22:48:10 +00:00
|
|
|
|
|
|
|
%check
|
2007-01-15 23:29:42 +00:00
|
|
|
# disable testing as we do not have Test::Deep yet
|
|
|
|
# make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc INSTALL README TODO CHANGES README eg
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
%{perl_vendorlib}/Apache
|
|
|
|
%{perl_vendorarch}/auto/Apache
|
2008-01-07 01:53:30 +00:00
|
|
|
|
2007-02-25 22:34:25 +00:00
|
|
|
%changelog
|