From 83d0185ad66a6ea60480640dba7e3e676e0aff68b27e2216279ed9599027e5e1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 12 Oct 2012 06:16:51 +0000 Subject: [PATCH] Accepting request 137879 from home:coolo:branches:openSUSE:Factory - buildrequire explicitly netcfg OBS-URL: https://build.opensuse.org/request/show/137879 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Apache-AuthCookie?expand=0&rev=13 --- perl-Apache-AuthCookie.changes | 5 +++++ perl-Apache-AuthCookie.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/perl-Apache-AuthCookie.changes b/perl-Apache-AuthCookie.changes index 23c59eb..9c42a71 100644 --- a/perl-Apache-AuthCookie.changes +++ b/perl-Apache-AuthCookie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 11 17:40:21 UTC 2012 - coolo@suse.com + +- buildrequire explicitly netcfg + ------------------------------------------------------------------- Thu Oct 20 13:03:30 UTC 2011 - tabraham@novell.com diff --git a/perl-Apache-AuthCookie.spec b/perl-Apache-AuthCookie.spec index a952907..af7719a 100644 --- a/perl-Apache-AuthCookie.spec +++ b/perl-Apache-AuthCookie.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Apache-AuthCookie # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,25 +16,25 @@ # - Name: perl-Apache-AuthCookie Version: 3.18 -Release: 1 -License: GPL+ or Artistic +Release: 0 %define cpan_name Apache-AuthCookie Summary: Perl Authentication and Authorization via cookies -Url: http://search.cpan.org/dist/Apache-AuthCookie/ +License: GPL-1.0+ or Artistic-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 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: netcfg BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Apache::Test) >= 1.35 BuildRequires: perl(CGI) >= 3.12 BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(mod_perl2) >= 1.999022 BuildRequires: perl(Test::More) +BuildRequires: perl(mod_perl2) >= 1.999022 #BuildRequires: perl(Apache) #BuildRequires: perl(Apache2::Access) #BuildRequires: perl(Apache2::AuthCookie) @@ -64,8 +64,8 @@ BuildRequires: perl(Test::More) #BuildRequires: perl(vars) Requires: perl(Apache::Test) >= 1.35 Requires: perl(CGI) >= 3.12 -Requires: perl(mod_perl2) >= 1.999022 Requires: perl(Test::More) +Requires: perl(mod_perl2) >= 1.999022 %{perl_requires} %description