gunnar: server/kolab-webclient/kolab-webclient .cvsignore, NONE, 1.1 ChangeLog, NONE, 1.1 Makefile, NONE, 1.1 kolab-webclient.spec, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Fri Jan 22 18:18:21 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/kolab-webclient
In directory doto:/tmp/cvs-serv13282

Added Files:
	.cvsignore ChangeLog Makefile kolab-webclient.spec 
Log Message:
Add new kolab-webclient meta package.

--- NEW FILE: .cvsignore ---
*.src.rpm
*.tar.gz
package.patch
tmp

--- NEW FILE: ChangeLog ---
2010-01-22  Gunnar Wrobel  <p at rdus.de>

	* kolab-webclient.spec: Converted the package into a pure meta
	package.

2009-07-24  Gunnar Wrobel  <p at rdus.de>

	* kolab-webclient.spec:

        kolab/issue3293 (Big code duplication and code version messup: Horde
	                 libs in 2.2.1)


2009-07-12  Gunnar Wrobel  <p at rdus.de>

	* kolab-webclient.spec: Removed the "pear" directory as all PEAR
	packages have their own RPM package now.

2009-07-11  Gunnar Wrobel  <p at rdus.de>

	* kolab-webclient.spec: 

	kolab/issue1623 ([horde/horde-kronolith] Add support for Date_Holidays)
	kolab/issue3509 (calender not displaying in horde if german holidays are selected)

2009-05-11  Gunnar Wrobel  <p at rdus.de>

	* kolab-webclient.spec: 

	Use Horde_NLS-0.0.2dev20090501 from /kolab/lib/php
	Use Horde_Util-0.1.0dev20090501 from /kolab/lib/php

	Use Archive_Tar-1.3.2 from /kolab/lib/php
	Use Structures_Graph-1.0.2 from /kolab/lib/php
	Use Console_Getopt-1.2.3 from /kolab/lib/php
	Use XML_Util-1.2.1 from /kolab/lib/php
	Use PEAR-1.7.2 from /kolab/lib/php

2009-04-26  Gunnar Wrobel  <p at rdus.de>

	* kolab-webclient.spec:

	Started cleanup of the code triplication.

	Kolab_Format is now completely in sync and was removed from the
	kolab-webclient package. The library install in /kolab/lib/php is
	used instead.
 
	Kolab_Server is now completely in sync and was removed from the
	kolab-webclient package. The library install in /kolab/lib/php is
	used instead.

	Kolab_Storage is now completely in sync and was removed from the
	kolab-webclient package. The library install in /kolab/lib/php is
	used instead.

	Allow to configure mapped LDAP attributes.
	
	kolab/issue3293 (Big code duplication and code version messup: Horde
	                 libs in 2.2.1)
	kolab/issue3420 (web client prefs and hooks should be
	                 configurable via templates)

2009-04-25  Gunnar Wrobel  <p at rdus.de>

	* patches/1.2.0/KOLAB/t_Kolab__Format_HK_GW_HandleEmptyXmlParserReturn.diff:
	
	kolab/issue3520 (calendar with certain entries does not display in web client)
	kolab/issue3528 (Events with broken encoding should work)

2008-02-07  Mathieu Parent <math.parent at gmail.com>

	* webclient-kolab-conf.template, webclient-kronolith-kolab-conf.template: 
	  dist_conf configuration in kolab webclient templates (kolab/issue3387)

2009-01-08  Gunnar Wrobel  <p at rdus.de>

	* kolab-webclient.spec: kolab/issue2207 (Make it possible to
	enable and disable users to be able to use the webclient)

	kolab/issue2546 (Horde should use name and email from ldap as
	defaults)

	kolab/issue2738 (horde should allow a setting to suppress
	groupware folders)

2008-12-27  Gunnar Wrobel  <p at rdus.de>

	* kolab-webclient.spec:
	kolab/issue3318 (kolab-fbview-1.2.0-20081212 fails to compile on
	solaris 10)

2008-12-15  Gunnar Wrobel  <p at rdus.de>

	* kolab-webclient.spec:
	kolab/issue3309 (Can not login directly in to dimp)

	Integrated upstream fix for a potential XSS issue.
	(http://cvs.horde.org/diff.php/framework/Text_Filter/Filter/xss.php?r1=1.17&r2=1.18)
	
2008-12-05  Gunnar Wrobel  <p at rdus.de>

	* kolab-webclient.spec: kolab/issue3292 (Sharing Default Groupware
	Resources does not work in Webclient)

	kolab/issue3284 (Webclient or resmgr might send invitations that
	Outlook 2003 does not understand (unquoted CN with Umlauts))

2008-11-17  Gunnar Wrobel  <p at rdus.de>

	* kolab-webclient.spec:  kolab/issue3241 (Horde: Can't accept invitation)
	 kolab/issue3243 (Store web client user preferences in files, not in LDAP)

2008-08-11  Gunnar Wrobel  <p at rdus.de>

	* kolab-webclient.spec: Added package to Kolab CVS.


--- NEW FILE: Makefile ---
STAGING = ../../stage

include ../../make-helper/kolab.mk

PACKAGE = $(shell grep "^Name:" *.spec | sed -e "s/^Name:\s*\([a-z-]*\).*/\1/")
VERSION = $(shell grep "^Version:" *.spec | sed -e "s/^Version:\s*\([0-9.]*\).*/\1/")
RELEASE = $(shell grep "^Release:" *.spec | sed -e "s/^Release:\s*\([0-9]*\).*/\1/")

SOURCE_URL=
SOURCE_0=
EXTRA=

BUILD_OPTIONS=

include ../../make-helper/package.mk
include ../../make-helper/package-new.mk
include ../../make-helper/fetch.mk

--- NEW FILE: kolab-webclient.spec ---
# Package Information
Name:		kolab-webclient
Summary:	The Kolab Groupware web client (based on horde)
URL:		http://www.kolab.org/
Packager:	Gunnar Wrobel <wrobel at pardus.de> (p at rdus)
Version:	1.2.6
Release:	20100122
License:	GPL
Group:		MAIL
Distribution:	OpenPKG

# List of Sources

# List of Patches

# Build Info
Prefix:		%{l_prefix}
BuildRoot:	%{l_buildroot}

#Pre requisites
BuildPreReq:  OpenPKG, openpkg >= 20070603
BuildPreReq:  php, php::with_pear = yes
PreReq:       dimp >= 1.1.4
PreReq:       mimp >= 1.1.3
PreReq:       passwd >= 3.1.2
PreReq:       kronolith >= 2.3.3
#PreReq:       ingo >= x.x.x
#PreReq:       mnemo >= x.x.x
#PreReq:       nag >= x.x.x
#PreReq:       turba >= x.x.x

Obsoletes:    horde-kolab, horde-kronolith-kolab, horde-imp-kolab, horde-ingo-kolab, horde-kolab-client, horde-dimp-kolab, horde-mimp-kolab, horde-mnemo-kolab, horde-nag-kolab, horde-passwd-kolab, horde-turba-kolab

AutoReq:      no
AutoReqProv:  no
#BuildArch:    noarch

%description 
The Kolab Groupware web client provides a Kolab compatible web
frontend to the Kolab server. The package is based on Horde.

%build

%install
        %{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client
	# Add a marker file so that this package installs something
	touch $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/.kolab-webclient

        %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}

%clean
	rm -rf $RPM_BUILD_ROOT

%files -f files





More information about the commits mailing list