Accepting request 28059 from security:chipcard

Copy from security:chipcard/pcsc-lite based on submit request 28059 from user sbrabec

OBS-URL: https://build.opensuse.org/request/show/28059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcsc-lite?expand=0&rev=19
This commit is contained in:
OBS User autobuild
2010-01-07 12:02:09 +00:00
committed by Git OBS Bridge
parent 60f4736641
commit 3aaa25baa2
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 15 01:39:25 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 6 18:38:30 CEST 2009 - sbrabec@suse.cz Thu Aug 6 18:38:30 CEST 2009 - sbrabec@suse.cz

View File

@@ -1,7 +1,7 @@
# #
# spec file for package pcsc-lite (Version 1.5.5) # spec file for package pcsc-lite (Version 1.5.5)
# #
# 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -23,16 +23,17 @@ Name: pcsc-lite
%define ifddir %{_libdir}/readers %define ifddir %{_libdir}/readers
BuildRequires: hal-devel pkg-config readline-devel BuildRequires: hal-devel pkg-config readline-devel
Version: 1.5.5 Version: 1.5.5
Release: 1 Release: 2
PreReq: %{insserv_prereq} %{fillup_prereq} PreReq: %{insserv_prereq} %{fillup_prereq}
Group: Productivity/Security Group: Productivity/Security
License: BSD 3-clause (or similar) License: BSD3c(or similar)
Url: http://pcsclite.alioth.debian.org/ Url: http://pcsclite.alioth.debian.org/
Summary: PCS Smart Cards Library Summary: PCS Smart Cards Library
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Source1: %{name}.sysconfig Source1: %{name}.sysconfig
Source2: README.SUSE Source2: README.SUSE
Source3: pre_checkin.sh Source3: pre_checkin.sh
Source4: baselibs.conf
Patch1: pcsc-lite-init.patch Patch1: pcsc-lite-init.patch
Requires: libpcsclite1 >= %{version} Requires: libpcsclite1 >= %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -65,7 +66,7 @@ Authors:
Antti Tapaninen <aet@cc.hut.fi> Antti Tapaninen <aet@cc.hut.fi>
%package -n libpcsclite1 %package -n libpcsclite1
License: BSD 3-clause (or similar) License: BSD3c(or similar)
Group: System/Libraries Group: System/Libraries
Summary: PCS Smart Cards Library Summary: PCS Smart Cards Library
@@ -97,7 +98,7 @@ Authors:
Antti Tapaninen <aet@cc.hut.fi> Antti Tapaninen <aet@cc.hut.fi>
%package devel %package devel
License: BSD 3-clause (or similar) License: BSD3c(or similar)
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Summary: Development package for the MUSCLE project SmartCards library Summary: Development package for the MUSCLE project SmartCards library
Requires: %{name} = %{version} pcsc-lite glibc-devel Requires: %{name} = %{version} pcsc-lite glibc-devel