]> git.pld-linux.org Git - SPECS.git/blob - php-pear-MDB2_Driver_oci8.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / php-pear-MDB2_Driver_oci8.spec
1 %define         _class          MDB2
2 %define         _subclass       Driver_oci8
3 %define         _status         stable
4 %define         _pearname       MDB2_Driver_oci8
5
6 Summary:        %{_pearname} - oci8 MDB2 driver
7 Summary(pl.UTF-8):      %{_pearname} - sterownik oci8 dla MDB2
8 Name:           php-pear-%{_pearname}
9 Version:        1.0.2
10 Release:        1
11 License:        BSD License
12 Group:          Development/Languages/PHP
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 # Source0-md5:  b6ad76f73672bf7ccf44b9ea05eac941
15 URL:            http://pear.php.net/package/MDB2_Driver_oci8/
16 BuildRequires:  php-pear-PEAR
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 BuildRequires:  rpmbuild(macros) >= 1.300
19 Requires:       php(oci8)
20 Requires:       php-common >= 3:4.3.0
21 Requires:       php-pear
22 Requires:       php-pear-MDB2 >= 2.0.0-0.beta6
23 Requires:       php-pear-PEAR-core >= 1:1.0b1
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 This is the Oracle OCI8 MDB2 driver.
29
30 In PEAR status of this package is: %{_status}.
31
32 %description -l pl.UTF-8
33 Sterownik Oracle OCI8 dla MDB2.
34
35 Ta klasa ma w PEAR status: %{_status}.
36
37 %prep
38 %pear_package_setup
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{php_pear_dir}
43 %pear_package_install
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc install.log
51 %{php_pear_dir}/.registry/*.reg
52 %{php_pear_dir}/MDB2/Driver/Datatype/oci8.php
53 %{php_pear_dir}/MDB2/Driver/Function/oci8.php
54 %{php_pear_dir}/MDB2/Driver/Manager/oci8.php
55 %{php_pear_dir}/MDB2/Driver/Native/oci8.php
56 %{php_pear_dir}/MDB2/Driver/Reverse/oci8.php
57 %{php_pear_dir}/MDB2/Driver/oci8.php
This page took 0.036302 seconds and 3 git commands to generate.