]> git.pld-linux.org Git - packages/php-pear-Auth_RADIUS.git/blame - php-pear-Auth_RADIUS.spec
- initial stable release - STBR to Ra updates only with php-pecl-radius
[packages/php-pear-Auth_RADIUS.git] / php-pear-Auth_RADIUS.spec
CommitLineData
996593c2
PG
1%include /usr/lib/rpm/macros.php
2%define _class Auth
3%define _subclass RADIUS
4%define _status stable
5%define _pearname %{_class}_%{_subclass}
6Summary: %{_pearname} - Wrapper Classes for the RADIUS PECL
7Summary(pl): %{_pearname} - Wrapper dla klasy RADIUS PECL
8Name: php-pear-%{_pearname}
9Version: 1.0
10Release: 1
11License: BSD
12Group: Development/Languages/PHP
13Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
14URL: http://pear.php.net/
15BuildRequires: rpm-php-pearprov >= 4.0.2-98
16Requires: php-pear
17Requires: php-pecl-radius
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22This package provides wrapper-classes for the RADIUS PECL. There are
23different Classes for the different authentication methods. If you are
24using CHAP-MD5 or MS-CHAP you need also the Crypt_CHAP package. If you
25are using MS-CHAP you need also the mhash extension.
26
27This class has in PEAR status: %{_status}.
28
29%description -l pl
30
31Ta klasa ma w PEAR status: %{_status}.
32
33%prep
34%setup -q -c
35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
39
40install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc %{_pearname}-%{version}/examples/*
48%{php_pear_dir}/%{_class}/*.php
This page took 0.064185 seconds and 4 git commands to generate.