]> git.pld-linux.org Git - SPECS.git/blob - php-pear-File_Find.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / php-pear-File_Find.spec
1 %define         _class          File
2 %define         _subclass       Find
3 %define         _status         stable
4 %define         _pearname       File_Find
5 Summary:        %{_pearname} - a class that facillitates the search of filesystems
6 Summary(pl.UTF-8):      %{_pearname} - klasa z narzędziami do przeszukiwania systemu plików
7 Name:           php-pear-%{_pearname}
8 Version:        1.3.3
9 Release:        1
10 Epoch:          0
11 License:        PHP 2.02
12 Group:          Development/Languages/PHP
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 # Source0-md5:  80dd7b07f618fea1cad34fabde767784
15 URL:            http://pear.php.net/package/File_Find/
16 BuildRequires:  php-pear-PEAR
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 BuildRequires:  rpmbuild(macros) >= 1.300
19 Requires:       php-pear
20 Obsoletes:      php-pear-File_Find-tests
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 File_Find, created as a replacement for its Perl counterpart, also
26 named File_Find, is a directory searcher, which handles globbing,
27 recursive directory searching, as well as a slew of other cool
28 features.
29
30 In PEAR status of this package is: %{_status}.
31
32 %description -l pl.UTF-8
33 Klasa File_Find, stworzona w celu zastąpienia perlowej klasy
34 File_Find, służy do przeszukiwania katalogów z obsługą masek,
35 przeszukiwania rekurencyjnego oraz wielu innych możliwości.
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}
45 %pear_package_install
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc install.log
53 %{php_pear_dir}/.registry/*.reg
54 %{php_pear_dir}/File/*.php
This page took 0.508397 seconds and 3 git commands to generate.