Accepting request 32751 from security:chipcard
Copy from security:chipcard/opensc based on submit request 32751 from user coolo OBS-URL: https://build.opensuse.org/request/show/32751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opensc?expand=0&rev=17
This commit is contained in:
parent
eef0b7b770
commit
a5d0ae8015
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 20:07:35 CET 2010 - jengelh@medozas.de
|
||||
|
||||
- package baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 5 14:59:33 CEST 2009 - sbrabec@suse.cz
|
||||
|
||||
|
11
opensc.spec
11
opensc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package opensc (Version 0.11.9)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 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
|
||||
@ -27,10 +27,10 @@ Obsoletes: opensc-64bit
|
||||
#
|
||||
Url: http://www.opensc-project.org/opensc/
|
||||
Version: 0.11.9
|
||||
Release: 1
|
||||
Release: 2
|
||||
Group: Productivity/Security
|
||||
Summary: OpenSC Smart Card Library
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Requires: libopensc2 = %{version} pcsc-lite
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -38,6 +38,7 @@ Source1: %{name}-ADVISORIES
|
||||
# Supress all ugly warnings related to required .so and .la files in the main package:
|
||||
Source2: %{name}-rpmlintrc
|
||||
# and also skip-check-libtool-deps (and add these dependencies to the devel package)
|
||||
Source3: baselibs.conf
|
||||
|
||||
%description
|
||||
OpenSC provides a set of libraries and utilities to access smart cards.
|
||||
@ -65,7 +66,7 @@ Authors:
|
||||
Olaf Kirch <okir@suse.de>
|
||||
|
||||
%package -n libopensc2
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Summary: OpenSC Smart Card Library
|
||||
|
||||
@ -95,7 +96,7 @@ Authors:
|
||||
Olaf Kirch <okir@suse.de>
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Additional files needed for OpenSC development
|
||||
# FIXME: Change to libtool-devel for the next libtool version:
|
||||
|
Loading…
Reference in New Issue
Block a user