- automake-1.10 required for building
This commit is contained in:
parent
bbc61b3da0
commit
66bbef5c17
@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
Requires: dbus, libdaemon, expat, python, dbus-python, libcap
|
Requires: dbus, libdaemon, expat, python, dbus-python, libcap
|
||||||
Requires(post): initscripts, chkconfig, ldconfig
|
Requires(post): initscripts, chkconfig, ldconfig
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake >= 1.9, automake < 1.10
|
BuildRequires: automake >= 1.10, automake < 1.11
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: dbus-devel >= 0.90
|
BuildRequires: dbus-devel >= 0.90
|
||||||
BuildRequires: dbus-glib-devel >= 0.70
|
BuildRequires: dbus-glib-devel >= 0.70
|
||||||
@ -44,6 +44,7 @@ Patch15: avahi-0.6.9-mono-libdir.patch
|
|||||||
Patch17: avahi-0.6.11-use-ipv6-yes.patch
|
Patch17: avahi-0.6.11-use-ipv6-yes.patch
|
||||||
Patch20: avahi-0.6.15-initscript.patch
|
Patch20: avahi-0.6.15-initscript.patch
|
||||||
Patch21: avahi-0.6.11-align.patch
|
Patch21: avahi-0.6.11-align.patch
|
||||||
|
Patch22: avahi-0.6.15-dbus1.0.patch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -171,12 +172,13 @@ Header files for development with the Apple Bonjour mDNSResponder compatibility
|
|||||||
%patch17 -p1 -b .use-ipv6-yes
|
%patch17 -p1 -b .use-ipv6-yes
|
||||||
%patch20 -p1 -b .initscript
|
%patch20 -p1 -b .initscript
|
||||||
%patch21 -p1 -b .align
|
%patch21 -p1 -b .align
|
||||||
|
%patch22 -p1 -b .dbus10
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# auto* update needed for avahi-0.5.2-fedora.patch
|
# auto* update needed for avahi-0.5.2-fedora.patch
|
||||||
aclocal -I common
|
aclocal -I common
|
||||||
libtoolize --force
|
libtoolize --force
|
||||||
automake-1.9 --add-missing
|
automake-1.10 --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
%configure --with-distro=fedora --disable-qt4 --disable-monodoc --without-python-twisted --with-avahi-user=avahi --with-avahi-group=avahi --enable-compat-howl \
|
%configure --with-distro=fedora --disable-qt4 --disable-monodoc --without-python-twisted --with-avahi-user=avahi --with-avahi-group=avahi --enable-compat-howl \
|
||||||
@ -385,7 +387,7 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 27 2006 Martin Bacovsky <mbacovsk@redhat.com> - 0.6.15-3
|
* Mon Nov 27 2006 Martin Bacovsky <mbacovsk@redhat.com> - 0.6.15-3
|
||||||
- automake-1.9 required for building fixed
|
- automake-1.10 required for building
|
||||||
|
|
||||||
* Mon Nov 27 2006 Martin Bacovsky <mbacovsk@redhat.com> - 0.6.15-2
|
* Mon Nov 27 2006 Martin Bacovsky <mbacovsk@redhat.com> - 0.6.15-2
|
||||||
- automake-1.9 required for building
|
- automake-1.9 required for building
|
||||||
|
Loading…
Reference in New Issue
Block a user