|
|
|
@ -30,8 +30,6 @@ described in RFC6030 is supported.
|
|
|
|
|
Summary: Library for OATH handling
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Requires(post): /sbin/ldconfig
|
|
|
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
|
# https://fedorahosted.org/fpc/ticket/174
|
|
|
|
|
Provides: bundled(gnulib)
|
|
|
|
|
|
|
|
|
@ -65,8 +63,6 @@ Summary: Library for PSKC handling
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Requires: xml-common
|
|
|
|
|
Requires(post): /sbin/ldconfig
|
|
|
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
|
# https://fedorahosted.org/fpc/ticket/174
|
|
|
|
|
Provides: bundled(gnulib)
|
|
|
|
|
|
|
|
|
@ -150,13 +146,9 @@ rm -f %{buildroot}%{_libdir}/security/*.la
|
|
|
|
|
# Make /etc/liboath directory
|
|
|
|
|
mkdir -p -m 0600 %{buildroot}%{_sysconfdir}/liboath
|
|
|
|
|
|
|
|
|
|
%post -n liboath -p /sbin/ldconfig
|
|
|
|
|
%ldconfig_scriptlets -n liboath
|
|
|
|
|
|
|
|
|
|
%postun -n liboath -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%post -n libpskc -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -n libpskc -p /sbin/ldconfig
|
|
|
|
|
%ldconfig_scriptlets -n libpskc
|
|
|
|
|
|
|
|
|
|
%files -n liboath
|
|
|
|
|
%doc liboath/COPYING
|
|
|
|
|