diff options
Diffstat (limited to 'redhat/dependencies/avahi-tqt/avahi-tqt-r14.spec')
-rw-r--r-- | redhat/dependencies/avahi-tqt/avahi-tqt-r14.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/redhat/dependencies/avahi-tqt/avahi-tqt-r14.spec b/redhat/dependencies/avahi-tqt/avahi-tqt-r14.spec index faa71a064..2e0b389ba 100644 --- a/redhat/dependencies/avahi-tqt/avahi-tqt-r14.spec +++ b/redhat/dependencies/avahi-tqt/avahi-tqt-r14.spec @@ -11,12 +11,15 @@ Group: System Environment/Libraries Vendor: Trinity Project Packager: Francois Andriot <francois.andriot@free.fr> +URL: http://www.trinitydesktop.org/ Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: %{name}-%{version}.tar.gz -Patch0: git.patch + +# Allows building with TQT3 instead of QT3 +Patch1: avahi-tqt-moc-tqt3.patch BuildRequires: gcc-c++ BuildRequires: avahi-devel @@ -42,18 +45,14 @@ Development files for %{name} %prep %setup -q -n dependencies/%{name} -%patch0 -p1 +%patch1 -p1 %build ./autogen.sh %configure \ --enable-compat-libdns_sd \ - --disable-mono --disable-monodoc \ - --disable-gtk3 \ --with-systemdsystemunitdir=/lib/systemd/system - - %install %__rm -rf %{?buildroot} %__make install DESTDIR=%{?buildroot} @@ -61,6 +60,7 @@ Development files for %{name} %clean %__rm -rf %{?buildroot} + %files %{_libdir}/*.so.* |