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


1.5
date	2009.05.03.08.09.59;	author rse;	state Exp;
branches;
next	1.4;
commitid	elMuiDZwike6UoMt;

1.4
date	2009.04.18.13.09.31;	author rse;	state Exp;
branches;
next	1.3;
commitid	4pHXU27WTIGCZuKt;

1.3
date	2008.06.15.07.39.03;	author rse;	state Exp;
branches;
next	1.2;
commitid	nX94RH9QOuDc517t;

1.2
date	2008.01.01.14.52.20;	author rse;	state Exp;
branches;
next	1.1;
commitid	B8esaHJHoduuKILs;

1.1
date	2007.12.08.08.49.16;	author rse;	state Exp;
branches;
next	;
commitid	pJWcZ8GW1e4WzBIs;


desc
@@


1.5
log
@upgrading package: ctrlproxy 3.0.7 -> 3.0.8
@
text
@##
##  ctrlproxy.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 version
%define       V_opkg  3.0.8
%define       V_dist  3.0.8

#   package information
Name:         ctrlproxy
Summary:      Internet Relay Chat (IRC) Client Proxy
URL:          http://www.ctrlproxy.org/
Vendor:       J. Vernooij & D. Poelzleithner
Packager:     OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class:        EVAL
Group:        InstantMessaging
License:      GPL
Version:      %{V_opkg}
Release:      20090503

#   list of sources
Source0:      http://www.ctrlproxy.org/releases/ctrlproxy-%{V_dist}.tar.gz
Patch0:       ctrlproxy.patch

#   build information
Prefix:       %{l_prefix}
BuildRoot:    %{l_buildroot}
BuildPreReq:  OpenPKG, openpkg >= 20040130, pkgconfig
PreReq:       OpenPKG, openpkg >= 20040130
BuildPreReq:  glib2, gnutls, libtasn1, readline
PreReq:       glib2, gnutls, libtasn1, readline
AutoReq:      no
AutoReqProv:  no

%description
    CtrlProxy is an IRC client proxy which runs on a computer with a
    24x7 Internet connection and allows you to transparently connect
    to IRC from anywhere on the world to your nick. It connects to one
    or more IRC servers and then allows you to connect to it with any
    number of clients, providing access to these servers.

%track
    prog ctrlproxy = {
        version   = %{V_dist}
        url       = http://www.ctrlproxy.org/
        regex     = ctrlproxy-(__VER__)\.tar\.gz
    }

%prep
    %setup -q -n ctrlproxy-%{V_dist}
    %patch -p0

%build
    ( echo "ac_cv_path_KRB5_CONFIG=no"
    ) >config.cache
    CC="%{l_cc}" \
    CFLAGS="%{l_cflags -O} `pkg-config readline glib-2.0 gnutls libtasn1 --cflags-only-other`" \
    CPPFLAGS="%{l_cppflags} `pkg-config readline glib-2.0 gnutls libtasn1 --cflags-only-I`" \
    LDFLAGS="%{l_ldflags} `pkg-config readline glib-2.0 gnutls libtasn1 --libs-only-other`" \
    LIBS="`pkg-config readline glib-2.0 gnutls libtasn1 --libs-only-l`" \
    ./configure \
        --cache-file=./config.cache \
        --prefix=%{l_prefix} \
        --mandir=%{l_prefix}/man
    %{l_make} %{l_mflags}

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

%files -f files

%clean
    rm -rf $RPM_BUILD_ROOT

@


1.4
log
@bump years in copyright messages
@
text
@d25 2
a26 2
%define       V_opkg  3.0.7
%define       V_dist  3.0.7
d39 1
a39 1
Release:      20080615
d50 2
a51 2
BuildPreReq:  glib2, gnutls, readline
PreReq:       glib2, gnutls, readline
d74 2
d77 4
a80 4
    CFLAGS="%{l_cflags -O} `pkg-config readline glib-2.0 --cflags-only-other`" \
    CPPFLAGS="%{l_cppflags} `pkg-config readline glib-2.0 --cflags-only-I`" \
    LDFLAGS="%{l_ldflags} `pkg-config readline glib-2.0 --libs-only-other`" \
    LIBS="`pkg-config readline glib-2.0 --libs-only-l`" \
d82 1
@


1.3
log
@upgrading package: ctrlproxy 3.0.5 -> 3.0.7
@
text
@d3 1
a3 1
##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
@


1.2
log
@Update package specifications according to OpenPKG year 2008 world order:
http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html
@
text
@d25 2
a26 2
%define       V_opkg  3.0.5
%define       V_dist  3.0.5
d31 1
a31 1
URL:          http://ctrlproxy.vernstok.nl/
d39 1
a39 1
Release:      20080101
d42 1
a42 1
Source0:      http://ctrlproxy.vernstok.nl/releases/ctrlproxy-%{V_dist}.tar.gz
d65 1
a65 1
        url       = http://ctrlproxy.vernstok.nl/
d82 1
a82 1
    %{l_make} %{l_mflags -O}
@


1.1
log
@new package: ctrlproxy 3.0.5 (Internet Relay Chat (IRC) Client Proxy)
@
text
@d3 1
a3 2
##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
d39 1
a39 1
Release:      20071208
@

