OBS User unknown
2007-01-18 00:44:12 +00:00
committed by Git OBS Bridge
parent 44a452d0fe
commit 79abc0ca99
2 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 17 14:44:29 CET 2007 - sbrabec@suse.cz
- pcsclite.so moved to the main package (#235773).
-------------------------------------------------------------------
Tue Sep 19 14:59:27 CEST 2006 - anosek@suse.cz

View File

@@ -1,7 +1,7 @@
#
# spec file for package pcsc-lite (Version 1.3.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -16,11 +16,11 @@ BuildRequires: libusb pkgconfig readline-devel resmgr
%define auxbindir %{_prefix}/%{_lib}/pcsc-lite
%define pcsc_version 1.3.2
Version: 1.3.2
Release: 1
Release: 23
PreReq: %{insserv_prereq} %{fillup_prereq}
AutoReqProv: on
Group: System/Libraries
License: BSD
License: BSD License and BSD-like
URL: http://www.linuxnet.com/
Summary: The MUSCLE project SmartCards library
Source0: %{name}-%{pcsc_version}.tar.bz2
@@ -151,6 +151,8 @@ fi
%attr(755,root,root) %dir %{_sysconfdir}/reader.conf.d
%attr(644,root,root) %config %{_sysconfdir}/reader.conf.d/reader.conf
%attr(555,root,root) %{_libdir}/lib*.so.*
# .so must be in the main package
%{_libdir}/lib*.so
%attr(555,root,root) %{_prefix}/sbin/pcscd
%attr(444,root,root) %{_mandir}/man?/*
%attr(755,root,root) %dir %auxbindir
@@ -163,11 +165,12 @@ fi
%files devel
%defattr(644,root,root,755)
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/lib*.*a
%{_libdir}/pkgconfig/*
%changelog -n pcsc-lite
* Wed Jan 17 2007 - sbrabec@suse.cz
- pcsclite.so moved to the main package (#235773).
* Tue Sep 19 2006 - anosek@suse.cz
- update to version 1.3.2
* add support of extended APDU in the standard configuration