This commit is contained in:
parent
5677551cf6
commit
81eb482327
@ -1,6 +1,6 @@
|
|||||||
--- avahi-0.6.11.orig/avahi-core/netlink.c 2006-10-09 11:52:13.000000000 -0400
|
--- avahi-0.6.14/avahi-core/netlink.c
|
||||||
+++ avahi-0.6.11/avahi-core/netlink.c 2006-10-09 11:56:30.000000000 -0400
|
+++ avahi-0.6.14/avahi-core/netlink.c
|
||||||
@@ -61,9 +61,12 @@ int avahi_netlink_work(AvahiNetlink *nl,
|
@@ -61,7 +61,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
p = (struct nlmsghdr *) nl->buffer;
|
p = (struct nlmsghdr *) nl->buffer;
|
||||||
@ -12,4 +12,3 @@
|
|||||||
assert(nl->callback);
|
assert(nl->callback);
|
||||||
|
|
||||||
for (; bytes > 0; p = NLMSG_NEXT(p, bytes)) {
|
for (; bytes > 0; p = NLMSG_NEXT(p, bytes)) {
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
diff -urN avahi-daemon/dbus-protocol.c avahi-daemon/dbus-protocol.c
|
--- avahi-daemon/dbus-protocol.c
|
||||||
--- avahi-daemon/dbus-protocol.c 2006-08-31 20:31:46.000000000 +0200
|
+++ avahi-daemon/dbus-protocol.c
|
||||||
+++ avahi-daemon/dbus-protocol.c 2006-11-12 15:49:15.000000000 +0100
|
|
||||||
@@ -1067,10 +1067,10 @@
|
@@ -1067,10 +1067,10 @@
|
||||||
if (dbus_bus_request_name(
|
if (dbus_bus_request_name(
|
||||||
server->bus,
|
server->bus,
|
||||||
|
@ -1,6 +1,16 @@
|
|||||||
|
--- avahi-sharp.pc.in
|
||||||
|
+++ avahi-sharp.pc.in
|
||||||
|
@@ -1,6 +1,6 @@
|
||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@prefix@
|
||||||
|
-libdir=@libdir@
|
||||||
|
+libdir=@prefix@/lib
|
||||||
|
|
||||||
|
Name: avahi-sharp
|
||||||
|
Description: Mono bindings for the Avahi mDNS/DNS-SD stack
|
||||||
--- avahi-sharp/Makefile.am
|
--- avahi-sharp/Makefile.am
|
||||||
+++ avahi-sharp/Makefile.am
|
+++ avahi-sharp/Makefile.am
|
||||||
@@ -72,10 +72,10 @@
|
@@ -75,10 +75,10 @@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install-data-hook: $(ASSEMBLY)
|
install-data-hook: $(ASSEMBLY)
|
||||||
@ -15,7 +25,7 @@
|
|||||||
endif
|
endif
|
||||||
--- avahi-sharp/Makefile.in
|
--- avahi-sharp/Makefile.in
|
||||||
+++ avahi-sharp/Makefile.in
|
+++ avahi-sharp/Makefile.in
|
||||||
@@ -582,10 +582,10 @@
|
@@ -599,10 +599,10 @@
|
||||||
@HAVE_DBUS_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@ $(MDASSEMBLER) --out avahi-sharp-docs --ecma $(srcdir)/en
|
@HAVE_DBUS_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@ $(MDASSEMBLER) --out avahi-sharp-docs --ecma $(srcdir)/en
|
||||||
|
|
||||||
@HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@install-data-hook: $(ASSEMBLY)
|
@HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@install-data-hook: $(ASSEMBLY)
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 20 18:40:18 CET 2007 - aj@suse.de
|
||||||
|
|
||||||
|
- Fix avahi-sharp.pc file to use correct gcac location.
|
||||||
|
- Add obsoletes and provides for mDNSResponder.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 14 10:53:09 CET 2006 - sbrabec@suse.cz
|
Thu Dec 14 10:53:09 CET 2006 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
16
avahi.spec
16
avahi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package avahi (Version 0.6.14)
|
# spec file for package avahi (Version 0.6.14)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@ BuildRequires: libqt4-devel python-gtk-devel
|
|||||||
BuildRequires: python-gtk qt-devel
|
BuildRequires: python-gtk qt-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 0.6.14
|
Version: 0.6.14
|
||||||
Release: 36
|
Release: 47
|
||||||
URL: http://www.avahi.org/
|
URL: http://www.avahi.org/
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
@ -30,6 +30,8 @@ Patch2: avahi-dbus-request-name-flags-fix-thoenig-02.patch
|
|||||||
Requires: dbus-1 python python-gdbm python-gtk
|
Requires: dbus-1 python python-gdbm python-gtk
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Provides: mDNSResponder
|
||||||
|
Obsoletes: mDNSResponder <= 107.5
|
||||||
%package glib
|
%package glib
|
||||||
Summary: D-BUS Service for Zeroconf/Bonjour
|
Summary: D-BUS Service for Zeroconf/Bonjour
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -60,13 +62,15 @@ Provides: libdns_sd.so()(64bit)
|
|||||||
Provides: libdns_sd.so
|
Provides: libdns_sd.so
|
||||||
%endif
|
%endif
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
Conflicts: mDNSResponder-lib
|
Provides: mDNSResponder-lib
|
||||||
|
Obsoletes: mDNSResponder-lib <= 107.5
|
||||||
%package compat-mDNSResponder-devel
|
%package compat-mDNSResponder-devel
|
||||||
Summary: D-BUS Service for Zeroconf/Bonjour
|
Summary: D-BUS Service for Zeroconf/Bonjour
|
||||||
Requires: %{name} = %{version} %{name}-compat-mDNSResponder = %{version}
|
Requires: %{name} = %{version} %{name}-compat-mDNSResponder = %{version}
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
Conflicts: mDNSResponder-devel
|
Provides: mDNSResponder-devel
|
||||||
|
Obsoletes: mDNSResponder-devel <= 107.5
|
||||||
%package compat-howl
|
%package compat-howl
|
||||||
Summary: D-BUS Service for Zeroconf/Bonjour
|
Summary: D-BUS Service for Zeroconf/Bonjour
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -345,6 +349,7 @@ autoconf
|
|||||||
--sysconfdir=/etc\
|
--sysconfdir=/etc\
|
||||||
--localstatedir="%{_localstatedir}"\
|
--localstatedir="%{_localstatedir}"\
|
||||||
--libdir=/usr/%{_lib}\
|
--libdir=/usr/%{_lib}\
|
||||||
|
--libexecdir=/usr/lib \
|
||||||
--mandir=%{_mandir}\
|
--mandir=%{_mandir}\
|
||||||
--enable-qt3\
|
--enable-qt3\
|
||||||
--enable-qt4\
|
--enable-qt4\
|
||||||
@ -498,6 +503,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/avahi-qt4.pc
|
%{_libdir}/pkgconfig/avahi-qt4.pc
|
||||||
|
|
||||||
%changelog -n avahi
|
%changelog -n avahi
|
||||||
|
* Sat Jan 20 2007 - aj@suse.de
|
||||||
|
- Fix avahi-sharp.pc file to use correct gcac location.
|
||||||
|
- Add obsoletes and provides for mDNSResponder.
|
||||||
* Thu Dec 14 2006 - sbrabec@suse.cz
|
* Thu Dec 14 2006 - sbrabec@suse.cz
|
||||||
- Created init script symlinks in /usr/sbin (#228203).
|
- Created init script symlinks in /usr/sbin (#228203).
|
||||||
* Sun Nov 12 2006 - thoenig@suse.de
|
* Sun Nov 12 2006 - thoenig@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user