From 26e592ef92d78ca1e2f7ee6690875a67a5d1a06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Thu, 2 Oct 2014 00:40:52 +0200 Subject: [PATCH] RPM Packaging: update avahi-tqt --- redhat/dependencies/avahi-tqt/avahi-tqt-14.0.0.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/redhat/dependencies/avahi-tqt/avahi-tqt-14.0.0.spec b/redhat/dependencies/avahi-tqt/avahi-tqt-14.0.0.spec index 3edaa6884..03bc7e825 100644 --- a/redhat/dependencies/avahi-tqt/avahi-tqt-14.0.0.spec +++ b/redhat/dependencies/avahi-tqt/avahi-tqt-14.0.0.spec @@ -50,6 +50,7 @@ BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: libtool +# GETTEXT support BuildRequires: gettext-devel # GLIB2 support @@ -79,6 +80,14 @@ BuildRequires: expat-devel BuildRequires: libexpat-devel %endif +# UUID support +%if 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?suse_version} || 0%{?rhel} >= 6 +BuildRequires: libuuid-devel +%endif +%if 0%{?rhel} == 5 +BuildRequires: e2fsprogs-devel +%endif + %description Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts @@ -170,6 +179,7 @@ into a TQt main loop application. %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} +export NOCONFIGURE=1 ./autogen.sh @@ -187,7 +197,7 @@ export PATH="%{tde_bindir}:${PATH}" \ --enable-compat-libdns_sd \ --with-systemdsystemunitdir=/lib/systemd/system \ -%if 0%{?suse_release} +%if 0%{?suse_version} --with-distro=suse \ %endif %if 0%{?fedora} || 0%{?rhel}