diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-02 00:40:52 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-02 00:40:52 +0200 |
commit | 26e592ef92d78ca1e2f7ee6690875a67a5d1a06e (patch) | |
tree | 45cd6f82e2ba837ff293447351ddc5aa3ba649ec /redhat | |
parent | 046b0859f52703e3ce0aaae70860bb28f46f3325 (diff) | |
download | tde-packaging-26e592ef92d78ca1e2f7ee6690875a67a5d1a06e.tar.gz tde-packaging-26e592ef92d78ca1e2f7ee6690875a67a5d1a06e.zip |
RPM Packaging: update avahi-tqt
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/dependencies/avahi-tqt/avahi-tqt-14.0.0.spec | 12 |
1 files changed, 11 insertions, 1 deletions
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} |