commit horde3-ingo for openSUSE:Factory
Hello community, here is the log from the commit of package horde3-ingo for openSUSE:Factory checked in at Mon Jan 24 16:15:37 CET 2011. -------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/horde3-ingo/horde3-ingo.changes 2010-12-09 11:58:56.000000000 +0100 @@ -0,0 +1,32 @@ +------------------------------------------------------------------- +Fri Oct 15 08:05:57 UTC 2010 - lang@b1-systems.de + +- added fdupes and proper language handling +- now builds in openSUSE 11.1 and 11.2 + +------------------------------------------------------------------- +Fri Oct 15 08:00:00 UTC 2010 Ralf Lang lang@b1-systems.de + +Moved legacy changelog to .changes + +* Wed Oct 13 2010 Ralf Lang <lang@b1-systems.de> +- updated to 1.2.5 +* Sun Mar 16 2008 Matthias Boettger <mhoppe@suse.de> +- updated to 1.2-rc2 +* Sat Dec 08 2007 Marcus Hüwe <suse-tux@gmx.de> +- updated to 1.2-rc1 +- renamed package to horde-ingo +- updated backends.php.kolab file +- fixed Requires +* Sun Oct 29 2006 Marcus Hüwe <suse-tux@gmx.de> +- new upstream version 1.1.2 +- removed timesieved patch (was accepted by upstream) +* Mon Jul 03 2006 Marcus Hüwe <suse-tux@gmx.de> +- fixed the patch (forgot something..) +* Thu Jun 29 2006 Marcus Hüwe <suse-tux@gmx.de> +- added Patch0: ingo-h3-1.1.1-timesieved.diff which is needed for the + patched net_sieve package. With this patch you can use ingo with + kolab without any trouble(tls problems) +* Wed Jun 21 2006 Marcus Hüwe <suse-tux@gmx.de> +- initial build + calling whatdependson for head-i586 New: ---- horde3-ingo.changes horde3-ingo.spec ingo-h3-1.2-rc1-backends.php.kolab ingo-h3-1.2.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ horde3-ingo.spec ++++++ # # spec file for package horde3-ingo # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild %define _hordedir %(%{_sbindir}/apxs2 -q datadir)/htdocs/horde %define _ingodir %{_hordedir}/ingo %define _pversion 1.2.5 Name: horde3-ingo Version: 1.2.5 Release: 1 Summary: Horde "Email Filter Rules Manager" License: Other License(s), see package, Other uncritical OpenSource License Group: Productivity/Networking/Other Url: http://www.horde.org/ingo Source0: ingo-h3-%{_pversion}.tar.bz2 Source1: ingo-h3-1.2-rc1-backends.php.kolab BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: ingo = %{version} Obsoletes: ingo <= 1.2.4 Requires: horde3 >= 3.3.0 Requires: php5-pear-db Requires: php5-pear-mail_mime Requires: php5-pear-net_sieve BuildRequires: apache2-devel %if 0%{?sles_version} != 10 BuildRequires: fdupes %endif %description Ingo, the "Email Filter Rules Manager", started as a frontend for the Sieve filter language, and is now a generic and complete filter rule frontend that currently is able to create Sieve, procmail, maildrop, and IMAP filter rules. The IMAP filter driver translates the filter rules on demand to IMAP commands, executed via PHP's IMAP extension and has replaced IMP's internal filtering code. It is now the default filtering agent in IMP H3 (4.x). Authors: -------- Michael Slusarz <slusarz@horde.org> Jan Schneider <jan@horde.org> %prep %setup -qn ingo-h3-%{_pversion} %__cp %{S:1} config/backends.php.kolab %__sed -i 's|/usr/bin/php|%{_bindir}/php5|' scripts/upgrades/convert_prefs_to_sql.php %build pushd config/ for i in *.dist; do %__mv $i ${i%.dist}; done popd %install %__mkdir_p %{buildroot}%{_ingodir} %__cp -r ./* %{buildroot}%{_ingodir} %__rm -rf %{buildroot}%{_ingodir}/{docs,README,LICENSE} %if 0%{?sles_version} != 10 %fdupes %buildroot%{_ingodir} %endif %find_lang ingo %clean %__rm -rf %{buildroot} %files -f ingo.lang %defattr(-, root, root) %dir %{_hordedir} %dir %{_ingodir} %doc docs README LICENSE %{_ingodir}/*.php %{_ingodir}/js %{_ingodir}/lib %dir %{_ingodir}/locale # US provides just the xml file so we need to include it manually %{_ingodir}/locale/en_US %{_ingodir}/po %{_ingodir}/scripts %{_ingodir}/templates %{_ingodir}/themes %attr(0750, wwwrun, www) %dir %{_ingodir}/config %attr(0640, wwwrun, www) %config(noreplace) %{_ingodir}/config/* %attr(0640, wwwrun, www) %config(noreplace) %{_ingodir}/config/.htaccess %changelog ++++++ ingo-h3-1.2-rc1-backends.php.kolab ++++++ <?php /* Kolab Example (using Sieve) */ if ($GLOBALS['conf']['kolab']['enabled']) { require_once 'Horde/Kolab.php'; if (!is_callable('Kolab', 'getServer')) { $server = $GLOBALS['conf']['kolab']['imap']['server']; } else { $server = Kolab::getServer('imap'); } $backends['kolab'] = array( 'driver' => 'timsieved', 'preferred' => '', 'hordeauth' => 'full', 'params' => array( 'hostspec' => $server, 'logintype' => 'PLAIN', 'usetls' => false, 'port' => $GLOBALS['conf']['kolab']['imap']['sieveport'], 'scriptname' => 'kmail-vacation.siv' ), 'script' => 'sieve', 'scriptparams' => array(), 'shares' => false ); } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de