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