forked from pool/perl-Apache-SessionX
- own all directories
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-SessionX?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
9bd456c2df
commit
503cd63ee3
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 14:35:10 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- own all directories
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 18 11:07:12 UTC 2011 - coolo@suse.com
|
Fri Nov 18 11:07:12 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Apache-SessionX
|
# spec file for package perl-Apache-SessionX
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 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,22 +15,27 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
Url: http://cpan.org/modules/by-module/Apache/
|
|
||||||
|
|
||||||
Name: perl-Apache-SessionX
|
Name: perl-Apache-SessionX
|
||||||
BuildRequires: apache2-devel libapr-util1-devel mysql-client pcre-devel perl-Apache-Session perl-DBD-mysql perl-MLDBM
|
BuildRequires: apache2-devel
|
||||||
|
BuildRequires: libapr-util1-devel
|
||||||
|
BuildRequires: mysql-client
|
||||||
|
BuildRequires: pcre-devel
|
||||||
|
BuildRequires: perl-Apache-Session
|
||||||
|
BuildRequires: perl-DBD-mysql
|
||||||
|
BuildRequires: perl-MLDBM
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Version: 2.01
|
Version: 2.01
|
||||||
Release: 225
|
Release: 0
|
||||||
Provides: Apache-SessionX
|
Provides: Apache-SessionX
|
||||||
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: GPLv2+
|
|
||||||
Summary: Persistent Storage for Arbitrary Data (for Embperl)
|
Summary: Persistent Storage for Arbitrary Data (for Embperl)
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
Url: http://cpan.org/modules/by-module/Apache/
|
||||||
Source: Apache-SessionX-%{version}.tar.gz
|
Source: Apache-SessionX-%{version}.tar.gz
|
||||||
Source1: get-apache-version.sh
|
Source1: get-apache-version.sh
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -41,12 +46,6 @@ Apache::SessionX extends Apache::Session. It was initially written to
|
|||||||
use Apache::Session from inside of HTML::Embperl, but is seems to be
|
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.
|
useful outside of Embperl as well, so here is it as standalone module.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Gerald Richter / ecos gmbh
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n Apache-SessionX-%{version}
|
%setup -n Apache-SessionX-%{version}
|
||||||
|
|
||||||
@@ -67,8 +66,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc README MANIFEST
|
%doc README MANIFEST
|
||||||
%doc %{_mandir}/man?/*
|
%doc %{_mandir}/man?/*
|
||||||
%{perl_vendorlib}/Apache/SessionX/
|
%{perl_vendorlib}/Apache
|
||||||
%{perl_vendorlib}/Apache/SessionX.pm
|
%dir %{perl_vendorarch}/auto
|
||||||
%{perl_vendorarch}/auto/Apache/SessionX/
|
%{perl_vendorarch}/auto/Apache
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user