]> git.pld-linux.org Git - packages/php-pear-Auth_HTTP.git/blob - php-pear-Auth_HTTP.spec
- updated to 2.1.6
[packages/php-pear-Auth_HTTP.git] / php-pear-Auth_HTTP.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Auth
3 %define         _subclass       HTTP
4 %define         _status         beta
5 %define         _pearname       %{_class}_%{_subclass}
6
7 Summary:        %{_pearname} - HTTP authentication system using PHP
8 Summary(pl):    %{_pearname} - system uwierzytelniania HTTP przy u¿yciu PHP
9 Name:           php-pear-%{_pearname}
10 Version:        2.1.6
11 Release:        1
12 License:        PHP 2.02
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  d5209f0d1f1874e23b44fbfb397a2aa0
16 URL:            http://pear.php.net/package/Auth_HTTP/
17 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
18 Requires:       php-pear
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 The PEAR::Auth_HTTP class provides methods for creating an HTTP
24 authentication system using PHP, that is similar to Apache's
25 realm-based .htaccess authentication.
26
27 In PEAR status of this package is: %{_status}.
28
29 %description -l pl
30 Klasa PEAR::Auth_HTTP dostarcza metod do stworzenia uwierzytelniania
31 HTTP za pomoc± PHP, w sposób zbli¿ony do opartego na .htaccess
32 uwierzytelniania w Apache.
33
34 Ta klasa ma w PEAR status: %{_status}.
35
36 %prep
37 %setup -q -c
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
42
43 install %{_pearname}-%{version}/%{_class}_%{_subclass}.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}.php
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc %{_pearname}-%{version}/tests
51 %dir %{php_pear_dir}/%{_class}
52 %{php_pear_dir}/%{_class}/*.php
This page took 0.030657 seconds and 3 git commands to generate.