head	1.11;
access;
symbols;
locks; strict;
comment	@-- @;


1.11
date	2009.11.10.18.24.58;	author rse;	state Exp;
branches;
next	1.10;
commitid	As2RGpX9MSIqa0bu;

1.10
date	2009.11.01.10.05.22;	author rse;	state Exp;
branches;
next	1.9;
commitid	KMIJBVpbWwRWGN9u;

1.9
date	2009.10.19.20.21.05;	author rse;	state Exp;
branches;
next	1.8;
commitid	WjUEQ3dRfsq7wb8u;

1.8
date	2009.09.26.15.49.06;	author rse;	state Exp;
branches;
next	1.7;
commitid	DS76ZEXnNWGDKc5u;

1.7
date	2009.07.03.17.48.47;	author rse;	state Exp;
branches;
next	1.6;
commitid	fnVdysfS1go69iUt;

1.6
date	2009.07.02.16.37.34;	author rse;	state Exp;
branches;
next	1.5;
commitid	h4dqvxT3GRVEM9Ut;

1.5
date	2009.06.30.20.20.51;	author rse;	state Exp;
branches;
next	1.4;
commitid	mW7f5wxeUG4f4VTt;

1.4
date	2009.06.08.08.08.39;	author rse;	state Exp;
branches;
next	1.3;
commitid	TJuRpYsiIqBTJ1Rt;

1.3
date	2009.04.18.13.12.06;	author rse;	state Exp;
branches;
next	1.2;
commitid	4pHXU27WTIGCZuKt;

1.2
date	2009.03.27.10.37.04;	author rse;	state Exp;
branches;
next	1.1;
commitid	HdS6SvSzOk2iUEHt;

1.1
date	2009.01.31.10.33.08;	author rse;	state Exp;
branches;
next	;
commitid	FNht94Ia3RKxEAAt;


desc
@@


1.11
log
@upgrading package: libmsgque 3.7 -> 3.8
@
text
@##
##  libmsgque.spec -- OpenPKG RPM Package Specification
##  Copyright (c) 2000-2009 OpenPKG Foundation e.V. <http://openpkg.net/>
##
##  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.
##

#   package information
Name:         libmsgque
Summary:      Message Queuing Infrastructure Library
URL:          http://libmsgque.sourceforge.net/
Vendor:       Andreas Otto
Packager:     OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class:        EVAL
Group:        Libraries
License:      GPL
Version:      3.8
Release:      20091110

#   list of sources
Source0:      http://switch.dl.sourceforge.net/libmsgque/libmsgque-%{version}.tar.gz
Patch0:       libmsgque.patch

#   build information
Prefix:       %{l_prefix}
BuildRoot:    %{l_buildroot}
BuildPreReq:  OpenPKG, openpkg >= 20060823
PreReq:       OpenPKG, openpkg >= 20060823
AutoReq:      no
AutoReqProv:  no

%description
    The libmsgque project is an infrastructure for linking applications
    together to act like a single application. This is done using unix
    or inet domain sockets. The framework handles all aspects of setting
    up and maintaining the link.

%track
    prog libmsgque = {
        version   = %{version}
        url       = http://sourceforge.net/projects/libmsgque/files/
        regex     = libmsgque-(__VER__)\.tar\.gz
    }

%prep
    %setup -q
    %patch -p0

%build
    ( echo "#!/bin/sh"
      echo "true"
    ) >tclConfig.sh
    chmod a+x tclConfig.sh
    CC="%{l_cc}" \
    CFLAGS="%{l_cflags -O}" \
    CPPFLAGS="%{l_cppflags}" \
    LDFLAGS="%{l_ldflags}" \
    ./configure \
        --prefix=%{l_prefix} \
        --mandir=%{l_prefix}/man \
        --with-tclcfg-path=`pwd` \
        --disable-shared
    %{l_make} %{l_mflags -O}

%install
    rm -rf $RPM_BUILD_ROOT
    %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
    strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}

%files -f files

%clean
    rm -rf $RPM_BUILD_ROOT

@


1.10
log
@upgrading package: libmsgque 3.6 -> 3.7
@
text
@d34 2
a35 2
Version:      3.7
Release:      20091101
@


1.9
log
@upgrading package: libmsgque 3.5 -> 3.6
@
text
@d34 2
a35 2
Version:      3.6
Release:      20091019
@


1.8
log
@upgrading package: libmsgque 3.4 -> 3.5
@
text
@d34 2
a35 2
Version:      3.5
Release:      20090926
@


1.7
log
@upgrading package: libmsgque 3.3 -> 3.4
@
text
@d34 2
a35 2
Version:      3.4
Release:      20090703
d77 1
@


1.6
log
@upgrading package: libmsgque 3.2 -> 3.3
@
text
@d34 2
a35 2
Version:      3.3
Release:      20090702
@


1.5
log
@switch to the new SourceForge.net website functionality where we can find all files (again)
@
text
@d34 2
a35 2
Version:      3.2
Release:      20090608
@


1.4
log
@upgrading package: libmsgque 2.8 -> 3.2
@
text
@d58 1
a58 1
        url       = http://prdownloads.sourceforge.net/libmsgque/
@


1.3
log
@bump years in copyright messages
@
text
@d34 2
a35 2
Version:      2.8
Release:      20090327
@


1.2
log
@upgrading package: libmsgque 2.6 -> 2.8
@
text
@d3 1
a3 1
##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
@


1.1
log
@new package: libmsgque 2.6 (Message Queuing Infrastructure Library)
@
text
@d34 2
a35 2
Version:      2.6
Release:      20090131
@

