head	1.15;
access;
symbols
	OPENPKG_E1_MP:1.6
	OPENPKG_E1_MP_HEAD:1.6;
locks; strict;
comment	@-- @;


1.15
date	2009.07.03.17.47.38;	author rse;	state Exp;
branches;
next	1.14;
commitid	jdUf2rNUc8xH8iUt;

1.14
date	2009.06.06.20.33.05;	author rse;	state Exp;
branches;
next	1.13;
commitid	OwaokfYwqachVPQt;

1.13
date	2009.04.18.13.11.59;	author rse;	state Exp;
branches;
next	1.12;
commitid	4pHXU27WTIGCZuKt;

1.12
date	2009.01.10.09.32.32;	author rse;	state Exp;
branches;
next	1.11;
commitid	rAJyO1OuCU0CZSxt;

1.11
date	2008.09.22.14.54.15;	author rse;	state Exp;
branches;
next	1.10;
commitid	EbwNI6D0FaAcjMjt;

1.10
date	2008.02.13.18.32.21;	author rse;	state Exp;
branches;
next	1.9;
commitid	XcswYyDcMjFrEgRs;

1.9
date	2008.01.01.14.57.02;	author rse;	state Exp;
branches;
next	1.8;
commitid	B8esaHJHoduuKILs;

1.8
date	2007.07.06.10.51.44;	author rse;	state Exp;
branches;
next	1.7;
commitid	pRiYz0OUm50ReHos;

1.7
date	2007.07.04.20.10.45;	author rse;	state Exp;
branches;
next	1.6;
commitid	V76VoLeFGY6Couos;

1.6
date	2007.01.01.17.39.11;	author rse;	state Exp;
branches;
next	1.5;
commitid	BicZD6VUl7GuqP0s;

1.5
date	2006.11.30.07.29.33;	author rse;	state Exp;
branches;
next	1.4;
commitid	NFhhc8JF9ZCW7FWr;

1.4
date	2006.11.15.20.35.32;	author rse;	state Exp;
branches;
next	1.3;
commitid	Ek89t8Tm1neuXNUr;

1.3
date	2006.11.15.20.35.12;	author rse;	state Exp;
branches;
next	1.2;
commitid	K4Ot9MY8zH4nXNUr;

1.2
date	2006.11.15.20.03.06;	author rse;	state Exp;
branches;
next	1.1;
commitid	xpMOUpwQTvSlMNUr;

1.1
date	2006.11.15.20.01.40;	author rse;	state Exp;
branches;
next	;
commitid	geyewx79BBvRLNUr;


desc
@@


1.15
log
@upgrading package: libksba 1.0.6 -> 1.0.7
@
text
@##
##  libksba.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:         libksba
Summary:      CMS/X.509 Access Library
URL:          http://www.gnupg.org/related_software/libksba/
Vendor:       Werner Koch et al.
Packager:     OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class:        PLUS
Group:        Cryptography
License:      GPL/LGPL
Version:      1.0.7
Release:      20090703

#   list of sources
Source0:      ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2

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

%description
    LibKSBA is the CMS and X.509 access library used by some GnuPG
    related software.

%track
    prog libksba = {
        version   = %{version}
        url       = ftp://ftp.gnupg.org/gcrypt/libksba/
        regex     = libksba-(__VER__)\.tar\.bz2
    }

%prep
    %setup -q

%build
    CC="%{l_cc}" \
    CFLAGS="%{l_cflags -O}" \
    CPPFLAGS="%{l_cppflags}" \
    LDFLAGS="%{l_ldflags}" \
    ./configure \
        --prefix=%{l_prefix} \
        --infodir=%{l_prefix}/info \
        --with-gpg-error-prefix=%{l_prefix} \
        --disable-shared
    %{l_make} %{l_mflags -O}

%install
    rm -rf $RPM_BUILD_ROOT
    %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
    rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}

%files -f files

%clean
    rm -rf $RPM_BUILD_ROOT

@


1.14
log
@upgrading package: libksba 1.0.5 -> 1.0.6
@
text
@d34 2
a35 2
Version:      1.0.6
Release:      20090606
@


1.13
log
@bump years in copyright messages
@
text
@d34 2
a35 2
Version:      1.0.5
Release:      20090110
@


1.12
log
@upgrading package: libksba 1.0.4 -> 1.0.5
@
text
@d3 1
a3 1
##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
@


1.11
log
@upgrading package: libksba 1.0.3 -> 1.0.4
@
text
@d34 2
a35 2
Version:      1.0.4
Release:      20080922
@


1.10
log
@upgrading package: libksba 1.0.2 -> 1.0.3
@
text
@d34 2
a35 2
Version:      1.0.3
Release:      20080213
@


1.9
log
@Update package specifications according to OpenPKG year 2008 world order:
http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html
@
text
@d34 2
a35 2
Version:      1.0.2
Release:      20080101
d51 1
a51 1
    LibKSBA is the a CMS and X.509 access library used by some GnuPG
@


1.8
log
@move gnupg2 to gnupg
@
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/>
d35 1
a35 1
Release:      20070706
@


1.7
log
@upgrading package: libksba 1.0.1 -> 1.0.2
@
text
@d32 1
a32 1
Class:        EVAL
d36 1
a36 1
Release:      20070704
@


1.6
log
@Welcome Year 2007!
@
text
@d35 2
a36 2
Version:      1.0.1
Release:      20061130
@


1.5
log
@upgrading package: libksba 1.0.0 -> 1.0.1
@
text
@d3 2
a4 2
##  Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
##  Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/>
@


1.4
log
@better URL
@
text
@d35 2
a36 2
Version:      1.0.0
Release:      20061115
d72 1
@


1.3
log
@better URL
@
text
@d28 1
a28 1
URL:          http://www.gnupg.org/(en)/related_software/libksba/
@


1.2
log
@better Group
@
text
@d28 1
a28 1
URL:          http://www.gnupg.org/
@


1.1
log
@new package: libksba 1.0.0 (CMS/X.509 Access Library)
@
text
@d33 1
a33 1
Group:        Libraries
@

