RPM Packaging: update avahi-tqt

pull/3/head
François Andriot 10 years ago
parent 931178b21e
commit 046b0859f5

@ -51,6 +51,8 @@ BuildRequires: pkgconfig
BuildRequires: libtool
BuildRequires: gettext-devel
# GLIB2 support
BuildRequires: glib2-devel
# DBUS support
@ -184,7 +186,17 @@ export PATH="%{tde_bindir}:${PATH}"
--disable-dependency-tracking \
\
--enable-compat-libdns_sd \
--with-systemdsystemunitdir=/lib/systemd/system
--with-systemdsystemunitdir=/lib/systemd/system \
%if 0%{?suse_release}
--with-distro=suse \
%endif
%if 0%{?fedora} || 0%{?rhel}
--with-distro=fedora \
%endif
%if 0%{?mdkversion} || 0%{?mgaversion}
--with-distro=mandriva \
%endif
%__make %{?_smp_mflags}

Loading…
Cancel
Save