]> git.pld-linux.org Git - packages/php-pear-File.git/blob - php-pear-File.spec
- dropped -tests
[packages/php-pear-File.git] / php-pear-File.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          File
3 %define         _status         alpha
4 %define         _pearname       %{_class}
5 %define         subver  alpha1
6 %define         rel             3
7 Summary:        %{_pearname} - Common file and directory routines
8 Summary(pl.UTF-8):      %{_pearname} - Podstawowe sposoby operacji na plikach i katalogach
9 Name:           php-pear-%{_pearname}
10 Version:        1.4.0
11 Release:        0.%{subver}.%{rel}
12 License:        PHP
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}%{subver}.tgz
15 # Source0-md5:  517436d7e68f0b2d3e27b938371e0ff0
16 URL:            http://pear.php.net/package/File/
17 BuildRequires:  php-packagexml2cl
18 BuildRequires:  php-pear-PEAR >= 1:1.6.0
19 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
20 BuildRequires:  rpmbuild(macros) >= 1.573
21 Requires:       php-common >= 3:4.2.0
22 Requires:       php-pcre
23 Requires:       php-pear
24 Requires:       php-pear-File_CSV
25 Requires:       php-pear-File_Util
26 Requires:       php-pear-PEAR-core >= 1:1.5.3
27 Obsoletes:      php-pear-File-tests
28 BuildArch:      noarch
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 Provides easy access to read/write to files along with some common
33 routines to deal with paths. Also provides interface for handling CSV
34 files.
35
36 In PEAR status of this package is: %{_status}.
37
38 %description -l pl.UTF-8
39 Dostarcza prosty dostęp do zapisu/odczytu plików razem z prostymi
40 metodami operacji na ścieżkach. Dostarcza także interfejsu do plików
41 CSV.
42
43 Ta klasa ma w PEAR status: %{_status}.
44
45 %prep
46 %pear_package_setup
47
48 %build
49 packagexml2cl package.xml > ChangeLog
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT%{php_pear_dir}
54 %pear_package_install
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc ChangeLog install.log
62 %{php_pear_dir}/.registry/*.reg
63 %{php_pear_dir}/%{_class}.php
This page took 0.155591 seconds and 4 git commands to generate.