gunnar: server/kolab-webclient/dimp .cvsignore, NONE, 1.1 Makefile,	NONE, 1.1 dimp.spec, NONE, 1.1 
    cvs at kolab.org 
    cvs at kolab.org
       
    Mon Jan 18 21:33:58 CET 2010
    
        - Previous message: gunnar: server/kolab-webclient/dimp/configuration/dimp-1.1.4	10-kolab_servers_base.php, NONE, 1.1 
 
        - Next message: gunnar: server/kolab-webclient/dimp/templates/dimp-1.1.4	webclient-dimp_conf.php.template, NONE,	1.1 webclient-dimp_hooks.php.template, NONE,	1.1 webclient-dimp_menu.php.template, NONE,	1.1 webclient-dimp_portal.php.template, NONE,	1.1 webclient-dimp_prefs.php.template, NONE,	1.1 webclient-dimp_servers.php.template, NONE, 1.1 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Author: gunnar
Update of /kolabrepository/server/kolab-webclient/dimp
In directory doto:/tmp/cvs-serv12994
Added Files:
	.cvsignore Makefile dimp.spec 
Log Message:
Draft version of the dimp package.
--- NEW FILE: .cvsignore ---
*.src.rpm
*.tar.gz
package.patch
tmp
--- NEW FILE: Makefile ---
STAGING = ../../stage
include ../../make-helper/kolab.mk
SOURCE_URL=http://ftp.horde.org/pub/$(PACKAGE)
SOURCE_0 ?= $(PACKAGE)-h3-$(VERSION).$(SOURCE_FORMAT)
include ../../make-helper/package.mk
include ../../make-helper/patch-series.mk
# Get the list of templates if there are any in the template directory
TEMPLATES = $(shell ls templates/$(PACKAGE)-$(VERSION)/*.template 2> /dev/null)
# Get the list of configuration files if there are any in the configuration directory
CONFIGURATION = $(shell ls configuration/$(PACKAGE)-$(VERSION)/*.php 2> /dev/null)
EXTRA = package.patch $(TEMPLATES) $(CONFIGURATION)
include ../../make-helper/package-new.mk
--- NEW FILE: dimp.spec ---
# Macros
%define         V_package dimp
%define         V_version 1.1.4
%define         V_release 20100118
# Package Information
Name:		%{V_package}
Summary:	DIMP is a project to create a version of IMP utilizing AJAX-like technologies to allow a more dynamic user experience (thus DIMP... Dynamic IMP).
URL:		http://www.horde.org/
Packager:	Gunnar Wrobel <wrobel at pardus.de> (p at rdus)
Version:	%{V_version}
Release:	%{V_release}
License:	GPL
Group:		MAIL
Distribution:	OpenPKG
# List of Sources
Source0:	http://ftp.horde.org/pub/%{V_package}/%{V_package}-h3-%{V_version}.tar.gz
Source1:        webclient-dimp_conf.php.template
Source2:        webclient-dimp_hooks.php.template
Source3:        webclient-dimp_menu.php.template
Source4:        webclient-dimp_portal.php.template
Source5:        webclient-dimp_prefs.php.template
Source6:        webclient-dimp_servers.php.template
Source7:        10-kolab_servers_base.php
# List of Patches
Patch0:         package.patch
# Build Info
Prefix:		%{l_prefix}
BuildRoot:	%{l_buildroot}
#Pre requisites
BuildPreReq:  OpenPKG, openpkg >= 20070603
BuildPreReq:  php, php::with_pear = yes
PreReq:       horde-3.3.6
PreReq:       imp-4.3.6
AutoReq:      no
AutoReqProv:  no
%description 
IMP is the Internet Messaging Program. It is written in PHP and
provides webmail access to IMAP and POP3 accounts.
%prep
	%setup -q -c %{V_package}-h3-%{V_version}
	cd %{V_package}-h3-%{V_version}
	%patch -p1 -P 0
	cd ..
%build
%install
	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/dimp
	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/etc/kolab/templates	
	cd %{V_package}-h3-%{V_version}
	cd config
	for CONFIG in *.dist;                          \
	    do                                         \
	      cp $CONFIG `basename $CONFIG .dist`;     \
	      mkdir -p `basename $CONFIG .php.dist`.d; \
	done
	cd ..
	#find . -type f | grep '\.orig$' | xargs rm -f
	cp -r * $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/dimp
	cd ..
	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/dimp/config/conf.d
	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/dimp/config/hooks.d
	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/dimp/config/menu.d
	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/dimp/config/portal.d
	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/dimp/config/prefs.d
	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/dimp/config/servers.d
	%{l_shtool} install -c -m 644 %{l_value -s -a} %{S:1} %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} \
	  $RPM_BUILD_ROOT%{l_prefix}/etc/kolab/templates
	%{l_shtool} install -c -m 644 %{l_value -s -a} %{S:7} $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/dimp/config/servers.d/
	sed -i -e 's#@@@horde_confdir@@@#%{l_prefix}/var/kolab/www/client/dimp/config#' $RPM_BUILD_ROOT%{l_prefix}/etc/kolab/templates/*.php.template
	%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
            '%config %{l_prefix}/etc/kolab/templates/webclient-dimp_conf.php.template' \
            '%config %{l_prefix}/etc/kolab/templates/webclient-dimp_hooks.php.template' \
            '%config %{l_prefix}/etc/kolab/templates/webclient-dimp_menu.php.template' \
            '%config %{l_prefix}/etc/kolab/templates/webclient-dimp_portal.php.template' \
            '%config %{l_prefix}/etc/kolab/templates/webclient-dimp_prefs.php.template' \
            '%config %{l_prefix}/etc/kolab/templates/webclient-dimp_servers.php.template' \
#	    '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/kolab/www/client/dimp/config/conf.php
%clean
	rm -rf $RPM_BUILD_ROOT
%files -f files
    
    
        
	- Previous message: gunnar: server/kolab-webclient/dimp/configuration/dimp-1.1.4	10-kolab_servers_base.php, NONE, 1.1 
 
	- Next message: gunnar: server/kolab-webclient/dimp/templates/dimp-1.1.4	webclient-dimp_conf.php.template, NONE,	1.1 webclient-dimp_hooks.php.template, NONE,	1.1 webclient-dimp_menu.php.template, NONE,	1.1 webclient-dimp_portal.php.template, NONE,	1.1 webclient-dimp_prefs.php.template, NONE,	1.1 webclient-dimp_servers.php.template, NONE, 1.1 
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the commits
mailing list