Projects
Kolab:3.4:Updates
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
roundcubemail-plugins-kolab.spec
Changed
@@ -24,7 +24,7 @@ Name: roundcubemail-plugins-kolab Version: 3.2.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Kolab Groupware plugins for Roundcube Webmail Group: Applications/Internet @@ -925,8 +925,8 @@ echo " touch %%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" echo "fi" echo "" - if [ ! -z "$(find ${plugin} -type d -name \"SQL\")" ]; then - echo "for dir in \$(find /usr/share/roundcubemail/plugins/$(basename ${plugin})/ -type d -name \"SQL\"); do" + if [ ! -z "$(find ${plugin} -type d -name SQL)" ]; then + echo "for dir in \$(find /usr/share/roundcubemail/plugins/$(basename ${plugin})/ -type d -name SQL); do" echo " # Skip plugins with multiple drivers and no kolab driver" echo " if [ ! -z \"\$(echo \${dir} | grep driver)\" ]; then" echo " if [ -z \"\$(echo \${dir} | grep kolab)\" ]; then" @@ -1366,6 +1366,20 @@ touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted fi +for dir in $(find /usr/share/roundcubemail/plugins/calendar/ -type d -name SQL); do + # Skip plugins with multiple drivers and no kolab driver + if [ ! -z "$(echo ${dir} | grep driver)" ]; then + if [ -z "$(echo ${dir} | grep kolab)" ]; then + continue + fi + fi + + /usr/share/roundcubemail/bin/updatedb.sh \ + --dir ${dir} \ + --package calendar \ + >/dev/null 2>&1 || : +done + %posttrans -n roundcubemail-plugin-kolab_activesync if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then if [ -f "%{php_inidir}/apc.ini" ]; then @@ -1576,6 +1590,20 @@ touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted fi +for dir in $(find /usr/share/roundcubemail/plugins/libkolab/ -type d -name SQL); do + # Skip plugins with multiple drivers and no kolab driver + if [ ! -z "$(echo ${dir} | grep driver)" ]; then + if [ -z "$(echo ${dir} | grep kolab)" ]; then + continue + fi + fi + + /usr/share/roundcubemail/bin/updatedb.sh \ + --dir ${dir} \ + --package libkolab \ + >/dev/null 2>&1 || : +done + %posttrans -n roundcubemail-plugin-logon_page if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then if [ -f "%{php_inidir}/apc.ini" ]; then @@ -1666,6 +1694,20 @@ touch %{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted fi +for dir in $(find /usr/share/roundcubemail/plugins/tasklist/ -type d -name SQL); do + # Skip plugins with multiple drivers and no kolab driver + if [ ! -z "$(echo ${dir} | grep driver)" ]; then + if [ -z "$(echo ${dir} | grep kolab)" ]; then + continue + fi + fi + + /usr/share/roundcubemail/bin/updatedb.sh \ + --dir ${dir} \ + --package tasklist \ + >/dev/null 2>&1 || : +done + %posttrans -n roundcubemail-plugin-tinymce_config if [ ! -f "%{_localstatedir}/lib/rpm-state/roundcubemail/httpd.restarted" ]; then if [ -f "%{php_inidir}/apc.ini" ]; then @@ -1935,6 +1977,9 @@ %defattr(-,root,root,-) %changelog +* Sun Apr 19 2015 Daniel Hoffend <dh@dotlan.net> - 3.2.7-4 +- fixed check post install database update + * Fri Mar 06 2015 Daniel Hoffend <dh@dotlan.net> - 3.2.7-3 - Fixed Mail_Mime requirements
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
.