This commit is contained in:
committed by
Git OBS Bridge
parent
16f3ba1cb4
commit
fbb765f851
53
libp11.spec
53
libp11.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libp11 (Version 0.2.4)
|
||||
# spec file for package libp11 (Version 0.2.6)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,17 +19,13 @@
|
||||
|
||||
|
||||
Name: libp11
|
||||
Version: 0.2.4
|
||||
Release: 3
|
||||
Version: 0.2.6
|
||||
Release: 1
|
||||
Url: http://www.opensc-project.org/libp11/
|
||||
Group: Productivity/Security
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Library Implementing a Small Layer on Top of PKCS#11 API
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
# All three following patches were sent to upstream:
|
||||
Patch: libp11-strict-aliasing.patch
|
||||
Patch1: libp11-api-fix.patch
|
||||
Patch2: libp11-api-update.patch
|
||||
BuildRequires: doxygen openssl-devel pkg-config zlib-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -114,12 +110,11 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
%patch1
|
||||
%patch2
|
||||
|
||||
%build
|
||||
%if %suse_version > 1100
|
||||
autoreconf -f -i
|
||||
%endif
|
||||
%configure --disable-static --with-pic \
|
||||
--enable-doc\
|
||||
--docdir=%{_docdir}/libp11-1\
|
||||
@@ -152,39 +147,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Sep 02 2008 sbrabec@suse.cz
|
||||
- Call autoreconf to build correctly with new libtool.
|
||||
* Tue Sep 02 2008 crrodriguez@suse.de
|
||||
- fix build, doxygen required.
|
||||
- kill ".la" files and static libraries
|
||||
- fix -devel package requires
|
||||
* Tue Aug 19 2008 sbrabec@suse.cz
|
||||
- Updated to version 0.2.4:
|
||||
* Build system rewritten
|
||||
* added PKCS11_CTX_init_args
|
||||
* fix segfault in init_args code
|
||||
* implemented PKCS11_private_encrypt
|
||||
- Fixed incorrect API.
|
||||
- Fixed x86_64 issues.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Mon Jul 30 2007 ro@suse.de
|
||||
- provide old name
|
||||
* Wed Jul 25 2007 sbrabec@suse.cz
|
||||
- Updated to version 0.2.3:
|
||||
* update wiki export script.
|
||||
* replaced rsa header files from rsalabs (official) with scute
|
||||
(open source).
|
||||
* allow CKR_USER_ALREADY_LOGGED_IN on C_Login.
|
||||
* mark internal functions as static.
|
||||
* add code to store public keys and generate keys.
|
||||
- Name package according to shared library packaging policy.
|
||||
* Fri Mar 30 2007 ro@suse.de
|
||||
- added zlib-devel to buildreq
|
||||
* Tue Oct 03 2006 sbrabec@suse.cz
|
||||
- Updated to version 0.2.2:
|
||||
* bug fixes
|
||||
* code cleanup
|
||||
* Fri May 12 2006 sbrabec@suse.cz
|
||||
- New SuSE package, version 0.2.1.
|
||||
|
Reference in New Issue
Block a user