]> git.pld-linux.org Git - packages/php-pear-Auth_HTTP.git/blob - php-pear-Auth_HTTP.spec
- do not use macros in URL
[packages/php-pear-Auth_HTTP.git] / php-pear-Auth_HTTP.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Auth_HTTP
3 %define         _status         stable
4 %define         _pearname       %{_class}
5 Summary:        %{_pearname} - HTTP authentication system using PHP
6 Summary(pl):    %{_pearname} - system uwierzytelniania HTTP przy u¿yciu PHP
7 Name:           php-pear-%{_pearname}
8 Version:        1.0.1
9 Release:        5
10 License:        PHP 2.02
11 Group:          Development/Languages/PHP
12 # Source0-md5:  4ee9c9d3b8e55a6a36543ce9507f25fe
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 URL:            http://pear.php.net/package/Auth_HTTP/
15 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
16 Requires:       php-pear
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Methods for creating an HTTP authentication system using PHP.
22
23 This class has in PEAR status: %{_status}.
24
25 %description -l pl
26 Metody do tworzenia systemu uwierzytelniania HTTP przy u¿yciu PHP.
27
28 Ta klasa ma w PEAR status: %{_status}.
29
30 %prep
31 %setup -q -c
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
36
37 install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %dir %{php_pear_dir}/%{_class}
45 %{php_pear_dir}/%{_class}/*.php
This page took 0.090014 seconds and 4 git commands to generate.