]> git.pld-linux.org Git - packages/php-pear-Auth_RADIUS.git/blob - php-pear-Auth_RADIUS.spec
6ddc45c8710b13fed31fd1f308033ae77914ac88
[packages/php-pear-Auth_RADIUS.git] / php-pear-Auth_RADIUS.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Auth
3 %define         _subclass       RADIUS
4 %define         _status         stable
5 %define         _pearname       %{_class}_%{_subclass}
6
7 Summary:        %{_pearname} - Wrapper Classes for the RADIUS PECL
8 Summary(pl):    %{_pearname} - Wrapper dla klasy RADIUS PECL
9 Name:           php-pear-%{_pearname}
10 Version:        1.0.4
11 Release:        2.1
12 License:        BSD
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  1463850d06db8ed70a0aa2fadd6be0e5
16 URL:            http://pear.php.net/package/Auth_RADIUS/
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 Requires:       php-pear
19 Requires:       php-pecl-radius >= 1.2
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This package provides wrapper-classes for the RADIUS PECL. There are
25 different Classes for the different authentication methods. If you are
26 using CHAP-MD5 or MS-CHAP you need also the Crypt_CHAP package. If you
27 are using MS-CHAP you need also the mhash extension.
28
29 In PEAR status of this package is: %{_status}.
30
31 %description -l pl
32 Ten pakiet udostêpnia klasy obudowuj±ce RADIUS PECL. S± ró¿ne klasy
33 dla ró¿nych metod uwierzytelniania. Do u¿ywania CHAP-MD5 lub MS-CHAP
34 potrzebny jest tak¿e pakiet Crypt_CHAP. Do MS-CHAP potrzebne jest
35 dodatkowo rozszerzenie mhash.
36
37 Ta klasa ma w PEAR status: %{_status}.
38
39 %prep
40 %pear_package_setup
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{php_pear_dir}
45 %pear_package_install
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc install.log
53 %doc docs/%{_pearname}/examples/*
54 %{php_pear_dir}/.registry/*.reg
55 %{php_pear_dir}/%{_class}/*.php
This page took 0.046414 seconds and 2 git commands to generate.