]> git.pld-linux.org Git - SPECS.git/blob - php-horde-Horde_Icalendar.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / php-horde-Horde_Icalendar.spec
1 # TODO
2 # - system locale dir
3 %define         status          stable
4 %define         pearname        Horde_Icalendar
5 Summary:        %{pearname} - iCalendar API
6 Name:           php-horde-Horde_Icalendar
7 Version:        1.1.2
8 Release:        1
9 License:        LGPL
10 Group:          Development/Languages/PHP
11 Source0:        http://pear.horde.org/get/%{pearname}-%{version}.tgz
12 # Source0-md5:  a1aca64b9b022552d57ed2077664e898
13 URL:            https://github.com/horde/horde/tree/master/framework/Icalendar/
14 BuildRequires:  php-channel(pear.horde.org)
15 BuildRequires:  php-packagexml2cl
16 BuildRequires:  php-pear-PEAR >= 1:1.7.0
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 BuildRequires:  rpmbuild(macros) >= 1.610
19 Requires:       php-channel(pear.horde.org)
20 Requires:       php-horde-Horde_Date < 2.0.0
21 Requires:       php-horde-Horde_Exception < 2.0.0
22 Requires:       php-horde-Horde_Mime < 2.0.0
23 Requires:       php-horde-Horde_Support < 2.0.0
24 Requires:       php-horde-Horde_Translation < 2.0.0
25 Requires:       php-horde-Horde_Util < 2.0.0
26 Requires:       php-pear >= 4:1.3.6-2
27 BuildArch:      noarch
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 This package provides an API for dealing with iCalendar data.
32
33 In PEAR status of this package is: %{status}.
34
35 %prep
36 %pear_package_setup
37
38 %build
39 packagexml2cl package.xml > ChangeLog
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{php_pear_dir}
44 %pear_package_install
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc ChangeLog install.log
52 %doc docs/Horde_Icalendar/*
53 %{php_pear_dir}/.registry/.channel.*/*.reg
54 %{php_pear_dir}/Horde/Icalendar.php
55 %{php_pear_dir}/Horde/Icalendar
56 %{php_pear_dir}/data/Horde_Icalendar
This page took 0.288869 seconds and 3 git commands to generate.