]> git.pld-linux.org Git - packages/php-horde-Horde_Alarm.git/blame - php-horde-Horde_Alarm.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-horde-Horde_Alarm.git] / php-horde-Horde_Alarm.spec
CommitLineData
5e2104dd
ER
1%define status stable
2%define pearname Horde_Alarm
5e2104dd
ER
3Summary: %{pearname} - Horde alarm libraries
4Name: php-horde-Horde_Alarm
1b8e7270 5Version: 1.0.8
5e2104dd
ER
6Release: 1
7License: LGPL
8Group: Development/Languages/PHP
9Source0: http://pear.horde.org/get/%{pearname}-%{version}.tgz
1b8e7270 10# Source0-md5: e6ab0f6fa6f1819674401d56a6f720e3
4af99bff 11URL: https://github.com/horde/horde/tree/master/framework/Alarm/
5e2104dd
ER
12BuildRequires: php-channel(pear.horde.org)
13BuildRequires: php-packagexml2cl
14BuildRequires: php-pear-PEAR
15BuildRequires: php-pear-PEAR >= 1:1.7.0
16BuildRequires: rpm-php-pearprov >= 4.4.2-11
17BuildRequires: rpmbuild(macros) >= 1.593
18Requires: php-channel(pear.horde.org)
19Requires: php-horde-Horde_Date < 2.0.0
20Requires: php-horde-Horde_Exception < 2.0.0
21Requires: php-horde-Horde_Translation < 2.0.0
de65066f 22Requires: php-pear >= 4:1.3.6-2
5e2104dd
ER
23Suggests: php-horde-Horde_Db
24Suggests: php-horde-Horde_Log
25Suggests: php-horde-Horde_Mail
26Suggests: php-horde-Horde_Mime
27Suggests: php-horde-Horde_Notification
28Suggests: php-horde-Horde_Perms
29Suggests: php-horde-Horde_Prefs
30BuildArch: noarch
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
5e2104dd
ER
33%description
34This package provides an interface to deal with reminders, alarms and
35notifications through a standardized API. The following notification
36methods are available at the moment: standard Horde notifications,
37popups, emails, sms.
38
39In PEAR status of this package is: %{status}.
40
41%prep
42%pear_package_setup
43
44%build
45packagexml2cl package.xml > ChangeLog
46
47%install
48rm -rf $RPM_BUILD_ROOT
49install -d $RPM_BUILD_ROOT%{php_pear_dir}
50%pear_package_install
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post -p <lua>
56%pear_package_print_optionalpackages
57
58%files
59%defattr(644,root,root,755)
60%doc ChangeLog install.log
61%doc optional-packages.txt
62%{php_pear_dir}/.registry/.channel.*/*.reg
63%{php_pear_dir}/Horde/Alarm
64%{php_pear_dir}/Horde/Alarm.php
65%{php_pear_dir}/data/Horde_Alarm
This page took 0.090568 seconds and 4 git commands to generate.