Projects
Kolab:3.4
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 21
View file
roundcubemail.spec
Changed
@@ -42,7 +42,7 @@ Name: roundcubemail Version: 1.1 -Release: 0.4.dev20140803.git6c1c60f3%{?dist} +Release: 0.5.dev20140803.git6c1c60f3%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client @@ -152,6 +152,10 @@ rm -rf %{buildroot}%{roundcube}/config rm -rf %{buildroot}%{roundcube}/logs rm -rf %{buildroot}%{roundcube}/temp +rm -rf %{buildroot}%{roundcube}/tests +rm -rf %{buildroot}%{roundcube}/.htaccess +rm -rf %{buildroot}%{roundcube}/public_html/.htaccess +rm -rf %{buildroot}%{roundcube}/index-test.php pushd %{buildroot}%{roundcube} ln -s ../../..%{roundcube_conf} config @@ -308,7 +312,7 @@ /usr/share/roundcubemail/bin/updatedb.sh \ --dir /usr/share/doc/roundcubemail-%{version}/SQL/ \ - --package core || : \ + --package roundcube || : \ >/dev/null 2>&1 exit 0 @@ -340,6 +344,10 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail %changelog +* Thu Aug 21 2014 Daniel Hoffend <dh@dotlan.net> - 1.1-0.5.git +- updated database upgrade process (roundcube != core) +- removed non-needed files + * Sun Aug 3 2014 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 1.1-0.4.git - New git master head snapshot - Merge using Net_LDAP3
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail (1:1.1~dev20140811-0~kolab3) unstable; urgency=low + + * added database update for debian + + -- Daniel Hoffend <dh@dotlan.net> Thu, 21 Aug 2014 11:15:39 +0100 + roundcubemail (1:1.1~dev20140811-0~kolab1) unstable; urgency=low * New git master head snapshot
View file
debian.tar.gz/docs
Changed
@@ -1,2 +1,2 @@ -SQL/*.sql +SQL/ README.md
View file
debian.tar.gz/postinst
Changed
@@ -26,10 +26,19 @@ fi } +update_database() { + /usr/share/roundcubemail/bin/updatedb.sh \ + --dir /usr/share/doc/roundcubemail/SQL/ \ + --package roundcube || : \ + >/dev/null 2>&1 +} + + case "$1" in configure) fixperms + update_database if [ -e "/etc/apache2/sites-available/roundcubemail" -a ! -e "/etc/apache2/sites-enabled/roundcubemail" ]; then a2ensite roundcubemail reload_apache reload
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.1~dev20140404-0~kolab2 +Version: 1:1.1~dev20140404-0~kolab3 Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@lists.alioth.debian.org> Uploaders: Vincent Bernat <bernat@debian.org>, Romain Beauxis <toots@rastageeks.org>, Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Homepage: http://www.roundcube.net/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.