Accepting request 102969 from home:wrosenauer:devel
OBS-URL: https://build.opensuse.org/request/show/102969 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pcsc-lite?expand=0&rev=71
This commit is contained in:
parent
3cec06b25e
commit
9ce15a8994
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: pcsc-lite
|
Name: pcsc-lite
|
||||||
# FIXME: Maybe we should use /usr/lib/pcsc/drivers as others do:
|
# FIXME: Maybe we should use /usr/lib/pcsc/drivers as others do:
|
||||||
%define ifddir %{_libdir}/readers
|
%define ifddir %{_libdir}/readers
|
||||||
@ -76,6 +75,7 @@ This functionality is exercised in the driver.
|
|||||||
|
|
||||||
%package -n libpcsclite1
|
%package -n libpcsclite1
|
||||||
Summary: PCSC Smart Card Library
|
Summary: PCSC Smart Card Library
|
||||||
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Recommends: pcsc-lite >= %{version}
|
Recommends: pcsc-lite >= %{version}
|
||||||
|
|
||||||
@ -99,6 +99,7 @@ This functionality is exercised in the driver.
|
|||||||
|
|
||||||
%package -n libpcscspy0
|
%package -n libpcscspy0
|
||||||
Summary: PCSC Smart Card Library
|
Summary: PCSC Smart Card Library
|
||||||
|
License: GPL-3.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libpcscspy0
|
%description -n libpcscspy0
|
||||||
@ -107,6 +108,7 @@ Supporting library for the PC/SC spy tool.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development package for the MUSCLE project SmartCards library
|
Summary: Development package for the MUSCLE project SmartCards library
|
||||||
|
License: BSD-3-Clause ; GPL-3.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: libpcsclite1 = %{version}-%{release}
|
Requires: libpcsclite1 = %{version}-%{release}
|
||||||
@ -216,7 +218,6 @@ fi
|
|||||||
%{_docdir}/%{name}/TODO
|
%{_docdir}/%{name}/TODO
|
||||||
%doc %{_mandir}/man?/*.*
|
%doc %{_mandir}/man?/*.*
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%{_bindir}/*
|
|
||||||
%dir %{_sysconfdir}/reader.conf.d
|
%dir %{_sysconfdir}/reader.conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/reader.conf.d/reader.conf
|
%config(noreplace) %{_sysconfdir}/reader.conf.d/reader.conf
|
||||||
%{ifddir}
|
%{ifddir}
|
||||||
@ -245,6 +246,7 @@ fi
|
|||||||
%{_libdir}/*.*a
|
%{_libdir}/*.*a
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
%{_bindir}/*
|
||||||
# libpcsclite.so should stay in the main package (#732911). Third party packages may need it for dlopen().
|
# libpcsclite.so should stay in the main package (#732911). Third party packages may need it for dlopen().
|
||||||
%exclude %{_libdir}/libpcsclite.so
|
%exclude %{_libdir}/libpcsclite.so
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user