Projects
Kolab:16:Testing
roundcubemail-selfcontained
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 12
View file
roundcubemail.spec
Changed
@@ -574,23 +574,13 @@ --package roundcube || : %endif +${php} %{_datadir}/roundcubemail/bin/updatedb.sh \ + --dir %{_datadir}/roundcubemail/plugins/libkolab/SQL \ + --package libkolab || : -for plugin in $(find /usr/share/roundcubemail/plugins -mindepth 1 -maxdepth 1 -type d | sort); do - if ! -z "$(find ${plugin} -type d -name SQL)" ; then - for dir in $(find /usr/share/roundcubemail/plugins/$(basename ${plugin})/ -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 - - ${php} %{_datadir}/roundcubemail/bin/updatedb.sh \ - --dir $dir \ - --package $(basename ${plugin}) || : - done - fi -done +${php} %{_datadir}/roundcubemail/bin/updatedb.sh \ + --dir %{_datadir}/roundcubemail/plugins/calendar/ \ + --package calendar-kolab || : exit 0
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
.