forked from pool/perl-Apache-AuthCookie
Accepting request 296963 from devel:languages:perl:autoupdate
- updated to 3.22 see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes 3.22 2014-05-07 3.21 2014-05-07 - Bad release - deleted OBS-URL: https://build.opensuse.org/request/show/296963 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-AuthCookie?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
623ddcf0eb
commit
bc0e0b4e39
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50e61877d3f773ed6a2def4077acac0c67e5227247d6f67a4bcf3992037cf946
|
||||
size 48882
|
3
Apache-AuthCookie-3.22.tar.gz
Normal file
3
Apache-AuthCookie-3.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:425d84f0e1d4635021e4e4edc7c88aefc2b3ad5f6cbe000e491e980f2633e537
|
||||
size 48956
|
21
cpanspec.yml
Normal file
21
cpanspec.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
preamble: |-
|
||||
BuildRequires: netcfg
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: -
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 09:15:25 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 3.22
|
||||
see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes
|
||||
|
||||
3.22 2014-05-07
|
||||
|
||||
3.21 2014-05-07
|
||||
- Bad release - deleted
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 10:36:02 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Apache-AuthCookie
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-Apache-AuthCookie
|
||||
Version: 3.20
|
||||
Version: 3.22
|
||||
Release: 0
|
||||
%define cpan_name Apache-AuthCookie
|
||||
Summary: Perl Authentication and Authorization via cookies
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Apache-AuthCookie/
|
||||
Source: http://www.cpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -33,38 +34,14 @@ BuildRequires: perl(Apache::Test) >= 1.35
|
||||
BuildRequires: perl(Class::Load) >= 0.03
|
||||
BuildRequires: perl(autobox) >= 1.1
|
||||
BuildRequires: perl(mod_perl2) >= 1.999022
|
||||
#BuildRequires: perl(Apache)
|
||||
#BuildRequires: perl(Apache2::Access)
|
||||
#BuildRequires: perl(Apache2::AuthCookie)
|
||||
#BuildRequires: perl(Apache2::AuthCookie::Params)
|
||||
#BuildRequires: perl(Apache2::Const)
|
||||
#BuildRequires: perl(Apache2::Log)
|
||||
#BuildRequires: perl(Apache2::RequestIO)
|
||||
#BuildRequires: perl(Apache2::RequestRec)
|
||||
#BuildRequires: perl(Apache2::RequestUtil)
|
||||
#BuildRequires: perl(Apache2::Response)
|
||||
#BuildRequires: perl(Apache2::Util)
|
||||
#BuildRequires: perl(Apache::AuthCookie)
|
||||
#BuildRequires: perl(Apache::AuthCookie::Autobox)
|
||||
#BuildRequires: perl(Apache::AuthCookie::Params)
|
||||
#BuildRequires: perl(Apache::AuthCookie::Params::Base)
|
||||
#BuildRequires: perl(Apache::AuthCookie::Util)
|
||||
#BuildRequires: perl(Apache::Constants)
|
||||
#BuildRequires: perl(Apache::TestMM)
|
||||
#BuildRequires: perl(Apache::TestRequest)
|
||||
#BuildRequires: perl(Apache::TestRunPerl)
|
||||
#BuildRequires: perl(Apache::TestUtil)
|
||||
#BuildRequires: perl(Apache::Util)
|
||||
#BuildRequires: perl(APR::Table)
|
||||
#BuildRequires: perl(mod_perl)
|
||||
#BuildRequires: perl(Module::Signature)
|
||||
Requires: perl(Apache::Test) >= 1.35
|
||||
Requires: perl(Class::Load) >= 0.03
|
||||
Requires: perl(autobox) >= 1.1
|
||||
Requires: perl(mod_perl2) >= 1.999022
|
||||
%{perl_requires}
|
||||
# MANUAL
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: netcfg
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
*Apache::AuthCookie* allows you to intercept a user's first unauthenticated
|
||||
|
Reference in New Issue
Block a user