Projects
Kolab:16
libkolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
libkolab.spec
Changed
@@ -4,6 +4,8 @@ #!BuildIgnore: httpd %endif +%{expand: %(if [ `php-config --vernum` -gt 70000 ]; then echo %%global with_php7 1; else echo %%global with_php7 0; fi)} + %if 0%{?suse_version} %global php php5 %{!?php_inidir: %global php_inidir %{_sysconfdir}/php5/conf.d/} @@ -127,7 +129,7 @@ %prep %setup -q -n libkolab-%{version} -%if 0%{?fedora} >= 25 +%if 0%{?with_php7} sed -i "s/-php/-php7/g" cmake/modules/SWIGUtils.cmake %endif @@ -158,6 +160,9 @@ %else %cmake \ %endif +%if 0%{?with_at} + -DBUILD_TOOLS:BOOL=OFF \ +%endif -DCMAKE_C_FLAGS:STRING="-DNDEBUG -DQT_NO_DEBUG" \ -DBoost_NO_BOOST_CMAKE=TRUE \ -Wno-fatal-errors -Wno-errors \
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +libkolab (2.0~dev20151230-0~kolab8) unstable; urgency=low + + * Ubuntu 18.04 support + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Thu, 4 Oct 2018 09:09:09 +0100 + libkolab (2.0~dev20151230-0~kolab7) unstable; urgency=low * Fix warnings caused by duplicate/broken configuration-file symlinks
View file
debian.rules
Changed
@@ -45,7 +45,9 @@ mv debian/tmp/$(PHPEXT)/kolabshared.php debian/tmp/usr/share/php/kolabshared.php echo "$(PHPEXT)" >> debian/php-kolab.install # Put kolab.ini into place - if [ -d "/etc/php/7.0/mods-available" ]; then \ + if [ -d "/etc/php/7.2/mods-available" ]; then \ + echo "debian/kolab.ini etc/php/7.2/mods-available" >> debian/php-kolab.install ; \ + elif [ -d "/etc/php/7.0/mods-available" ]; then \ echo "debian/kolab.ini etc/php/7.0/mods-available" >> debian/php-kolab.install ; \ elif [ -d "/etc/php/mods-available" ]; then \ echo "debian/kolab.ini etc/php/mods-available" >> debian/php-kolab.install ; \
View file
libkolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: libkolab Binary: libkolab2, php-kolab, python-kolab, libkolab-dev Architecture: any -Version: 2.0~dev20151230-0~kolab7 +Version: 2.0~dev20151230-0~kolab8 Maintainer: Debian Kolab Maintainers <pkg-kolab-devel@lists.alioth.debian.org> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Christoph Wickert <wickert@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Homepage: http://git.kolab.org/libkolab
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
.