]> git.pld-linux.org Git - packages/php-pear-PEAR_PackageFileManager_Cli.git/blob - php-pear-PEAR_PackageFileManager_Cli.spec
3f9aaf1cc6b5062410f35ab2ce42ab884db4e9d9
[packages/php-pear-PEAR_PackageFileManager_Cli.git] / php-pear-PEAR_PackageFileManager_Cli.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          PEAR
3 %define         _subclass       PackageFileManager_Cli
4 %define         _status         alpha
5 %define         _pearname       PEAR_PackageFileManager_Cli
6 Summary:        %{_pearname} - a command line interface to PEAR_PackageFileManager
7 Summary(pl.UTF-8):      %{_pearname} - interfejs linii poleceń do PEAR_PackageFileManager
8 Name:           php-pear-%{_pearname}
9 Version:        0.3.0
10 Release:        3
11 License:        LGPL
12 Group:          Development/Languages/PHP
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 # Source0-md5:  3a31573f625cdf28f6aee5e08d152be5
15 URL:            http://pear.php.net/package/PEAR_PackageFileManager_Cli/
16 BuildRequires:  php-pear-PEAR >= 1:1.4.3
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 Requires:       php-pear
19 Requires:       php-pear-PEAR >= 1.4.3
20 Requires:       php-pear-PEAR_PackageFileManager >= 1.6.0
21 Requires:       php-xml
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 A command line interface to PEAR_PackageFileManager. Use this tool as
27 a quick alternative to writing a php script to create or edit your
28 package xml files.
29
30 In PEAR status of this package is: %{_status}.
31
32 %description -l pl.UTF-8
33 Interfejs linii poleceń do PEAR_PackageFileManager. Narzędzie to może
34 być użyte jako alternatywa do tworzenia skryptów PHP zajmujących się
35 tworzeniem bądź edycją plików package.xml.
36
37 Ta klasa ma w PEAR status: %{_status}.
38
39 %prep
40 %pear_package_setup
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT{%{php_pear_dir},%{_bindir}}
45 cp -a ./%{php_pear_dir}/.registry/ $RPM_BUILD_ROOT%{php_pear_dir}
46 install ./%{_bindir}/* $RPM_BUILD_ROOT%{_bindir}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc install.log
54 %attr(755,root,root) %{_bindir}/pfm
55 %{php_pear_dir}/.registry/*.reg
This page took 0.067431 seconds and 3 git commands to generate.