Projects
Kolab:3.4:Updates
kolab-freebusy
Log In
Username
Password
Sorry, you are not authorized to perform this action.
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 22
View file
kolab-freebusy.spec
Changed
@@ -1,3 +1,6 @@ +#!BuildIgnore: lighttpd +#!BuildIgnore: thttpd +#!BuildIgnore: nginx %{!?php_inidir: %global php_inidir %{_sysconfdir}/php.d} %if 0%{?suse_version} < 1 && 0%{?fedora} < 1 && 0%{?rhel} < 7 @@ -18,29 +21,32 @@ %global _ap_sysconfdir %{_sysconfdir}/%{httpd_name} -Name: kolab-freebusy -Version: 1.0.4 -Release: 1%{?dist} -Summary: Kolab Free/Busy Web Presentation Layer +Name: kolab-freebusy +Version: 1.0.4 +Release: 1%{?dist} +Summary: Kolab Free/Busy Web Presentation Layer -Group: Applications/Internet -License: AGPLv3+ -URL: http://kolab.org/about/kolab-freebusy -Source0: http://mirror.kolabsys.com/pub/releases/%{name}-%{version}+dep.tar.gz -Source1: kolab-freebusy.logrotate +Group: Applications/Internet +License: AGPLv3+ +URL: http://kolab.org/about/kolab-freebusy +Source0: http://mirror.kolabsys.com/pub/releases/%{name}-%{version}+dep.tar.gz +Source1: kolab-freebusy.logrotate -BuildArch: noarch +BuildArch: noarch %if 0%{?suse_version} -Requires: http_daemon -Requires: php +BuildRequires: roundcubemail +BuildRequires: roundcubemail-plugins-kolab +Requires: http_daemon +Requires: php %else -Requires: webserver -Requires: php-common >= 5.3 +Requires: webserver +Requires: php-common >= 5.3 %endif -Requires: kolab-utils -Requires: php-ldap +Requires: kolab-utils +Requires: logrotate +Requires: php-ldap %description This software enables a multi-sourced publication of Free/Busy information @@ -66,6 +72,14 @@ EOF cp -a lib %{buildroot}/%{_datadir}/%{name}/lib + +rm -rf %{buildroot}/%{_datadir}/%{name}/lib/plugins +rm -rf %{buildroot}/%{_datadir}/%{name}/lib/Roundcube +pushd %{buildroot}/%{_datadir}/%{name}/lib/ +ln -s ../../roundcubemail/plugins/ plugins +ln -s ../../roundcubemail/program/lib/Roundcube/ Roundcube +popd + cp -a public_html %{buildroot}/%{_datadir}/%{name}/public_html cp -a vendor %{buildroot}/%{_datadir}/%{name}/vendor @@ -76,6 +90,8 @@ ln -s ../../..%{_localstatedir}/log/%{name} logs popd +find %{buildroot}/%{_datadir}/%{name} -type f -name ".*" -delete + %post if [ -f "%{php_inidir}/apc.ini" ]; then if [ ! -z "`grep ^apc.enabled=1 %{php_inidir}/apc.ini`" ]; then @@ -88,6 +104,7 @@ fi %files +%defattr(-,root,root,-) %doc README.md %if 0%{?suse_version} %dir %{_ap_sysconfdir}
View file
debian.tar.gz/dirs
Changed
@@ -1,3 +1,3 @@ etc/kolab-freebusy -usr/share/kolab-freebusy/public_html/ +usr/share/kolab-freebusy var/log/kolab-freebusy
View file
debian.tar.gz/install
Changed
@@ -1,3 +1,3 @@ lib usr/share/kolab-freebusy/ vendor usr/share/kolab-freebusy/ -web/* usr/share/kolab-freebusy/public_html/ +public_html usr/share/kolab-freebusy/
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
.