gunnar: server/kolab-webclient/mnemo .cvsignore, NONE, 1.1 Makefile,	NONE, 1.1 mnemo.spec, NONE, 1.1 
    cvs at kolab.org 
    cvs at kolab.org
       
    Tue Jan 19 08:36:59 CET 2010
    
    
  
Author: gunnar
Update of /kolabrepository/server/kolab-webclient/mnemo
In directory doto:/tmp/cvs-serv12364
Added Files:
	.cvsignore Makefile mnemo.spec 
Log Message:
Draft of the mnemo 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
include ../../make-helper/fetch.mk
--- NEW FILE: mnemo.spec ---
# Macros
%define         V_package mnemo
%define         V_version 2.2.3
%define         V_release 20100119
# Package Information
Name:		%{V_package}
Summary:	Mnemo is the Horde notes and memos application
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-mnemo_conf.php.template
Source2:        webclient-mnemo_prefs.php.template
Source3:        10-kolab_conf_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
AutoReq:      no
AutoReqProv:  no
%description 
Mnemo is the Horde notes and memos application. It lets users keep
free-text notes and other bits of information which doesnt fit as a
contact, a todo item, an event, etc. It is very similar in
functionality to the Palm Memo application.
%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/mnemo
	%{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/mnemo
	cd ..
	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/mnemo/config/conf.d
	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/mnemo/config/prefs.d
	%{l_shtool} install -c -m 644 %{l_value -s -a} %{S:1} %{S:2} \
	  $RPM_BUILD_ROOT%{l_prefix}/etc/kolab/templates
	%{l_shtool} install -c -m 644 %{l_value -s -a} %{S:3} $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/client/mnemo/config/conf.d/
	sed -i -e 's#@@@horde_confdir@@@#%{l_prefix}/var/kolab/www/client/mnemo/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-mnemo_conf.php.template' \
            '%config %{l_prefix}/etc/kolab/templates/webclient-mnemo_prefs.php.template' \
#	    '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/kolab/www/client/mnemo/config/conf.php
%clean
	rm -rf $RPM_BUILD_ROOT
%files -f files
    
    
More information about the commits
mailing list