bo: server/perl-kolab Makefile, NONE, 1.1 README, NONE, 1.1 perl-kolab.spec, NONE, 1.1

cvs at intevation.de cvs at intevation.de
Wed Mar 31 17:36:43 CEST 2004


Author: bo

Update of /kolabrepository/server/perl-kolab
In directory doto:/tmp/cvs-serv3870/perl-kolab

Added Files:
	Makefile README perl-kolab.spec 
Log Message:
perl-kolab packages imported

--- NEW FILE: Makefile ---
RPM = /kolab/bin/openpkg rpm
VERSION = 0.9.2

ifeq "x$(KOLABRPMSRC)" "x"
  KOLABRPMSRC = /kolab/RPM/SRC
endif

SRCDIR=$(KOLABRPMSRC)/perl-kolab

all:
	test -d $(SRCDIR) || mkdir $(SRCDIR)
	tar cvzf $(SRCDIR)/Kolab-$(VERSION).tar.gz Kolab 
	tar cvzf $(SRCDIR)/Kolab-Conf-$(VERSION).tar.gz Kolab-Conf 
	tar cvzf $(SRCDIR)/Kolab-Cyrus-$(VERSION).tar.gz Kolab-Cyrus
	tar cvzf $(SRCDIR)/Kolab-DirServ-$(VERSION).tar.gz Kolab-DirServ
	tar cvzf $(SRCDIR)/Kolab-LDAP-$(VERSION).tar.gz Kolab-LDAP
	tar cvzf $(SRCDIR)/Kolab-LDAP-Backend-$(VERSION).tar.gz Kolab-LDAP-Backend 
	tar cvzf $(SRCDIR)/Kolab-LDAP-Backend-ad-$(VERSION).tar.gz Kolab-LDAP-Backend-ad
	tar cvzf $(SRCDIR)/Kolab-LDAP-Backend-dirservd-$(VERSION).tar.gz Kolab-LDAP-Backend-dirservd
	tar cvzf $(SRCDIR)/Kolab-LDAP-Backend-slurpd-$(VERSION).tar.gz Kolab-LDAP-Backend-slurpd
	cp perl-kolab.spec $(SRCDIR)
	cd $(SRCDIR) && $(RPM) -ba perl-kolab.spec
binary:
	$(RPM) -bB perl-kolab.spec

--- NEW FILE: README ---
Imported versions are all 0.9, with the exception of Kolab-LDAP-Backend-dirservd which was 0.91

--- NEW FILE: perl-kolab.spec ---
##
##  perl-kolab.spec -- OpenPKG RPM Specification
##  Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
##  Copyright (c) 2000-2004 Ralf S. Engelschall <rse at engelschall.com>
##  Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
##
##  Permission to use, copy, modify, and distribute this software for
##  any purpose with or without fee is hereby granted, provided that
##  the above copyright notice and this permission notice appear in all
##  copies.
##
##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
##  SUCH DAMAGE.
##

#   versions of individual parts
%define       V_perl                            5.8.3
%define       V_kolab                           0.9
%define       V_kolab_util                      0.9
%define       V_kolab_ldap                      0.9
%define       V_kolab_ldap_backend              0.9
%define       V_kolab_ldap_backend_ad           0.9
%define       V_kolab_ldap_backend_slurpd       0.9
%define       V_kolab_ldap_backend_dirservd     0.91
%define       V_kolab_cyrus                     0.9
%define       V_kolab_conf                      0.9
%define       V_kolab_dirserv                   0.9
%define       V_kolab_mailer                    0.9

#   package information
Name:         perl-kolab
Summary:      Perl Modules for use with the Kolab server
URL:          http://kolab.kde.org
Vendor:       Code Fusion, Klaraelvdalens Datakonsult AB
Packager:     Klaraelvdalens Datakonsult AB
Distribution: OpenPKG
Class:        PLUS
Group:        Language
License:      GPL/Artistic
Version:      %{V_perl}
Release:      20040319

#   list of sources
Source0:      http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-%{V_kolab}.tar.gz
Source1:      http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-Util-%{V_kolab_util}.tar.gz
Source2:      http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-LDAP-%{V_kolab_ldap}.tar.gz
Source3:      http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-LDAP-Backend-%{V_kolab_ldap_backend}.tar.gz
Source4:      http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-LDAP-Backend-ad-%{V_kolab_ldap_backend_ad}.tar.gz
Source5:      http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-LDAP-Backend-slurpd-%{V_kolab_ldap_backend_slurpd}.tar.gz
Source6:      http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-LDAP-Backend-dirservd-%{V_kolab_ldap_backend_dirservd}.tar.gz
Source7:      http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-Cyrus-%{V_kolab_cyrus}.tar.gz
Source8:      http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-Conf-%{V_kolab_conf}.tar.gz
Source9:      http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-DirServ-%{V_kolab_dirserv}.tar.gz
Source10:     http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-Mailer-%{V_kolab_mailer}.tar.gz

#   list of patches
Patch0:	      Kolab-Conf.patch

#   build information
Prefix:       %{l_prefix}
BuildRoot:    %{l_buildroot}
BuildPreReq:  OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
PreReq:       OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126, perl-db, perl-mail, perl-ldap
AutoReq:      no
AutoReqProv:  no

%description
    Perl modules for use with the Kolab server

%track
    prog perl-util:Kolab = {
        version   = %{V_kolab}
        url       = http://www.cpan.org/authors/id/S/ST/STEPHANB/
        regex     = Kolab-(__VER__)\.tar\.gz
    }
    prog perl-util:Kolab-Conf = {
        version   = %{V_kolab_conf}
        url       = http://www.cpan.org/authors/id/S/ST/STEPHANB/
        regex     = Kolab-Conf-(__VER__)\.tar\.gz
    }
    prog perl-util:Kolab-Cyrus = {
        version   = %{V_kolab_cyrus}
        url       = http://www.cpan.org/authors/id/S/ST/STEPHANB/
        regex     = Kolab-Cyrus-(__VER__)\.tar\.gz
    }
    prog perl-util:Kolab-DirServ = {
        version   = %{V_kolab_dirserv}
        url       = http://www.cpan.org/authors/id/S/ST/STEPHANB/
        regex     = Kolab-DirServ-(__VER__)\.tar\.gz
    }
    prog perl-util:Kolab-LDAP = {
        version   = %{V_kolab_ldap}
        url       = http://www.cpan.org/authors/id/S/ST/STEPHANB/
        regex     = Kolab-LDAP-(__VER__)\.tar\.gz
    }
    prog perl-util:Kolab-LDAP-Backend = {
        version   = %{V_kolab_ldap_backend}
        url       = http://www.cpan.org/authors/id/S/ST/STEPHANB/
        regex     = Kolab-LDAP-Backend-(__VER__)\.tar\.gz
    }
    prog perl-util:Kolab-LDAP-Backend-ad = {
        version   = %{V_kolab_ldap_backend_ad}
        url       = http://www.cpan.org/authors/id/S/ST/STEPHANB/
        regex     = Kolab-LDAP-Backend-ad-(__VER__)\.tar\.gz
    }
    prog perl-util:Kolab-LDAP-Backend-dirservd = {
        version   = %{V_kolab_ldap_backend_dirservd}
        url       = http://www.cpan.org/authors/id/S/ST/STEPHANB/
        regex     = Kolab-LDAP-Backend-dirservd-(__VER__)\.tar\.gz
    }
    prog perl-util:Kolab-LDAP-Backend-slurpd = {
        version   = %{V_kolab_ldap_backend_slurpd}
        url       = http://www.cpan.org/authors/id/S/ST/STEPHANB/
        regex     = Kolab-LDAP-Backend-slurpd-(__VER__)\.tar\.gz
    }
    prog perl-util:Kolab-Mailer = {
        version   = %{V_kolab_mailer}
        url       = http://www.cpan.org/authors/id/S/ST/STEPHANB/
        regex     = Kolab-Mailer-(__VER__)\.tar\.gz
    }
    prog perl-util:Kolab-Util = {
        version   = %{V_kolab_util}
        url       = http://www.cpan.org/authors/id/S/ST/STEPHANB/
        regex     = Kolab-Util-(__VER__)\.tar\.gz
    }

%prep
    %setup -q -c
    %setup -q -T -D -a 1
    %setup -q -T -D -a 2
    %setup -q -T -D -a 3
    %setup -q -T -D -a 4
    %setup -q -T -D -a 5
    %setup -q -T -D -a 6
    %setup -q -T -D -a 7
    %setup -q -T -D -a 8
    %patch0
    %setup -q -T -D -a 9
    %setup -q -T -D -a 10


%build

%install
    %{l_prefix}/bin/perl-openpkg prepare
    %{l_prefix}/bin/perl-openpkg -d %{SOURCE0}  configure build install
    %{l_prefix}/bin/perl-openpkg -d %{SOURCE1}  configure build install
    %{l_prefix}/bin/perl-openpkg -d %{SOURCE2}  configure build install
    %{l_prefix}/bin/perl-openpkg -d %{SOURCE3}  configure build install
    %{l_prefix}/bin/perl-openpkg -d %{SOURCE4}  configure build install
    %{l_prefix}/bin/perl-openpkg -d %{SOURCE5}  configure build install
    %{l_prefix}/bin/perl-openpkg -d %{SOURCE6}  configure build install
    %{l_prefix}/bin/perl-openpkg -d %{SOURCE7}  configure build install
    %{l_prefix}/bin/perl-openpkg -d %{SOURCE8}  configure build install
    %{l_prefix}/bin/perl-openpkg -d %{SOURCE9}  configure build install
    %{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
    %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`

%files -f files

%clean
    rm -rf $RPM_BUILD_ROOT






More information about the commits mailing list