]> git.pld-linux.org Git - packages/php-pear-Auth_RADIUS.git/blobdiff - php-pear-Auth_RADIUS.spec
- rel 5 (rebuild with less deps)
[packages/php-pear-Auth_RADIUS.git] / php-pear-Auth_RADIUS.spec
index 3a0f59a2d896ebf095586bb3dda5811cc4b31e90..174b7843de817a3d392aac26ea5dc08842268fb1 100644 (file)
@@ -3,19 +3,21 @@
 %define                _subclass       RADIUS
 %define                _status         stable
 %define                _pearname       %{_class}_%{_subclass}
+
 Summary:       %{_pearname} - Wrapper Classes for the RADIUS PECL
 Summary(pl):   %{_pearname} - Wrapper dla klasy RADIUS PECL
 Name:          php-pear-%{_pearname}
-Version:       1.0.1
-Release:       1
+Version:       1.0.4
+Release:       5
 License:       BSD
 Group:         Development/Languages/PHP
-# Source0-md5: 290af15238c72245447916fe279beb3a
 Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-URL:           http://pear.php.net/
-BuildRequires: rpm-php-pearprov >= 4.0.2-98
+# Source0-md5: 1463850d06db8ed70a0aa2fadd6be0e5
+URL:           http://pear.php.net/package/Auth_RADIUS/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
 Requires:      php-pear
-Requires:      php-pecl-radius >= 1.2
+Requires:      php-pecl-radius >= 1.2.4
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,7 +27,7 @@ different Classes for the different authentication methods. If you are
 using CHAP-MD5 or MS-CHAP you need also the Crypt_CHAP package. If you
 are using MS-CHAP you need also the mhash extension.
 
-This class has in PEAR status: %{_status}.
+In PEAR status of this package is: %{_status}.
 
 %description -l pl
 Ten pakiet udostêpnia klasy obudowuj±ce RADIUS PECL. S± ró¿ne klasy
@@ -36,18 +38,19 @@ dodatkowo rozszerzenie mhash.
 Ta klasa ma w PEAR status: %{_status}.
 
 %prep
-%setup -q -c
+%pear_package_setup
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
-
-install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc %{_pearname}-%{version}/examples/*
+%doc install.log
+%doc docs/%{_pearname}/examples/*
+%{php_pear_dir}/.registry/*.reg
 %{php_pear_dir}/%{_class}/*.php
This page took 0.033342 seconds and 4 git commands to generate.