]> git.pld-linux.org Git - packages/php-pear-PEAR_PackageUpdate_Web.git/blob - php-pear-PEAR_PackageUpdate_Web.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-PEAR_PackageUpdate_Web.git] / php-pear-PEAR_PackageUpdate_Web.spec
1 %define         _status         stable
2 %define         _pearname       PEAR_PackageUpdate_Web
3 Summary:        %{_pearname} - A Web front end for PEAR_PackageUpdate
4 Summary(pl.UTF-8):      %{_pearname} - frontend WWW do PEAR_PackageUpdate
5 Name:           php-pear-%{_pearname}
6 Version:        1.0.1
7 Release:        2
8 License:        PHP License 3.01
9 Group:          Development/Languages/PHP
10 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
11 # Source0-md5:  5bf47f866a6497266fedf5e64879cfda
12 URL:            http://pear.php.net/package/PEAR_PackageUpdate_Web/
13 BuildRequires:  php-pear-PEAR >= 1:1.5.4
14 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
15 BuildRequires:  rpmbuild(macros) >= 1.300
16 Requires:       php-pear
17 Requires:       php-pear-HTML_QuickForm >= 3.2.6
18 Requires:       php-pear-PEAR_PackageUpdate >= 1.0.2
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 PEAR_PackageUpdate (PPU) is designed to allow developers to easily
24 include auto updating features for other packages and PEAR installable
25 applications.
26
27 PEAR_PackageUpdate_Web is a HTML web front end for PPU.
28
29 In PEAR status of this package is: %{_status}.
30
31 %description -l pl.UTF-8
32 PEAR_PackageUpdate (PPU) został zaprojektowany aby ułatwić
33 programistom dołączanie funkcjonalności automatycznej aktualizacji
34 innych pakietów oraz aplikacji PEAR.
35
36 PEAR_PackageUpdate_Web to frontend www do PPU.
37
38 Ta klasa ma w PEAR status: %{_status}.
39
40 %prep
41 %pear_package_setup
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT%{php_pear_dir}
46 %pear_package_install
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc install.log docs/%{_pearname}/{examples/ppuWebExample1.php,examples/ppuWebExample2.php}
54 %{php_pear_dir}/.registry/*.reg
55 %{php_pear_dir}/PEAR/PackageUpdate/Web.php
56 %{php_pear_dir}/data/PEAR_PackageUpdate_Web
This page took 0.110794 seconds and 3 git commands to generate.