summaryrefslogtreecommitdiff
path: root/perl-Apache-AuthCookie.spec
diff options
context:
space:
mode:
authorradek2002-07-21 20:20:09 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit35da0b24cfe8f3e0b2de7056c9afc4c72a46d374 (patch)
tree609fa9e01c0696e5c66f0714b9be405fab331bc1 /perl-Apache-AuthCookie.spec
downloadperl-Apache-AuthCookie-35da0b24cfe8f3e0b2de7056c9afc4c72a46d374.zip
perl-Apache-AuthCookie-35da0b24cfe8f3e0b2de7056c9afc4c72a46d374.tar.gz
- new, should be ok for STBR
Changed files: perl-Apache-AuthCookie.spec -> 1.1
Diffstat (limited to 'perl-Apache-AuthCookie.spec')
-rw-r--r--perl-Apache-AuthCookie.spec68
1 files changed, 68 insertions, 0 deletions
diff --git a/perl-Apache-AuthCookie.spec b/perl-Apache-AuthCookie.spec
new file mode 100644
index 0000000..42d0610
--- /dev/null
+++ b/perl-Apache-AuthCookie.spec
@@ -0,0 +1,68 @@
+%include /usr/lib/rpm/macros.perl
+%define pdir Apache
+%define pnam AuthCookie
+Summary: %{pdir}::%{pnam} perl module
+Summary(cs): Modul %{pdir}::%{pnam} pro Perl
+Summary(da): Perlmodul %{pdir}::%{pnam}
+Summary(de): %{pdir}::%{pnam} Perl Modul
+Summary(es): Módulo de Perl %{pdir}::%{pnam}
+Summary(fr): Module Perl %{pdir}::%{pnam}
+Summary(it): Modulo di Perl %{pdir}::%{pnam}
+Summary(ja): %{pdir}::%{pnam} Perl ĄâĄ¸ĄĺˇĽĄë
+Summary(ko): %{pdir}::%{pnam} ĆŢ ¸đÁŮ
+Summary(no): Perlmodul %{pdir}::%{pnam}
+Summary(pl): Moduł perla %{pdir}::%{pnam}
+Summary(pt_BR): Módulo Perl %{pdir}::%{pnam}
+Summary(pt): Módulo de Perl %{pdir}::%{pnam}
+Summary(ru): íĎÄŐĚŘ ÄĚŃ Perl %{pdir}::%{pnam}
+Summary(sv): %{pdir}::%{pnam} Perlmodul
+Summary(uk): íĎÄŐĚŘ ÄĚŃ Perl %{pdir}::%{pnam}
+Summary(zh_CN): %{pdir}::%{pnam} Perl ÄŁżé
+Name: perl-%{pdir}-%{pnam}
+Version: 3.01
+Release: 1
+License: GPL/Artistic
+Group: Development/Languages/Perl
+Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+BuildRequires: perl >= 5
+BuildRequires: rpm-perlprov >= 3.0.3-16
+Requires: mod_perl >= 1.24
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Apache::AuthCookie allows you to intercept a user's first unauthenticated
+access to a protected document. The user will be presented with a custom
+form where they can enter authentication credentials. The credentials
+are posted to the server where AuthCookie verifies them and returns a
+session key.
+
+%description -l pl
+Apache::AuthCookie pozwala na przechwycenie pierwszego nieautoryzowanego
+zapytania użytkownika o chroniony dokument. Użytkownik zobaczy formularz,
+w który będzie musiał wpisać wymagane do autoryzacji dane. Te dane
+zostan± wysłane na serwer, gdzie AuthCookie zweryfikuje je i zwróci
+identyfikator sesji.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+echo '!' | perl Makefile.PL
+%{__make}
+#%{__make} test
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes
+%{perl_sitelib}/%{pdir}/%{pnam}.pm
+%{perl_sitelib}/%{pdir}/%{pnam}
+%{_mandir}/man3/*