]> git.pld-linux.org Git - packages/php-pear-File_HtAccess.git/blob - php-pear-File_HtAccess.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-File_HtAccess.git] / php-pear-File_HtAccess.spec
1 %define         _class          File
2 %define         _subclass       HtAccess
3 %define         _status         stable
4 %define         _pearname       %{_class}_%{_subclass}
5
6 Summary:        %{_pearname} - manipulate .htaccess files
7 Summary(pl.UTF-8):      %{_pearname} - manipulacje na plikach .htaccess
8 Name:           php-pear-%{_pearname}
9 Version:        1.2.1
10 Release:        3
11 License:        PHP 2.02
12 Group:          Development/Languages/PHP
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 # Source0-md5:  12cb3e3dbf284f9ffc5eca48a0a88bb5
15 URL:            http://pear.php.net/package/File_HtAccess/
16 BuildRequires:  php-pear-PEAR
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 BuildRequires:  rpmbuild(macros) >= 1.300
19 Requires:       php-pear
20 Obsoletes:      php-pear-File_HtAccess-tests
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Provides methods to manipulate .htaccess files.
26
27 In PEAR status of this package is: %{_status}.
28
29 %description -l pl.UTF-8
30 Dostarcza metody do manipulowania plikami .htaccess.
31
32 Ta klasa ma w PEAR status: %{_status}.
33
34 %prep
35 %pear_package_setup
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{php_pear_dir}
40 %pear_package_install
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc install.log
48 %{php_pear_dir}/.registry/*.reg
49 %{php_pear_dir}/%{_class}/*.php
This page took 0.086876 seconds and 4 git commands to generate.