]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Cache_Lite.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / php-pear-Cache_Lite.spec
1 %define         _status         stable
2 %define         _pearname       Cache_Lite
3 Summary:        %{_pearname} - Fast and Safe little cache system
4 Summary(pl.UTF-8):      %{_pearname} - Szybki i bezpieczny system buforujący
5 Name:           php-pear-%{_pearname}
6 Version:        1.8.2
7 Release:        2
8 License:        LGPL
9 Group:          Development/Languages/PHP
10 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
11 # Source0-md5:  5a3bb30b288ec396e26cf041b5389923
12 URL:            http://pear.php.net/package/Cache_Lite/
13 BuildRequires:  php-pear-PEAR >= 1:1.5.4
14 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
15 BuildRequires:  rpmbuild(macros) >= 1.300
16 Requires:       php-pear >= 4:1.0-21
17 Requires:       php-pear-PEAR-core
18 Obsoletes:      php-pear-Cache_Lite-tests
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This package is a little cache system optimized for file containers.
24 It is fast and safe (because it uses file locking and/or
25 anti-corruption tests).
26
27 In PEAR status of this package is: %{_status}.
28
29 %description -l pl.UTF-8
30 Ten pakiet zawiera mały system buforujący zoptymalizowany dla
31 kontenerów plików. Jest szybki i bezpieczny (ponieważ używa blokowania
32 plików i/lub testów anti-corruption).
33
34 Ta klasa ma w PEAR status: %{_status}.
35
36 %prep
37 %pear_package_setup
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{php_pear_dir}
42 %pear_package_install
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc install.log
50 %doc docs/%{_pearname}/{docs/*,TODO}
51 %{php_pear_dir}/.registry/*.reg
52 %dir %{php_pear_dir}/Cache/Lite
53 %{php_pear_dir}/Cache/*.php
54 %{php_pear_dir}/Cache/Lite/*.php
This page took 0.455055 seconds and 3 git commands to generate.