Accepting request 235172 from security:chipcard
supposedly requires request 234735 to be accepted to Factory first/alongside OBS-URL: https://build.opensuse.org/request/show/235172 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcsc-lite?expand=0&rev=58
This commit is contained in:
commit
4409a4c396
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 09:18:33 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
- BuildRequire gcc explicitely (bnc#879608)
|
||||
- enable polkit for 13.2 and above
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 13:55:53 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
|
@ -19,10 +19,13 @@
|
||||
Name: pcsc-lite
|
||||
# FIXME: Maybe we should use /usr/lib/pcsc/drivers as others do:
|
||||
%define ifddir %{_libdir}/readers
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: readline-devel
|
||||
%if %suse_version > 1310
|
||||
BuildRequires: polkit-devel
|
||||
%endif
|
||||
%if %suse_version >= 1120
|
||||
BuildRequires: libudev-devel
|
||||
%endif
|
||||
@ -146,6 +149,9 @@ cp -a %{S:1} %{S:2} %{S:5} %{S:6} .
|
||||
%endif
|
||||
%if %suse_version > 1140
|
||||
--with-systemdsystemunitdir=%_unitdir \
|
||||
%endif
|
||||
%if %suse_version > 1310
|
||||
--enable-polkit \
|
||||
%endif
|
||||
--disable-static
|
||||
make %{?jobs:-j%jobs}
|
||||
@ -256,7 +262,9 @@ fi
|
||||
/var/adm/fillup-templates/sysconfig.pcscd
|
||||
# libpcsclite.so should stay in the main package (#732911). Third party packages may need it for dlopen().
|
||||
%{_libdir}/libpcsclite.so
|
||||
#%{_datadir}/polkit-1/actions/org.debian.pcsc-lite.policy
|
||||
%if %suse_version > 1310
|
||||
%{_datadir}/polkit-1/actions/org.debian.pcsc-lite.policy
|
||||
%endif
|
||||
|
||||
%files -n libpcsclite1
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user