SHA256
1
0
forked from pool/libp11
OBS User unknown 2008-04-10 12:31:46 +00:00 committed by Git OBS Bridge
parent 5e0c6017e1
commit 7f8bf75aa1
3 changed files with 23 additions and 9 deletions

2
baselibs.conf Normal file
View File

@ -0,0 +1,2 @@
libp11
libp11-0

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 30 00:53:34 CEST 2007 - ro@suse.de Mon Jul 30 00:53:34 CEST 2007 - ro@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package libp11 (Version 0.2.3) # spec file for package libp11 (Version 0.2.3)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,12 +10,13 @@
# norootforbuild # norootforbuild
Name: libp11 Name: libp11
Version: 0.2.3 Version: 0.2.3
Release: 2 Release: 3
URL: http://www.opensc-project.org/libp11/ Url: http://www.opensc-project.org/libp11/
Group: Productivity/Security Group: Productivity/Security
License: LGPL v2 or later License: LGPL v2.1 or later
Summary: Library Implementing a Small Layer on Top of PKCS#11 API Summary: Library Implementing a Small Layer on Top of PKCS#11 API
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch: libp11-strict-aliasing.patch Patch: libp11-strict-aliasing.patch
@ -45,6 +46,7 @@ Authors:
Stef Hoeben Stef Hoeben
%package -n libp11-0 %package -n libp11-0
License: LGPL v2.1 or later
Group: Productivity/Security Group: Productivity/Security
Summary: Library Implementing a Small Layer on Top of PKCS#11 API Summary: Library Implementing a Small Layer on Top of PKCS#11 API
Provides: %{name} = %{version} Provides: %{name} = %{version}
@ -73,6 +75,7 @@ Authors:
Stef Hoeben Stef Hoeben
%package devel %package devel
License: LGPL v2.1 or later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Summary: Library Implementing a Small Layer on Top of PKCS#11 API Summary: Library Implementing a Small Layer on Top of PKCS#11 API
Requires: libp11-0 = %{version} glibc-devel openssl-devel libtool Requires: libp11-0 = %{version} glibc-devel openssl-devel libtool
@ -141,9 +144,12 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%changelog %changelog
* Mon Jul 30 2007 - ro@suse.de * 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 - provide old name
* Wed Jul 25 2007 - sbrabec@suse.cz * Wed Jul 25 2007 sbrabec@suse.cz
- Updated to version 0.2.3: - Updated to version 0.2.3:
* update wiki export script. * update wiki export script.
* replaced rsa header files from rsalabs (official) with scute * replaced rsa header files from rsalabs (official) with scute
@ -152,11 +158,11 @@ rm -rf $RPM_BUILD_ROOT
* mark internal functions as static. * mark internal functions as static.
* add code to store public keys and generate keys. * add code to store public keys and generate keys.
- Name package according to shared library packaging policy. - Name package according to shared library packaging policy.
* Fri Mar 30 2007 - ro@suse.de * Fri Mar 30 2007 ro@suse.de
- added zlib-devel to buildreq - added zlib-devel to buildreq
* Tue Oct 03 2006 - sbrabec@suse.cz * Tue Oct 03 2006 sbrabec@suse.cz
- Updated to version 0.2.2: - Updated to version 0.2.2:
* bug fixes * bug fixes
* code cleanup * code cleanup
* Fri May 12 2006 - sbrabec@suse.cz * Fri May 12 2006 sbrabec@suse.cz
- New SuSE package, version 0.2.1. - New SuSE package, version 0.2.1.