Author: mguevara Date: Mon Feb 27 18:47:07 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - adds Apache-AuthCookie-mod_perl2-symbols.patch for removing importing of no exported by mod_perl2 symbols (Apache2::AuthCookie.pm)
---- Files affected: SPECS: perl-Apache-AuthCookie.spec (1.26 -> 1.27) ---- Diffs: ================================================================ Index: SPECS/perl-Apache-AuthCookie.spec diff -u SPECS/perl-Apache-AuthCookie.spec:1.26 SPECS/perl-Apache-AuthCookie.spec:1.27 --- SPECS/perl-Apache-AuthCookie.spec:1.26 Mon Feb 27 13:09:47 2006 +++ SPECS/perl-Apache-AuthCookie.spec Mon Feb 27 19:47:02 2006 @@ -16,6 +16,7 @@ Group: Development/Languages/Perl Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 924df2ddb1a6940d292ae4d427e5f3f9 +Patch0: %{pdir}-%{pnam}-mod_perl2-symbols.patch BuildRequires: apache-mod_perl >= 1.24 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 @@ -30,6 +31,8 @@ credentials. The credentials are posted to the server where AuthCookie verifies them and returns a session key. +This version includes Apache2::AuthCookie for mod_perl2. + %description -l pl Apache::AuthCookie pozwala na przechwycenie pierwszego nieautoryzowanego zapytania użytkownika o chroniony dokument. @@ -37,8 +40,11 @@ autoryzacji dane. Te dane zostaną wysłane na serwer, gdzie AuthCookie zweryfikuje je i zwróci identyfikator sesji. +Ta wersja dostarcza również Apache2::AuthCookie dla mod_perl2. + %prep %setup -q -n %{pdir}-%{pnam}-%{version} +%patch0 -p1 %build echo '!' | %{__perl} Makefile.PL \ @@ -72,6 +78,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27 2006/02/27 18:47:02 mguevara +- adds Apache-AuthCookie-mod_perl2-symbols.patch for removing importing + of no exported by mod_perl2 symbols (Apache2::AuthCookie.pm) + Revision 1.26 2006/02/27 12:09:47 qboosh - removed files dup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-Apache-AuthCookie.spec?r1=1.26&r2=1.27&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
