document timeout option
[yaz-moved-to-github.git] / yaz.spec.in
index a5bc682..114f587 100644 (file)
@@ -10,7 +10,8 @@ Source: yaz-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 %define TCPWRAPPER tcpd-devel
 %if "%{_vendor}" == "redhat"
-%define TCPWRAPPER tcp_wrappers-devel
+# Fedora requires tcp_wrappers-devel .
+%define TCPWRAPPER tcp_wrappers
 %endif
 BuildRequires: pkgconfig libxml2-devel libxslt-devel gnutls-devel readline-devel libicu-devel %{TCPWRAPPER}
 Packager: Adam Dickmeiss <adam@indexdata.dk>
@@ -29,6 +30,9 @@ Requires: libxslt gnutls libicu
 YAZ is a library for the ANSI/NISO Z39.50 protocol for Information
 Retrieval.
 
+%post -p /sbin/ldconfig 
+%postun -p /sbin/ldconfig 
+
 %package -n libyaz3-devel
 Summary: Z39.50 Library - development package
 Group: Development/Libraries