]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Stream_Var.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / php-pear-Stream_Var.spec
1 %define         _status         stable
2 %define         _pearname       Stream_Var
3 Summary:        %{_pearname} - allows stream based access to any variable
4 Summary(pl.UTF-8):      %{_pearname} - oparty na strumieniu dostęp do dowolnej zmiennej
5 Name:           php-pear-%{_pearname}
6 Version:        1.2.0
7 Release:        1
8 License:        PHP 2.02
9 Group:          Development/Languages/PHP
10 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
11 # Source0-md5:  b3c2d947373c0e85f548d32eb761ae3b
12 URL:            http://pear.php.net/package/Stream_Var/
13 BuildRequires:  php-pear-PEAR
14 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
15 BuildRequires:  rpmbuild(macros) >= 1.300
16 Requires:       php(core) >= 4.3.2
17 Requires:       php-pear
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 %{_pearname} can be registered as a stream with
23 stream_register_wrapper and allows stream based access to any variable
24 in any scope. Arrays are treated as directories, so it`s possible to
25 replace temporary directories and files in your applications with
26 variables.
27
28 In PEAR status of this package is: %{_status}.
29
30 %description -l pl.UTF-8
31 %{_pearname} może być zarejestrowany jako strumień za pomocą funkcji
32 stream_register_wrapper i pozwala na oparty na strumieniu dostęp do
33 dowolnej zmiennej. Tablice są trakowane jako katalogi, więc możliwe
34 jest zastąpienie tymczasowych plików oraz katalogów w aplikacjach
35 zmiennymi.
36
37 Ta klasa ma w PEAR status: %{_status}.
38
39 %prep
40 %pear_package_setup
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{php_pear_dir}
45 %pear_package_install
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc install.log
53 %doc docs/%{_pearname}/*
54 %{php_pear_dir}/.registry/*.reg
55 %{php_pear_dir}/Stream/*.php
This page took 1.056784 seconds and 3 git commands to generate.