]> git.pld-linux.org Git - packages/php-pear-Auth_RADIUS.git/blame - php-pear-Auth_RADIUS.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-Auth_RADIUS.git] / php-pear-Auth_RADIUS.spec
CommitLineData
996593c2 1%define _status stable
89b30fba 2%define _pearname Auth_RADIUS
996593c2 3Summary: %{_pearname} - Wrapper Classes for the RADIUS PECL
1105da21 4Summary(pl.UTF-8): %{_pearname} - Wrapper dla klasy RADIUS PECL
996593c2 5Name: php-pear-%{_pearname}
89b30fba
ER
6Version: 1.1.0
7Release: 1
996593c2
PG
8License: BSD
9Group: Development/Languages/PHP
10Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
89b30fba 11# Source0-md5: 6505f01b549a6113482a3d082222183a
a40f2ee6 12URL: http://pear.php.net/package/Auth_RADIUS/
6fe1d009 13BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
ecc6c768 14BuildRequires: rpm-php-pearprov >= 4.4.2-11
cdc20615 15BuildRequires: rpmbuild(macros) >= 1.300
3b2787fe 16Requires: php(radius) >= 1.2.5
89b30fba 17Requires: php-pear
fe93407f 18BuildArch: noarch
996593c2
PG
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
cd167cc5 27In PEAR status of this package is: %{_status}.
996593c2 28
a46386a0
JR
29%description -l pl.UTF-8
30Ten pakiet udostępnia klasy obudowujące RADIUS PECL. Są różne klasy
31dla różnych metod uwierzytelniania. Do używania CHAP-MD5 lub MS-CHAP
32potrzebny jest także pakiet Crypt_CHAP. Do MS-CHAP potrzebne jest
0a3a13b3 33dodatkowo rozszerzenie mhash.
996593c2
PG
34
35Ta klasa ma w PEAR status: %{_status}.
36
37%prep
1aea48c0 38%pear_package_setup
996593c2
PG
39
40%install
41rm -rf $RPM_BUILD_ROOT
1aea48c0
ER
42install -d $RPM_BUILD_ROOT%{php_pear_dir}
43%pear_package_install
996593c2
PG
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
1aea48c0
ER
50%doc install.log
51%doc docs/%{_pearname}/examples/*
52%{php_pear_dir}/.registry/*.reg
89b30fba 53%{php_pear_dir}/Auth/*.php
This page took 0.067529 seconds and 4 git commands to generate.