Fixup for BuildRequires: tcpd-devel or tcp_wrappers-devel
[yaz-moved-to-github.git] / yaz.spec.in
index 8e61c72..8b4b63f 100644 (file)
@@ -8,7 +8,11 @@ Group: Applications/Internet
 Vendor: Index Data ApS <info@indexdata.dk>
 Source: yaz-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: libxml2-devel libxslt-devel tcp_wrappers gnutls-devel readline-devel libicu-devel
+%define TCPWRAPPER tcpd-devel
+%if "%{_vendor}" == "redhat"
+%define TCPWRAPPER tcp_wrappers-devel
+%endif
+BuildRequires: pkgconfig libxml2-devel libxslt-devel gnutls-devel readline-devel libicu-devel %{TCPWRAPPER}
 Packager: Adam Dickmeiss <adam@indexdata.dk>
 URL: http://www.indexdata.dk/yaz/
 
@@ -71,7 +75,7 @@ rm -fr ${RPM_BUILD_ROOT}
 
 %files
 %defattr(-,root,root)
-%doc README LICENSE NEWS TODO
+%doc README LICENSE NEWS
 %{_bindir}/yaz-client
 %{_bindir}/yaz-ztest
 %{_bindir}/zoomsh
@@ -83,6 +87,7 @@ rm -fr ${RPM_BUILD_ROOT}
 %{_mandir}/man1/yaz-marcdump.*
 %{_mandir}/man1/yaz-iconv.*
 %{_mandir}/man7/yaz-log.*
+%{_mandir}/man7/bib1-attr.*
 
 %files -n libyaz3
 %defattr(-,root,root)