]> git.pld-linux.org Git - SPECS.git/blob - php-horde-Horde_ActiveSync.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / php-horde-Horde_ActiveSync.spec
1 %define         status          stable
2 %define         pearname        Horde_ActiveSync
3 Summary:        %{pearname} - Horde ActiveSync Server Library
4 Name:           php-horde-Horde_ActiveSync
5 Version:        1.2.7
6 Release:        1
7 License:        GPL v2
8 Group:          Development/Languages/PHP
9 Source0:        http://pear.horde.org/get/%{pearname}-%{version}.tgz
10 # Source0-md5:  7744befc82482076092aec922876db4c
11 URL:            https://github.com/horde/horde/tree/master/framework/ActiveSync/
12 BuildRequires:  php-channel(pear.horde.org)
13 BuildRequires:  php-packagexml2cl
14 BuildRequires:  php-pear-PEAR >= 1:1.7.0
15 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
16 BuildRequires:  rpmbuild(macros) >= 1.610
17 Requires:       php-channel(pear.horde.org)
18 Requires:       php-horde-Horde_Date < 2.0.0
19 Requires:       php-horde-Horde_Exception < 2.0.0
20 Requires:       php-horde-Horde_Support < 2.0.0
21 Requires:       php-horde-Horde_Util < 2.0.0
22 Requires:       php-pear >= 4:1.3.6-2
23 Suggests:       php-horde-Horde_Core
24 Suggests:       php-horde-Horde_Db
25 BuildArch:      noarch
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 # exclude optional dependencies
29 %define         _noautoreq       pear(Horde/Core.*) pear(Horde/Db.*)
30
31 %description
32 This package provides libraries for implementing an ActiveSync server.
33
34 In PEAR status of this package is: %{status}.
35
36 %prep
37 %pear_package_setup
38
39 %build
40 packagexml2cl package.xml > ChangeLog
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 %post -p <lua>
51 %pear_package_print_optionalpackages
52
53 %files
54 %defattr(644,root,root,755)
55 %doc ChangeLog install.log
56 %doc optional-packages.txt
57 %{php_pear_dir}/.registry/.channel.*/*.reg
58 %{php_pear_dir}/Horde/ActiveSync
59 %{php_pear_dir}/Horde/ActiveSync.php
60 %{php_pear_dir}/data/Horde_ActiveSync
This page took 1.569843 seconds and 3 git commands to generate.