forked from pool/libksba
This commit is contained in:
parent
90cf5f0fe2
commit
67542a5eb9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63926d5fe919dde86f2cc7d6cc5e36d7cb7112d7c0f84a4adedd51d4c6bc38d1
|
||||
size 19298
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0c59b1fc58c8854b3623fa78b67b46c9ad3d5aff70dd6e7b9b1280c0e5be685
|
||||
size 496412
|
3
libksba-1.0.2.tar.bz2
Normal file
3
libksba-1.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9047a7adcbb445091fa838bdab777b0a71e05a437b130db0cb737aa55a8072ca
|
||||
size 525731
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 15:19:09 CEST 2007 - ltinkl@suse.cz
|
||||
|
||||
- update to 1.0.2
|
||||
* Support for SHA-2.
|
||||
* Fixed a couple of memory leaks.
|
||||
* Experimental support for ECDSA.
|
||||
* Minor portability fixes.
|
||||
* Switched to GPLv3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 13:54:08 CEST 2006 - pnemec@suse.cz
|
||||
|
||||
|
30
libksba.spec
30
libksba.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libksba (Version 1.0.0)
|
||||
# spec file for package libksba (Version 1.0.2)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -13,17 +13,15 @@
|
||||
Name: libksba
|
||||
BuildRequires: libgcrypt-devel
|
||||
URL: http://www.gnupg.org/aegypten/
|
||||
License: GPL
|
||||
License: GPL v3 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Autoreqprov: on
|
||||
Summary: A X.509 Library
|
||||
Version: 1.0.0
|
||||
Version: 1.0.2
|
||||
Release: 1
|
||||
%define source_version 0.9.16
|
||||
# change also name and nfb
|
||||
%define nld_build 0
|
||||
Source: libksba-%{source_version}.tar.bz2
|
||||
Source1: libksba-%{source_version}-1.0.0.diff.bz2
|
||||
Source: libksba-%{version}.tar.bz2
|
||||
Patch1: nld-build.diff
|
||||
Patch2: libksba-texi.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -62,10 +60,7 @@ Authors:
|
||||
Werner Koch <wk@gnupg.org>
|
||||
|
||||
%prep
|
||||
%setup -q -n libksba-%{source_version}
|
||||
#
|
||||
# update to version 1.0.0
|
||||
bzcat -d %{S:1} | patch -p1
|
||||
%setup -q -n libksba-%{version}
|
||||
%if %nld_build
|
||||
%patch1
|
||||
%endif
|
||||
@ -95,7 +90,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README AUTHORS COPYING ChangeLog NEWS README-alpha THANKS TODO
|
||||
%doc README AUTHORS COPYING ChangeLog NEWS THANKS TODO
|
||||
%_libdir/libksba*.so.*
|
||||
|
||||
%files devel
|
||||
@ -107,10 +102,17 @@ rm -rf %{buildroot}
|
||||
%doc %_infodir/ksba*
|
||||
/usr/share/aclocal/*
|
||||
|
||||
%changelog -n libksba
|
||||
%changelog
|
||||
* Mon Jul 30 2007 - ltinkl@suse.cz
|
||||
- update to 1.0.2
|
||||
* Support for SHA-2.
|
||||
* Fixed a couple of memory leaks.
|
||||
* Experimental support for ECDSA.
|
||||
* Minor portability fixes.
|
||||
* Switched to GPLv3.
|
||||
* Tue Sep 12 2006 - pnemec@suse.cz
|
||||
- updated to 1.0.0 by diff from author
|
||||
- change in api
|
||||
- change in api
|
||||
* Mon Sep 11 2006 - pnemec@suse.cz
|
||||
- updated to 0.9.16
|
||||
Fixed a character set conversion bug in BMPStrings
|
||||
|
Loading…
x
Reference in New Issue
Block a user