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