]> git.pld-linux.org Git - packages/php-pear-Auth_RADIUS.git/blame - php-pear-Auth_RADIUS.spec
- converted to UTF-8
[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}
9067a49c 6
996593c2 7Summary: %{_pearname} - Wrapper Classes for the RADIUS PECL
a46386a0 8Summary(pl.UTF-8): %{_pearname} - Wrapper dla klasy RADIUS PECL
996593c2 9Name: php-pear-%{_pearname}
77e2cf86
ER
10Version: 1.0.5
11Release: 1
996593c2
PG
12License: BSD
13Group: Development/Languages/PHP
14Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
77e2cf86 15# Source0-md5: e6e152d9e4c1b24cb2e24cdd128d29a2
a40f2ee6 16URL: http://pear.php.net/package/Auth_RADIUS/
33c9c8d8 17BuildRequires: php-pear-PEAR
ecc6c768 18BuildRequires: rpm-php-pearprov >= 4.4.2-11
cdc20615 19BuildRequires: rpmbuild(macros) >= 1.300
996593c2 20Requires: php-pear
045c3187 21Requires: php-pecl-radius >= 1.2.4
fe93407f 22BuildArch: noarch
996593c2
PG
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26This package provides wrapper-classes for the RADIUS PECL. There are
27different Classes for the different authentication methods. If you are
28using CHAP-MD5 or MS-CHAP you need also the Crypt_CHAP package. If you
29are using MS-CHAP you need also the mhash extension.
30
cd167cc5 31In PEAR status of this package is: %{_status}.
996593c2 32
a46386a0
JR
33%description -l pl.UTF-8
34Ten pakiet udostępnia klasy obudowujące RADIUS PECL. Są różne klasy
35dla różnych metod uwierzytelniania. Do używania CHAP-MD5 lub MS-CHAP
36potrzebny jest także pakiet Crypt_CHAP. Do MS-CHAP potrzebne jest
0a3a13b3 37dodatkowo rozszerzenie mhash.
996593c2
PG
38
39Ta klasa ma w PEAR status: %{_status}.
40
41%prep
1aea48c0 42%pear_package_setup
996593c2
PG
43
44%install
45rm -rf $RPM_BUILD_ROOT
1aea48c0
ER
46install -d $RPM_BUILD_ROOT%{php_pear_dir}
47%pear_package_install
996593c2
PG
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
1aea48c0
ER
54%doc install.log
55%doc docs/%{_pearname}/examples/*
56%{php_pear_dir}/.registry/*.reg
996593c2 57%{php_pear_dir}/%{_class}/*.php
This page took 0.091791 seconds and 4 git commands to generate.