forked from pool/libp11
Accepting request 57921 from security:chipcard
Accepted submit request 57921 from user sbrabec OBS-URL: https://build.opensuse.org/request/show/57921 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libp11?expand=0&rev=15
This commit is contained in:
parent
6638a72dc3
commit
419ebab07a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f741d6ee6abc786bb5309728d53e09b17053ce36e84fd6e1dba9a89948da3ef
|
||||
size 296484
|
3
libp11-0.2.7.tar.bz2
Normal file
3
libp11-0.2.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a681812825f43f16c2446f045427d270783bd2245e57d407178cd337b2ceb14b
|
||||
size 296789
|
2
libp11-rpmlintrc
Normal file
2
libp11-rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
||||
# Check is poorly written, it apparently depends on libp11-1.
|
||||
addFilter("no-dependency-on")
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 18:46:59 CET 2011 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 0.2.7:
|
||||
* Ignore CKR_CRYPTOKI_ALREADY_INITIALIZED while initializing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 11:47:39 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
16
libp11.spec
16
libp11.spec
@ -19,13 +19,14 @@
|
||||
|
||||
|
||||
Name: libp11
|
||||
Version: 0.2.6
|
||||
Release: 2
|
||||
Version: 0.2.7
|
||||
Release: 0
|
||||
Url: http://www.opensc-project.org/libp11/
|
||||
Group: Productivity/Security
|
||||
License: LGPLv2.1+
|
||||
Summary: Library Implementing a Small Layer on Top of PKCS#11 API
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Source2: baselibs.conf
|
||||
BuildRequires: doxygen openssl-devel pkg-config zlib-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -41,8 +42,6 @@ Libp11 source code includes the official header files (version 2.20)
|
||||
and thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic
|
||||
Token Interface (Cryptoki)".
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Andreas Jellinghaus
|
||||
@ -56,8 +55,6 @@ Authors:
|
||||
License: LGPLv2.1+
|
||||
Group: Productivity/Security
|
||||
Summary: Library Implementing a Small Layer on Top of PKCS#11 API
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} <= %{version}
|
||||
|
||||
%description -n libp11-1
|
||||
Libp11 is a library implementing a small layer on top of PKCS#11 API to
|
||||
@ -70,8 +67,6 @@ Libp11 source code includes the official header files (version 2.20)
|
||||
and thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic
|
||||
Token Interface (Cryptoki)".
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Andreas Jellinghaus
|
||||
@ -98,8 +93,6 @@ Libp11 source code include the official header files (version 2.20) and
|
||||
thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic
|
||||
Token Interface (Cryptoki)".
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Andreas Jellinghaus
|
||||
@ -111,6 +104,9 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
tr -d \\r <doc/nonpersistent/wiki.out/trac.css >doc/nonpersistent/wiki.out/trac.css.unix
|
||||
touch -r doc/nonpersistent/wiki.out/trac.css doc/nonpersistent/wiki.out/trac.css.unix
|
||||
mv doc/nonpersistent/wiki.out/trac.css.unix doc/nonpersistent/wiki.out/trac.css
|
||||
|
||||
%build
|
||||
%if %suse_version > 1100
|
||||
|
Loading…
Reference in New Issue
Block a user