Petr Uzel 2010-12-03 12:01:36 +00:00 committed by Git OBS Bridge
parent c8c507194f
commit 2364c5ef0d
4 changed files with 32 additions and 35 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f1d3a86943bebd03c5ad9ca281f3475e8b93ecbbf078beccfb7dc4e8f5c7ba0
size 583545

3
libksba-1.1.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8eb845d7272d23a00d4da6dc65f108ded6a977f32abf4488a075335433769f7
size 584996

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 3 12:00:34 UTC 2010 - puzel@novell.com
- update to libksba-1.1.0
* New functions to fix a leak in dirmngr.
* Interface changes relative to the 1.0.0 release:
ksba_reader_set_release_notify NEW
ksba_writer_set_release_notify NEW
- clean up specfile
-------------------------------------------------------------------
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libksba (Version 1.0.8)
# spec file for package libksba (Version 1.1.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,35 +15,27 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libksba
BuildRequires: libgpg-error-devel >= 1.8
Url: http://www.gnupg.org/aegypten/
License: GPLv3+
Group: Development/Libraries/C and C++
AutoReqProv: on
Summary: A X.509 Library
Version: 1.0.8
Version: 1.1.0
Release: 2
License: GPLv3+
Summary: A X.509 Library
Url: http://www.gnupg.org/aegypten/
Group: Development/Libraries/C and C++
# change also name and nfb
%define nld_build 0
Source: libksba-%{version}.tar.bz2
Patch1: nld-build.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libgpg-error-devel >= 1.8
PreReq: %install_info_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KSBA is a library to simplify the task of working with X.509
certificates, CMS data, and related data.
Authors:
--------
Werner Koch <wk@gnupg.org>
%package devel
License: GPLv2+ ; MIT License (or similar)
Summary: A X.509 Library
@ -51,8 +43,9 @@ Group: Development/Libraries/C and C++
%if %nld_build
Conflicts: libksba-devel
%else
Requires: libgpg-error-devel
Requires: libksba = %{version}
Provides: libksba:/usr/include/ksba.h
Requires: libksba = %{version} libgpg-error-devel
%endif
%description devel
@ -62,12 +55,6 @@ certificates, CMS data, and related data.
This package contains the needed files to compile and link against the
libksba.
Authors:
--------
Werner Koch <wk@gnupg.org>
%prep
%setup -q -n libksba-%{version}
%if %nld_build
@ -77,14 +64,14 @@ Authors:
%build
autoreconf -fi
%configure --disable-static --with-pic
%{__make} %{?_smp_mflags}
make %{?_smp_mflags}
%check
make check
%install
%makeinstall
%{__rm} -fv %{buildroot}%{_libdir}/*.la
%make_install
rm -fv %{buildroot}%{_libdir}/*.la
%post -p /sbin/ldconfig
@ -96,7 +83,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc README AUTHORS COPYING ChangeLog NEWS THANKS TODO
%_libdir/libksba*.so.*
%{_libdir}/libksba*.so.*
%post devel
%install_info --info-dir=%{_infodir} %{_infodir}/ksba.info.gz
@ -106,10 +93,10 @@ rm -rf %{buildroot}
%files devel
%defattr(-,root,root)
/usr/bin/*
%_libdir/libksba*.so
/usr/include/*
%doc %_infodir/ksba*
/usr/share/aclocal/*
%{_bindir}/*
%{_libdir}/libksba*.so
%{_includedir}/*
%doc %{_infodir}/ksba*
%{_datadir}/aclocal/*
%changelog