]> git.pld-linux.org Git - packages/php-pear-File.git/blob - php-pear-File.spec
- up to 1.4.0alpha1-alpha
[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             1
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-pear-PEAR
18 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
19 BuildRequires:  rpmbuild(macros) >= 1.300
20 Requires:       php(pcre)
21 Requires:       php-common >= 3:4.2.0
22 Requires:       php-pear
23 Requires:       php-pear-PEAR-core >= 1:1.6.0
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Provides easy access to read/write to files along with some common
29 routines to deal with paths. Also provides interface for handling CSV
30 files.
31
32 In PEAR status of this package is: %{_status}.
33
34 %description -l pl.UTF-8
35 Dostarcza prosty dostęp do zapisu/odczytu plików razem z prostymi
36 metodami operacji na ścieżkach. Dostarcza także interfejsu do plików
37 CSV.
38
39 Ta klasa ma w PEAR status: %{_status}.
40
41 %package tests
42 Summary:        Tests for PEAR::%{_pearname}
43 Summary(pl.UTF-8):      Testy dla PEAR::%{_pearname}
44 Group:          Development/Languages/PHP
45 Requires:       %{name} = %{version}-%{release}
46 AutoProv:       no
47 AutoReq:        no
48
49 %description tests
50 Tests for PEAR::%{_pearname}.
51
52 %description tests -l pl.UTF-8
53 Testy dla PEAR::%{_pearname}.
54
55 %prep
56 %pear_package_setup
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60 install -d $RPM_BUILD_ROOT%{php_pear_dir}
61 %pear_package_install
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc install.log
69 %{php_pear_dir}/.registry/*.reg
70 %{php_pear_dir}/%{_class}.php
71
72 %files tests
73 %defattr(644,root,root,755)
74 %{php_pear_dir}/tests/*
This page took 0.089728 seconds and 4 git commands to generate.