diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-04-04 21:58:37 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-04-04 22:01:03 +0200 |
commit | 207a5a89ef5e86b856727674df2662e57d7ad87a (patch) | |
tree | c9239c7351c37d889b96e7de40e0eed4ee96cc95 /redhat/main/tdelibs | |
parent | bcde02b48014098378aea1bb851a068ec71d270e (diff) | |
download | tde-packaging-207a5a89ef5e86b856727674df2662e57d7ad87a.tar.gz tde-packaging-207a5a89ef5e86b856727674df2662e57d7ad87a.zip |
RPM Packaging: update tdelibs package
Diffstat (limited to 'redhat/main/tdelibs')
-rw-r--r-- | redhat/main/tdelibs/tdelibs-14.0.0.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/redhat/main/tdelibs/tdelibs-14.0.0.spec b/redhat/main/tdelibs/tdelibs-14.0.0.spec index 6954aae4d..52bec8d2e 100644 --- a/redhat/main/tdelibs/tdelibs-14.0.0.spec +++ b/redhat/main/tdelibs/tdelibs-14.0.0.spec @@ -396,12 +396,13 @@ BuildRequires: %{_lib}pcsclite-devel BuildRequires: pcsc-lite-devel %endif -# PKCS11 suport +# PKCS11 support %if 0%{?mdkversion} || 0%{?mgaversion} BuildRequires: %{_lib}pkcs11-helper-devel %else BuildRequires: pkcs11-helper-devel %endif +BuildRequires: opensc %description @@ -648,8 +649,8 @@ fi %{?!with_jasper:-DWITH_JASPER=OFF} \ %{?!with_openexr:-DWITH_OPENEXR=OFF} \ -DWITH_UTEMPTER=ON \ - %{?!with_elficon:-DWITH_ELFICON=OFF} \ %{?!with_avahi:-DWITH_AVAHI=OFF} \ + %{?!with_elficon:-DWITH_ELFICON=OFF} \ %{?!with_pcre:-DWITH_PCRE=OFF} \ %{?!with_inotify:-DWITH_INOTIFY=OFF} \ %{?!with_gamin:-DWITH_GAMIN=OFF} \ @@ -661,10 +662,14 @@ fi %{?!with_upower:-DWITH_UPOWER=OFF} \ %{?!with_udisks:-DWITH_UDISKS=OFF} \ %{?!with_udisks2:-DWITH_UDISKS2=OFF} \ + -DWITH_UDEVIL=OFF \ -DWITH_CONSOLEKIT=ON \ %{?with_nm:-DWITH_NETWORK_MANAGER_BACKEND=ON} \ -DWITH_SUDO_TDESU_BACKEND=OFF \ -DWITH_OLD_XDG_STD=OFF \ + -DWITH_PCSC=ON \ + -DWITH_PKCS=ON \ + -DWITH_CRYPTSETUP=ON \ %{?!with_lzma:-DWITH_LZMA=OFF} \ -DWITH_LIBBFD=OFF \ %{?!with_xrandr:-DWITH_XRANDR=OFF} \ |