]> git.pld-linux.org Git - packages/php-pear-File_Util.git/blame - php-pear-File_Util.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-File_Util.git] / php-pear-File_Util.spec
CommitLineData
0bb872a8
ER
1%define status alpha
2%define pearname File_Util
0bb872a8
ER
3Summary: %{pearname} - Common file and directory utility functions
4Name: php-pear-%{pearname}
1689a49d 5Version: 1.0.0
2e1407c4 6Release: 2
1689a49d
ER
7License: PHP
8Group: Development/Languages/PHP
0bb872a8
ER
9Source0: http://pear.php.net/get/%{pearname}-%{version}.tgz
10# Source0-md5: 3861d4bf90f2add2572ed1b6a602c655
1689a49d 11URL: http://pear.php.net/package/File_Util/
0bb872a8 12BuildRequires: php-pear-PEAR >= 1:1.7.0
1689a49d 13BuildRequires: rpm-php-pearprov >= 4.4.2-11
0bb872a8 14BuildRequires: rpmbuild(macros) >= 1.580
2e1407c4 15Requires: php(pcre)
1689a49d
ER
16Requires: php-pear
17Requires: php-pear-File >= 1.4.0-0.alpha1
18Requires: php-pear-PEAR-core >= 1:1.7.0
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Common file and directory utility functions. Path handling, temp
24dir/file, sorting of files, listDirs, isIncludable and more
25
0bb872a8 26In PEAR status of this package is: %{status}.
1689a49d
ER
27
28%prep
29%pear_package_setup
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{php_pear_dir}
34%pear_package_install
35
1689a49d
ER
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%doc install.log
42%{php_pear_dir}/.registry/*.reg
43%{php_pear_dir}/File/Util.php
This page took 0.075222 seconds and 4 git commands to generate.