]> git.pld-linux.org Git - packages/php-pear-PEAR_Info.git/blob - php-pear-PEAR_Info.spec
cleanups
[packages/php-pear-PEAR_Info.git] / php-pear-PEAR_Info.spec
1 %define         _status         stable
2 %define         _pearname       PEAR_Info
3 %include        /usr/lib/rpm/macros.php
4 Summary:        %{_pearname} - show Information about your PEAR install and its packages
5 Summary(pl.UTF-8):      %{_pearname} - pokazywanie informacji o instalacji PEAR-a i jego pakietach
6 Name:           php-pear-%{_pearname}
7 Version:        1.9.2
8 Release:        6
9 Epoch:          0
10 License:        PHP 2.02
11 Group:          Development/Languages/PHP
12 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
13 # Source0-md5:  a10ff525d7edd407daba83f8a2f85b38
14 URL:            http://pear.php.net/package/PEAR_Info/
15 BuildRequires:  php-pear-PEAR >= 1:1.5.4
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
17 BuildRequires:  rpmbuild(macros) >= 1.300
18 Requires:       php(core) >= 4.1.0
19 Requires:       php(pcre)
20 Requires:       php-pear
21 Requires:       php-pear-Console_Getargs >= 1.3.3
22 Requires:       php-pear-PEAR >= 1:1.3.2
23 Suggests:       php-pear-PHPUnit
24 Obsoletes:      php-pear-PEAR_Info-tests
25 BuildArch:      noarch
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 # exclude optional dependencies
29 %define         _noautoreq      pear(PHPUnit.*)
30
31 %description
32 This package generates a comprehensive information page for your
33 current PEAR install.
34 - The format for the page is similar to that for phpinfo() except
35   using PEAR colors.
36 - Has complete PEAR Credits (based on the packages you have
37   installed).
38 - Will show if there is a newer version than the one presently
39   installed (and what its state is).
40 - Each package has an anchor in the form pkg_PackageName - where
41   PackageName is a case-sensitive PEAR package name.
42
43 In PEAR status of this package is: %{_status}.
44
45 %description -l pl.UTF-8
46 Ten pakiet generuje wyczerpującą stronę informacyjną o aktualnej
47 instalacji PEAR-a.
48 - Format strony jest podobny do formatu phpinfo() oprócz użytych
49   kolorów PEAR-a.
50 - Ma pełną listę zasług PEAR-a (opartą na zainstalowanych pakietach).
51 - Pokazuje, czy jest nowsza wersja zainstalowanych klas (i jaki jest
52   ich status).
53 - Każdy pakiet ma swoje zakotwiczenie w postaci pkg_NazwaPakietu -
54   gdzie NazwaPakietu to nazwa pakietu PEAR-a z rozróżnieniem wielkości
55   liter.
56
57 Ta klasa ma w PEAR status: %{_status}.
58
59 %prep
60 %pear_package_setup
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64 install -d $RPM_BUILD_ROOT%{php_pear_dir}
65 %pear_package_install
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc install.log
73 %{php_pear_dir}/.registry/*.reg
74 %{php_pear_dir}/PEAR/*.php
75 %{php_pear_dir}/PEAR/Info
76 %{php_pear_dir}/data/%{_pearname}
This page took 0.063545 seconds and 3 git commands to generate.