]> git.pld-linux.org Git - packages/php-pear-PEAR_Frontend_Web.git/blob - php-pear-PEAR_Frontend_Web.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-PEAR_Frontend_Web.git] / php-pear-PEAR_Frontend_Web.spec
1 %define         _status         beta
2 %define         _pearname       PEAR_Frontend_Web
3 Summary:        %{_pearname} - HTML (Web) PEAR package manager
4 Summary(pl.UTF-8):      %{_pearname} - HTML-owy zarządca pakietów PEAR-a
5 Name:           php-pear-%{_pearname}
6 Version:        0.7.5
7 Release:        1
8 License:        PHP 2.02
9 Group:          Development/Languages/PHP
10 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
11 # Source0-md5:  4857289c5d7b802398403490ad8ff813
12 URL:            http://pear.php.net/package/PEAR_Frontend_Web/
13 BuildRequires:  php-pear-PEAR >= 1:1.6.1
14 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
15 BuildRequires:  rpmbuild(macros) >= 1.300
16 Requires:       php-pear
17 Requires:       php-pear-HTML_Template_IT
18 Requires:       php-pear-Net_UserAgent_Detect
19 Requires:       php-pear-PEAR >= 1:1.4.0-0.a1
20 Requires:       php-pear-PEAR-core >= 1:1.6.1
21 Provides:       pear(Frontend)
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Web interface to the PEAR package manager. Needed only when you want
27 to use PEAR from their CVS.
28
29 In PEAR status of this package is: %{_status}.
30
31 %description -l pl.UTF-8
32 Interfejs HTML-owy (WWW) do zarządcy pakietów PEAR-a. Potrzebny tylko,
33 jeżeli chcesz używać PEAR-a z ich CVS-u.
34
35 Ta klasa ma w PEAR status: %{_status}.
36
37 %prep
38 %pear_package_setup
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{php_pear_dir}
43 %pear_package_install
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc install.log docs/%{_pearname}/docs/*
51 %{php_pear_dir}/pearfrontendweb.php
52 %{php_pear_dir}/.registry/*.reg
53 %{php_pear_dir}/PEAR/Command/*
54 %{php_pear_dir}/PEAR/Frontend/*
55 %{php_pear_dir}/data/%{_pearname}
This page took 0.108724 seconds and 4 git commands to generate.