]> git.pld-linux.org Git - packages/php-pear-File_Util.git/blob - php-pear-File_Util.spec
- tests are no longer installed - don't try to remove them
[packages/php-pear-File_Util.git] / php-pear-File_Util.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _status         alpha
3 %define         _pearname       File_Util
4 %define         subver  alpha1
5 %define         rel             1
6 Summary:        %{_pearname} - Common file and directory utility functions
7 Name:           php-pear-%{_pearname}
8 Version:        1.0.0
9 Release:        0.%{subver}.%{rel}
10 License:        PHP
11 Group:          Development/Languages/PHP
12 Source0:        http://pear.php.net/get/%{_pearname}-%{version}%{subver}.tgz
13 # Source0-md5:  32e7f40a0eb1a550ca61372b2c3a3dfe
14 URL:            http://pear.php.net/package/File_Util/
15 BuildRequires:  php-pear-PEAR
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
17 Requires:       php-pear
18 Requires:       php-pear-File >= 1.4.0-0.alpha1
19 Requires:       php-pear-PEAR-core >= 1:1.7.0
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Common file and directory utility functions. Path handling, temp
25 dir/file, sorting of files, listDirs, isIncludable and more
26
27 In PEAR status of this package is: %{_status}.
28
29 %prep
30 %pear_package_setup
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{php_pear_dir}
35 %pear_package_install
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc install.log
43 %{php_pear_dir}/.registry/*.reg
44 %{php_pear_dir}/File/Util.php
This page took 0.055895 seconds and 4 git commands to generate.