Add new caldav param

tags/0.1.2
Daniel Berteaud 12 years ago
parent 53ba7f8ebd
commit a7cd57dbdb
  1. 4
      root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav
  2. 9
      smeserver-sogosync.spec

@ -1 +1,3 @@
define('CALDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u/');
define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}');
define('CALDAV_PATH', '/SOGo/dav/%u/');
define('CALDAV_PERSONAL', 'personal');

@ -1,6 +1,6 @@
Name: smeserver-sogosync
Version: 0.0.1
Release: 0.beta3%{?dist}
Version: 0.1.1
Release: 0.beta5%{?dist}
Summary: SME Server integration for sogosync
Group: Application/System
@ -40,5 +40,8 @@ rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Mar 31 2012 Daniel Berteaud <daniel@firewall-services.com> 0.0.1-1
* Thu Apr 26 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.1-1
- Update config templates
* Sat Mar 31 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.0-1
- initial package

Loading…
Cancel
Save