2007-01-15 23:51:59 +01:00
|
|
|
|
#
|
2007-12-19 22:31:05 +01:00
|
|
|
|
# spec file for package avahi (Version 0.6.22)
|
2007-01-15 23:51:59 +01:00
|
|
|
|
#
|
2008-01-21 00:43:24 +01:00
|
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:51:59 +01:00
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
|
#
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
|
2007-01-15 23:51:59 +01:00
|
|
|
|
Name: avahi
|
2008-03-10 02:27:42 +01:00
|
|
|
|
# WARNING: After editing this file please call Re, rpmbuild or
|
|
|
|
|
# bash avahi_spec-prepare.sh "$PWD" avahi
|
|
|
|
|
# to update spec files:
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%define _name avahi
|
2008-03-11 17:01:42 +01:00
|
|
|
|
# In automatic build systems you want to enable just one of following options.
|
2008-03-10 02:27:42 +01:00
|
|
|
|
# For build all at once, set all to 1.
|
|
|
|
|
# If you set build_core to 0, you cannot set more than one other options to 1.
|
|
|
|
|
%define build_core 1
|
2007-07-16 11:49:32 +02:00
|
|
|
|
%define build_mono 0
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%define build_qt3 0
|
|
|
|
|
%define build_qt4 0
|
2007-12-19 22:31:05 +01:00
|
|
|
|
Version: 0.6.22
|
2008-03-11 17:01:42 +01:00
|
|
|
|
Release: 36
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%if !%build_mono && !%build_qt3 && !%build_qt4
|
|
|
|
|
# Create split spec files only when building per partes:
|
|
|
|
|
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
|
|
|
|
%endif
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%define avahi_client_soname 3
|
|
|
|
|
%define avahi_common_soname 3
|
|
|
|
|
%define avahi_core_soname 5
|
|
|
|
|
%define avahi_ui_soname 0
|
|
|
|
|
%define avahi_glib_soname 1
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%define avahi_gobject_soname 0
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%define avahi_qt3_soname 1
|
|
|
|
|
%define avahi_qt4_soname 1
|
|
|
|
|
Url: http://www.avahi.org/
|
2007-01-15 23:51:59 +01:00
|
|
|
|
Group: System/Daemons
|
2007-12-19 22:31:05 +01:00
|
|
|
|
License: LGPL v2.1 or later
|
2007-01-15 23:51:59 +01:00
|
|
|
|
Summary: D-BUS Service for Zeroconf and Bonjour
|
2007-10-11 18:55:38 +02:00
|
|
|
|
Source: %{_name}-%{version}.tar.bz2
|
2007-01-31 23:50:48 +01:00
|
|
|
|
Source1: gnome-nettool2.png
|
2007-02-22 14:11:21 +01:00
|
|
|
|
Source2: avahi-bookmarks.init
|
|
|
|
|
Source3: avahi.firewall
|
2007-12-19 22:31:05 +01:00
|
|
|
|
#PATCH-FIX-OPENSUSE avahi-gacdir.patch -- Mono libs are in $prefix/lib on suse
|
2007-07-05 00:41:55 +02:00
|
|
|
|
Patch0: avahi-gacdir.patch
|
2007-12-19 22:31:05 +01:00
|
|
|
|
#PATCH-FIX-UPSTREAM avahi-desktop.patch bnc254654 sbrabec@suse.de
|
2007-07-05 00:41:55 +02:00
|
|
|
|
Patch1: avahi-desktop.patch
|
2007-12-19 22:31:05 +01:00
|
|
|
|
#PATCH-FIX-UPSTREAM avahi-init-lsb.patch -- committed after 0.6.22 release upstream
|
2007-10-11 18:55:38 +02:00
|
|
|
|
Patch2: avahi-init-lsb.patch
|
2007-12-19 22:31:05 +01:00
|
|
|
|
#PATCH-FIX-UPSTREAM avahi-empty-share-dir.patch jpr@novell.com -- mailed maintainer
|
|
|
|
|
Patch3: avahi-empty-share-dir.patch
|
2007-01-15 23:51:59 +01:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2008-03-10 02:27:42 +01:00
|
|
|
|
BuildRequires: fdupes gcc-c++ gdbm-devel intltool libdaemon-devel libglade2-devel
|
|
|
|
|
%if %build_core
|
|
|
|
|
Source4: %{_name}_spec-prepare.sh
|
2007-12-19 22:31:05 +01:00
|
|
|
|
PreReq: pwdutils
|
|
|
|
|
Requires: %{name}-lang = %{version}
|
2008-03-10 02:27:42 +01:00
|
|
|
|
BuildRequires: dbus-1-devel doxygen graphviz update-desktop-files zlib-devel
|
2007-10-11 18:55:38 +02:00
|
|
|
|
# For python bindings and utilities:
|
|
|
|
|
BuildRequires: dbus-1-python python-devel python-gdbm python-gtk-devel
|
2007-07-24 09:31:52 +02:00
|
|
|
|
Requires: dbus-1
|
|
|
|
|
Requires: nss-mdns
|
2007-10-11 18:55:38 +02:00
|
|
|
|
# mDNSResponder was used for <= 10.2:
|
2007-07-24 09:31:52 +02:00
|
|
|
|
Provides: mDNSResponder = 107.5
|
|
|
|
|
Obsoletes: mDNSResponder <= 107.5
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%endif
|
|
|
|
|
%if %build_qt3
|
|
|
|
|
BuildRequires: qt3-devel
|
|
|
|
|
BuildRequires: libavahi-devel
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_qt4
|
|
|
|
|
BuildRequires: libqt4-devel
|
|
|
|
|
BuildRequires: libavahi-devel
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_mono
|
|
|
|
|
BuildRequires: gtk-sharp2 libavahi-glib-devel mono-devel monodoc-core
|
|
|
|
|
# Please copy this line to avahi-mono definition below for build all-in-once:
|
2007-10-11 18:55:38 +02:00
|
|
|
|
Requires: gtk-sharp2 libavahi-client3 >= %{version} libavahi-common3 >= %{version} libavahi-ui0 >= %{version} libavahi-glib1 >= %{version}
|
2007-07-24 09:31:52 +02:00
|
|
|
|
%endif
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
|
|
|
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
|
|
|
|
communication between user applications and a system daemon. The daemon
|
|
|
|
|
is used to coordinate application efforts in caching replies, necessary
|
|
|
|
|
to minimize the traffic imposed on networks.
|
|
|
|
|
|
2007-08-09 23:39:07 +02:00
|
|
|
|
The Avahi mDNS responder is now complete with features, implementing
|
|
|
|
|
all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs.
|
|
|
|
|
It passes all tests in the Apple Bonjour conformance test suite. In
|
|
|
|
|
addition, it supports some nifty things, like correct mDNS reflection
|
|
|
|
|
across LAN segments.
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%if %build_core
|
2007-12-19 22:31:05 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%package -n libavahi-client3
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Summary: D-BUS Service for Zeroconf and Bonjour
|
|
|
|
|
Group: System/Libraries
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%description -n libavahi-client3
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
|
|
|
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
|
|
|
|
communication between user applications and a system daemon. The daemon
|
|
|
|
|
is used to coordinate application efforts in caching replies, necessary
|
|
|
|
|
to minimize the traffic imposed on networks.
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-25 02:45:48 +02:00
|
|
|
|
The Avahi mDNS responder is now complete with features, implementing
|
|
|
|
|
all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs.
|
|
|
|
|
It passes all tests in the Apple Bonjour conformance test suite. In
|
|
|
|
|
addition, it supports some nifty things, like correct mDNS reflection
|
|
|
|
|
across LAN segments.
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-03-15 01:13:12 +01:00
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%package -n libavahi-common3
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Summary: D-BUS Service for Zeroconf and Bonjour
|
2007-10-11 18:55:38 +02:00
|
|
|
|
Requires: %{name} >= %{version}
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Group: System/Libraries
|
2007-07-16 10:17:26 +02:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%description -n libavahi-common3
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
|
|
|
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
|
|
|
|
communication between user applications and a system daemon. The daemon
|
|
|
|
|
is used to coordinate application efforts in caching replies, necessary
|
|
|
|
|
to minimize the traffic imposed on networks.
|
2007-03-15 01:13:12 +01:00
|
|
|
|
|
2007-10-25 02:45:48 +02:00
|
|
|
|
The Avahi mDNS responder is now complete with features, implementing
|
|
|
|
|
all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs.
|
|
|
|
|
It passes all tests in the Apple Bonjour conformance test suite. In
|
|
|
|
|
addition, it supports some nifty things, like correct mDNS reflection
|
|
|
|
|
across LAN segments.
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
|
|
|
|
%package -n libavahi-core5
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Summary: D-BUS Service for Zeroconf and Bonjour
|
|
|
|
|
Group: System/Libraries
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
|
|
|
|
%description -n libavahi-core5
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
|
|
|
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
|
|
|
|
communication between user applications and a system daemon. The daemon
|
|
|
|
|
is used to coordinate application efforts in caching replies, necessary
|
|
|
|
|
to minimize the traffic imposed on networks.
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
2007-10-25 02:45:48 +02:00
|
|
|
|
The Avahi mDNS responder is now complete with features, implementing
|
|
|
|
|
all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs.
|
|
|
|
|
It passes all tests in the Apple Bonjour conformance test suite. In
|
|
|
|
|
addition, it supports some nifty things, like correct mDNS reflection
|
|
|
|
|
across LAN segments.
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
|
|
|
|
%package -n libavahi-ui0
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Summary: D-BUS Service for Zeroconf and Bonjour
|
|
|
|
|
Group: System/Libraries
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
|
|
|
|
%description -n libavahi-ui0
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
|
|
|
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
|
|
|
|
communication between user applications and a system daemon. The daemon
|
|
|
|
|
is used to coordinate application efforts in caching replies, necessary
|
|
|
|
|
to minimize the traffic imposed on networks.
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
2007-10-25 02:45:48 +02:00
|
|
|
|
The Avahi mDNS responder is now complete with features, implementing
|
|
|
|
|
all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs.
|
|
|
|
|
It passes all tests in the Apple Bonjour conformance test suite. In
|
|
|
|
|
addition, it supports some nifty things, like correct mDNS reflection
|
|
|
|
|
across LAN segments.
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
|
|
|
|
%package -n libavahi-glib1
|
|
|
|
|
Summary: Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Group: System/GUI/GNOME
|
2007-10-11 18:55:38 +02:00
|
|
|
|
# Old name used for <= 10.3:
|
|
|
|
|
Provides: avahi-glib = %{version}
|
|
|
|
|
Obsoletes: avahi-glib <= %{version}
|
|
|
|
|
|
|
|
|
|
%description -n libavahi-glib1
|
|
|
|
|
GLib support for avahi.
|
|
|
|
|
|
|
|
|
|
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
|
|
|
|
specifications for Zeroconf Computing. It uses D-BUS for communication
|
|
|
|
|
between user applications and a system daemon. The daemon is used to
|
|
|
|
|
coordinate application efforts in caching replies, necessary to
|
|
|
|
|
minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
|
|
|
|
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
|
|
|
|
tests in the Apple Bonjour conformance test suite. In addition it
|
|
|
|
|
supports some nifty things that have never been seen elsewhere like
|
|
|
|
|
correct mDNS reflection accross LAN segments.
|
2007-03-15 01:13:12 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-12-19 22:31:05 +01:00
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
|
|
|
|
%package -n libavahi-gobject0
|
|
|
|
|
Summary: D-BUS Service for Zeroconf and Bonjour
|
|
|
|
|
Group: System/Daemons
|
|
|
|
|
|
|
|
|
|
%description -n libavahi-gobject0
|
|
|
|
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
|
|
|
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
|
|
|
|
communication between user applications and a system daemon. The daemon
|
|
|
|
|
is used to coordinate application efforts in caching replies, necessary
|
|
|
|
|
to minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now complete with features, implementing
|
|
|
|
|
all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs.
|
|
|
|
|
It passes all tests in the Apple Bonjour conformance test suite. In
|
|
|
|
|
addition, it supports some nifty things, like correct mDNS reflection
|
|
|
|
|
across LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-15 23:51:59 +01:00
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%package -n libdns_sd
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
|
|
|
|
Group: System/Libraries
|
2007-10-11 18:55:38 +02:00
|
|
|
|
# mDNSResponder-lib used unversioned soname.
|
|
|
|
|
# Provide full compatibility with mDNSResponder (FIXME: should be fixed in the package):
|
2007-07-16 10:17:26 +02:00
|
|
|
|
%ifarch ia64 x86_64 ppc64 s390x
|
|
|
|
|
Provides: libdns_sd.so()(64bit)
|
|
|
|
|
%else
|
|
|
|
|
Provides: libdns_sd.so
|
|
|
|
|
%endif
|
2007-10-11 18:55:38 +02:00
|
|
|
|
# mDNSResponder-lib was used for <= 10.2:
|
2007-07-16 10:17:26 +02:00
|
|
|
|
Provides: mDNSResponder-lib = 107.5
|
|
|
|
|
Obsoletes: mDNSResponder-lib <= 107.5
|
2007-10-11 18:55:38 +02:00
|
|
|
|
# Old name used for <= 10.3:
|
|
|
|
|
Provides: avahi-compat-mDNSResponder = %{version}
|
|
|
|
|
Obsoletes: avahi-compat-mDNSResponder <= %{version}
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%description -n libdns_sd
|
2007-01-15 23:51:59 +01:00
|
|
|
|
Apple mDNSResponder compatibility layer for avahi.
|
|
|
|
|
|
|
|
|
|
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
|
|
|
|
specifications for Zeroconf Computing. It uses D-BUS for communication
|
|
|
|
|
between user applications and a system daemon. The daemon is used to
|
|
|
|
|
coordinate application efforts in caching replies, necessary to
|
|
|
|
|
minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
|
|
|
|
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
|
|
|
|
tests in the Apple Bonjour conformance test suite. In addition it
|
|
|
|
|
supports some nifty things that have never been seen elsewhere like
|
|
|
|
|
correct mDNS reflection accross LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%package -n libhowl0
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Summary: howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
|
|
|
|
Group: System/Libraries
|
2007-10-11 18:55:38 +02:00
|
|
|
|
# Old name used for <= 10.3:
|
|
|
|
|
Provides: avahi-compat-howl = %{version}
|
|
|
|
|
Obsoletes: avahi-compat-howl <= %{version}
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%description -n libhowl0
|
|
|
|
|
howl compatibility layer for avahi.
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
|
|
|
|
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
|
|
|
|
specifications for Zeroconf Computing. It uses D-BUS for communication
|
|
|
|
|
between user applications and a system daemon. The daemon is used to
|
|
|
|
|
coordinate application efforts in caching replies, necessary to
|
|
|
|
|
minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
|
|
|
|
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
|
|
|
|
tests in the Apple Bonjour conformance test suite. In addition it
|
|
|
|
|
supports some nifty things that have never been seen elsewhere like
|
|
|
|
|
correct mDNS reflection accross LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%package utils
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
2007-10-11 18:55:38 +02:00
|
|
|
|
Requires: %{name} >= %{version}
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Group: Productivity/Networking/Other
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%description utils
|
|
|
|
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
|
|
|
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
|
|
|
|
communication between user applications and a system daemon. The daemon
|
|
|
|
|
is used to coordinate application efforts in caching replies, necessary
|
|
|
|
|
to minimize the traffic imposed on networks.
|
|
|
|
|
|
2007-10-25 02:45:48 +02:00
|
|
|
|
The Avahi mDNS responder is now complete with features, implementing
|
|
|
|
|
all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs.
|
|
|
|
|
It passes all tests in the Apple Bonjour conformance test suite. In
|
|
|
|
|
addition, it supports some nifty things, like correct mDNS reflection
|
|
|
|
|
across LAN segments.
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
|
|
|
|
%package utils-gtk
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
2007-10-11 18:55:38 +02:00
|
|
|
|
Requires: %{name} >= %{version}
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Group: Productivity/Networking/Other
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%description utils-gtk
|
|
|
|
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
|
|
|
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
|
|
|
|
communication between user applications and a system daemon. The daemon
|
|
|
|
|
is used to coordinate application efforts in caching replies, necessary
|
|
|
|
|
to minimize the traffic imposed on networks.
|
|
|
|
|
|
2007-10-25 02:45:48 +02:00
|
|
|
|
The Avahi mDNS responder is now complete with features, implementing
|
|
|
|
|
all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs.
|
|
|
|
|
It passes all tests in the Apple Bonjour conformance test suite. In
|
|
|
|
|
addition, it supports some nifty things, like correct mDNS reflection
|
|
|
|
|
across LAN segments.
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
|
|
|
|
%package -n python-avahi
|
|
|
|
|
Summary: A set of Avahi utilities written in Python
|
2007-12-19 22:31:05 +01:00
|
|
|
|
PreReq: coreutils
|
2007-10-11 18:55:38 +02:00
|
|
|
|
Requires: %{name} = %{version} python-gdbm python-gtk dbus-1-python python-twisted python-twisted-web
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Group: Development/Languages/Python
|
2007-10-11 18:55:38 +02:00
|
|
|
|
# Old name used for <= 10.3:
|
|
|
|
|
Provides: avahi-python = %{version}
|
|
|
|
|
Obsoletes: avahi-python <= %{version}
|
|
|
|
|
%py_requires
|
|
|
|
|
|
|
|
|
|
%description -n python-avahi
|
|
|
|
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
|
|
|
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
|
|
|
|
communication between user applications and a system daemon. The daemon
|
|
|
|
|
is used to coordinate application efforts in caching replies, necessary
|
|
|
|
|
to minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now feature complete, implementing all
|
|
|
|
|
MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs. It
|
|
|
|
|
passes all tests in the Apple Bonjour conformance test suite. In
|
|
|
|
|
addition, it supports some nifty things that have never been seen
|
|
|
|
|
elsewhere, like correct mDNS reflection across LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
|
|
|
|
%package -n libavahi-devel
|
|
|
|
|
Summary: Include Files and Libraries Mandatory for Development
|
|
|
|
|
#
|
|
|
|
|
Requires: %{name} = %{version} libavahi-common3 = %{version} libavahi-core5 = %{version} libavahi-client3 = %{version} dbus-1-devel glibc-devel
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Group: Development/Libraries/C and C++
|
2007-10-11 18:55:38 +02:00
|
|
|
|
# Last appeared in OpenSUSE 10.3:
|
|
|
|
|
Provides: avahi-devel = %{version}
|
|
|
|
|
Obsoletes: avahi-devel <= %{version}
|
|
|
|
|
|
|
|
|
|
%description -n libavahi-devel
|
2007-01-15 23:51:59 +01:00
|
|
|
|
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
|
|
|
|
specifications for Zeroconf Computing. It uses D-BUS for communication
|
|
|
|
|
between user applications and a system daemon. The daemon is used to
|
|
|
|
|
coordinate application efforts in caching replies, necessary to
|
|
|
|
|
minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
|
|
|
|
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
|
|
|
|
tests in the Apple Bonjour conformance test suite. In addition it
|
|
|
|
|
supports some nifty things that have never been seen elsewhere like
|
|
|
|
|
correct mDNS reflection accross LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%package -n libavahi-glib-devel
|
|
|
|
|
Summary: Include Files and Libraries Mandatory for Development
|
|
|
|
|
Requires: libavahi-devel = %{version} libavahi-ui0 = %{version} libavahi-glib1 = %{version} glib2-devel gtk2-devel
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Group: Development/Libraries/C and C++
|
2007-10-11 18:55:38 +02:00
|
|
|
|
# Last appeared in OpenSUSE 10.3:
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Provides: avahi-devel:%{_libdir}/libavahi-glib.so
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%description -n libavahi-glib-devel
|
2007-10-25 02:45:48 +02:00
|
|
|
|
GLib support for avahi.
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
|
|
|
|
specifications for Zeroconf Computing. It uses D-BUS for communication
|
|
|
|
|
between user applications and a system daemon. The daemon is used to
|
|
|
|
|
coordinate application efforts in caching replies, necessary to
|
|
|
|
|
minimize the traffic imposed on networks.
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
|
|
|
|
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
|
|
|
|
tests in the Apple Bonjour conformance test suite. In addition it
|
|
|
|
|
supports some nifty things that have never been seen elsewhere like
|
|
|
|
|
correct mDNS reflection accross LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-12-19 22:31:05 +01:00
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
|
|
|
|
%package -n libavahi-gobject-devel
|
|
|
|
|
Summary: D-BUS Service for Zeroconf and Bonjour
|
|
|
|
|
Requires: libavahi-devel = %{version} libavahi-glib-devel libavahi-gobject0 = %{version} glib2-devel
|
|
|
|
|
Group: System/Daemons
|
|
|
|
|
|
|
|
|
|
%description -n libavahi-gobject-devel
|
|
|
|
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
|
|
|
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
|
|
|
|
communication between user applications and a system daemon. The daemon
|
|
|
|
|
is used to coordinate application efforts in caching replies, necessary
|
|
|
|
|
to minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now complete with features, implementing
|
|
|
|
|
all MUSTs and the majority of the SHOULDs of the mDNS and DNS-SD RFCs.
|
|
|
|
|
It passes all tests in the Apple Bonjour conformance test suite. In
|
|
|
|
|
addition, it supports some nifty things, like correct mDNS reflection
|
|
|
|
|
across LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%package compat-mDNSResponder-devel
|
|
|
|
|
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
|
|
|
|
Requires: libavahi-devel = %{version} libdns_sd = %{version}
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Group: Development/Libraries/C and C++
|
2008-03-10 02:27:42 +01:00
|
|
|
|
Provides: mDNSResponder-devel = 107.5
|
|
|
|
|
Obsoletes: mDNSResponder-devel <= 107.5
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%description compat-mDNSResponder-devel
|
|
|
|
|
Apple mDNSResponder compatibility layer for avahi.
|
|
|
|
|
|
|
|
|
|
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
|
|
|
|
specifications for Zeroconf Computing. It uses D-BUS for communication
|
|
|
|
|
between user applications and a system daemon. The daemon is used to
|
|
|
|
|
coordinate application efforts in caching replies, necessary to
|
|
|
|
|
minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
|
|
|
|
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
|
|
|
|
tests in the Apple Bonjour conformance test suite. In addition it
|
|
|
|
|
supports some nifty things that have never been seen elsewhere like
|
|
|
|
|
correct mDNS reflection accross LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
|
|
|
|
%package compat-howl-devel
|
|
|
|
|
Summary: howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
|
|
|
|
Requires: libavahi-devel = %{version} libhowl0 = %{version}
|
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
|
|
|
|
|
%description compat-howl-devel
|
|
|
|
|
howl compatibility layer for avahi.
|
|
|
|
|
|
|
|
|
|
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
|
|
|
|
specifications for Zeroconf Computing. It uses D-BUS for communication
|
|
|
|
|
between user applications and a system daemon. The daemon is used to
|
|
|
|
|
coordinate application efforts in caching replies, necessary to
|
|
|
|
|
minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
|
|
|
|
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
|
|
|
|
tests in the Apple Bonjour conformance test suite. In addition it
|
|
|
|
|
supports some nifty things that have never been seen elsewhere like
|
|
|
|
|
correct mDNS reflection accross LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_qt3
|
|
|
|
|
|
|
|
|
|
%package -n libavahi-qt3-1
|
|
|
|
|
Summary: Qt3 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
|
# Old name used for <= 10.3:
|
|
|
|
|
Provides: avahi-qt3 = %{version}
|
|
|
|
|
Obsoletes: avahi-qt3 <= %{version}
|
|
|
|
|
|
|
|
|
|
%description -n libavahi-qt3-1
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Qt3 bindings for avahi.
|
|
|
|
|
|
2007-01-15 23:51:59 +01:00
|
|
|
|
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
|
|
|
|
specifications for Zeroconf Computing. It uses D-BUS for communication
|
|
|
|
|
between user applications and a system daemon. The daemon is used to
|
|
|
|
|
coordinate application efforts in caching replies, necessary to
|
|
|
|
|
minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
|
|
|
|
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
|
|
|
|
tests in the Apple Bonjour conformance test suite. In addition it
|
|
|
|
|
supports some nifty things that have never been seen elsewhere like
|
|
|
|
|
correct mDNS reflection accross LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%package -n libavahi-qt3-devel
|
2007-08-09 23:39:07 +02:00
|
|
|
|
Summary: Include Files and Libraries Mandatory for Development
|
2008-03-10 02:27:42 +01:00
|
|
|
|
Requires: libavahi-devel = %{version} libavahi-qt3-1 = %{version} qt3-devel
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Group: Development/Libraries/C and C++
|
2007-10-11 18:55:38 +02:00
|
|
|
|
# Last appeared in OpenSUSE 10.3:
|
2008-03-10 02:27:42 +01:00
|
|
|
|
Provides: avahi-devel:%{_libdir}/libavahi-qt3.so
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%description -n libavahi-qt3-devel
|
|
|
|
|
Qt3 bindings for avahi.
|
2007-10-25 02:45:48 +02:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
|
|
|
|
specifications for Zeroconf Computing. It uses D-BUS for communication
|
|
|
|
|
between user applications and a system daemon. The daemon is used to
|
|
|
|
|
coordinate application efforts in caching replies, necessary to
|
|
|
|
|
minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
|
|
|
|
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
|
|
|
|
tests in the Apple Bonjour conformance test suite. In addition it
|
|
|
|
|
supports some nifty things that have never been seen elsewhere like
|
|
|
|
|
correct mDNS reflection accross LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%endif
|
|
|
|
|
%if %build_qt4
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%package -n libavahi-qt4-1
|
|
|
|
|
Summary: Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
|
# Old name used for <= 10.3:
|
|
|
|
|
Provides: avahi-qt4 = %{version}
|
|
|
|
|
Obsoletes: avahi-qt4 <= %{version}
|
|
|
|
|
|
|
|
|
|
%description -n libavahi-qt4-1
|
|
|
|
|
Qt4 bindings for avahi.
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
|
|
|
|
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
|
|
|
|
specifications for Zeroconf Computing. It uses D-BUS for communication
|
|
|
|
|
between user applications and a system daemon. The daemon is used to
|
|
|
|
|
coordinate application efforts in caching replies, necessary to
|
|
|
|
|
minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
|
|
|
|
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
|
|
|
|
tests in the Apple Bonjour conformance test suite. In addition it
|
|
|
|
|
supports some nifty things that have never been seen elsewhere like
|
|
|
|
|
correct mDNS reflection accross LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%package -n libavahi-qt4-devel
|
|
|
|
|
Summary: Include Files and Libraries Mandatory for Development
|
|
|
|
|
Requires: libavahi-devel = %{version} libavahi-qt4-1 = %{version} libqt4-devel
|
2007-10-25 02:45:48 +02:00
|
|
|
|
Group: Development/Libraries/C and C++
|
2008-03-10 02:27:42 +01:00
|
|
|
|
# Last appeared in OpenSUSE 10.3:
|
|
|
|
|
Provides: avahi-devel:%{_libdir}/libavahi-qt4.so
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%description -n libavahi-qt4-devel
|
|
|
|
|
Qt4 bindings for avahi.
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
|
|
|
|
Avahi is an Implementation the DNS Service Discovery and Multicast DNS
|
|
|
|
|
specifications for Zeroconf Computing. It uses D-BUS for communication
|
|
|
|
|
between user applications and a system daemon. The daemon is used to
|
|
|
|
|
coordinate application efforts in caching replies, necessary to
|
|
|
|
|
minimize the traffic imposed on networks.
|
|
|
|
|
|
|
|
|
|
The Avahi mDNS responder is now feature complete implementing all MUSTs
|
|
|
|
|
and the majority of the SHOULDs of the mDNS/DNS-SD RFCs. It passes all
|
|
|
|
|
tests in the Apple Bonjour conformance test suite. In addition it
|
|
|
|
|
supports some nifty things that have never been seen elsewhere like
|
|
|
|
|
correct mDNS reflection accross LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
2007-07-16 10:17:26 +02:00
|
|
|
|
%endif
|
2008-03-11 17:01:42 +01:00
|
|
|
|
%if %build_core
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%if %build_mono
|
|
|
|
|
|
|
|
|
|
%package -n avahi-mono
|
|
|
|
|
Summary: Mono Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
|
|
|
|
Requires: gtk-sharp2 libavahi-client3 >= %{version} libavahi-common3 >= %{version} libavahi-ui0 >= %{version} libavahi-glib1 >= %{version}
|
|
|
|
|
Group: Development/Languages/Mono
|
|
|
|
|
|
|
|
|
|
%description -n avahi-mono
|
|
|
|
|
This package provides Mono bindings for avahi. Avahi is an
|
|
|
|
|
implementation of the DNS Service Discovery and MulticastDNS
|
|
|
|
|
specifications for Zeroconf Computing. It uses D-BUS for communication
|
|
|
|
|
between user applications and a system daemon. The daemon is used to
|
|
|
|
|
coordinate application efforts in caching replies, necessary to
|
|
|
|
|
minimize the traffic imposed on networks. The Avahi mDNS responder is
|
|
|
|
|
now feature complete, implementing all MUSTs and the majority of the
|
|
|
|
|
SHOULDs of the mDNS and DNS-SD RFCs. It passes all tests in the Apple
|
|
|
|
|
Bonjour conformance test suite. In addition, it supports some nifty
|
|
|
|
|
things, like correct mDNS reflection across LAN segments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Lennart Poettering <mztabzr@0pointer.de>
|
|
|
|
|
Trent Lloyd <lathiat@freedesktop.org>
|
|
|
|
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
|
|
|
|
|
|
|
|
|
%endif
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%lang_package
|
|
|
|
|
%endif
|
|
|
|
|
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%prep
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%setup -q -n %{_name}-%{version}
|
2007-07-05 00:41:55 +02:00
|
|
|
|
%patch0
|
|
|
|
|
%patch1 -p1
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%patch2
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%patch3
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%if !%build_core
|
|
|
|
|
# Replace all .la references from local .la files to installed versions.
|
|
|
|
|
# It allows to build only the binding subpackage.
|
|
|
|
|
sed -i 's:\(\.\.\|\$(top_builddir)\)/[^/]*/\(lib[^ ]*\.la\):%{_libdir}/\2:g' */Makefile.am
|
|
|
|
|
%endif
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
|
|
|
|
%build
|
2007-12-19 22:31:05 +01:00
|
|
|
|
autoreconf -f -i
|
2007-01-24 18:48:36 +01:00
|
|
|
|
%configure\
|
|
|
|
|
--libexecdir=%{_prefix}/lib\
|
2007-02-15 18:09:17 +01:00
|
|
|
|
--disable-static\
|
2007-01-15 23:51:59 +01:00
|
|
|
|
--with-distro=suse\
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%if %build_core
|
|
|
|
|
--enable-python\
|
|
|
|
|
--enable-pygtk\
|
|
|
|
|
--enable-compat-libdns_sd\
|
|
|
|
|
--enable-compat-howl\
|
|
|
|
|
%else
|
2007-07-16 10:17:26 +02:00
|
|
|
|
--disable-python\
|
|
|
|
|
--disable-pygtk\
|
|
|
|
|
--disable-compat-libdns_sd\
|
|
|
|
|
--disable-compat-howl\
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%endif
|
|
|
|
|
%if %build_qt3
|
2007-01-15 23:51:59 +01:00
|
|
|
|
--enable-qt3\
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%else
|
|
|
|
|
--disable-qt3\
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_qt4
|
2007-01-15 23:51:59 +01:00
|
|
|
|
--enable-qt4\
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%else
|
|
|
|
|
--disable-qt4\
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_mono
|
|
|
|
|
--enable-mono\
|
|
|
|
|
%else
|
|
|
|
|
--disable-mono \
|
2007-07-16 10:17:26 +02:00
|
|
|
|
%endif
|
2007-03-02 09:07:04 +01:00
|
|
|
|
--with-avahi-priv-access-group=avahi\
|
|
|
|
|
--with-autoipd-user=avahi\
|
|
|
|
|
--with-autoipd-group=avahi
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%if %build_qt3 && !%build_core
|
|
|
|
|
cd avahi-qt
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_qt4 && !%build_core
|
|
|
|
|
cd avahi-qt
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_mono && !%build_core
|
|
|
|
|
cd avahi-sharp
|
|
|
|
|
%__make %{?jobs:-j%jobs}
|
|
|
|
|
cd ../avahi-ui-sharp
|
|
|
|
|
%endif
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%__make %{?jobs:-j%jobs}
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
|
|
|
|
%install
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%if %build_qt3 && !%build_core
|
|
|
|
|
cd avahi-qt
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_qt4 && !%build_core
|
|
|
|
|
cd avahi-qt
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_mono && !%build_core
|
|
|
|
|
cd avahi-sharp
|
|
|
|
|
%makeinstall
|
|
|
|
|
cd ../avahi-ui-sharp
|
|
|
|
|
%endif
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%makeinstall
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%if !%build_core
|
|
|
|
|
cd ..
|
|
|
|
|
%__make %{?jobs:-j%jobs} install-pkgconfigDATA DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_core
|
|
|
|
|
install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
|
|
|
|
install -m 644 %{S:1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/gnome-nettool2.png
|
2007-07-05 18:33:33 +02:00
|
|
|
|
## WARNING: found empty dependency_libs variable. please remove the
|
|
|
|
|
## pointless libtool .la file
|
|
|
|
|
## /var/tmp/avahi-0.6.20-build/usr/lib64/lib\avahi-common.la
|
|
|
|
|
## If you don't understand this, mailto=rguenther@suse.de
|
|
|
|
|
## A number of packages want this file, however, so we won't remove it.
|
|
|
|
|
# rm $RPM_BUILD_ROOT/${_prefix}/${_lib}/libavahi-common.la
|
2007-01-24 18:48:36 +01:00
|
|
|
|
install -d $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
|
2007-02-22 14:11:21 +01:00
|
|
|
|
ln -s avahi-compat-libdns_sd/dns_sd.h $RPM_BUILD_ROOT%{_includedir}/
|
|
|
|
|
ln -s avahi-compat-howl.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/howl.pc
|
2007-01-24 18:48:36 +01:00
|
|
|
|
# Work-around qt4 bug:
|
|
|
|
|
# https://bugzilla.novell.com/show_bug.cgi?id=238169
|
|
|
|
|
%if %suse_version <= 1020
|
|
|
|
|
sed -i "s,$RPM_BUILD_DIR,/," $RPM_BUILD_ROOT%{_libdir}/libavahi-qt4.la
|
|
|
|
|
%endif
|
2007-03-10 23:51:57 +01:00
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
2007-02-22 14:11:21 +01:00
|
|
|
|
install %{S:2} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/avahi-bookmarks
|
|
|
|
|
ln -s %{_sysconfdir}/init.d/avahi-daemon $RPM_BUILD_ROOT%{_sbindir}/rcavahi-daemon
|
|
|
|
|
ln -s %{_sysconfdir}/init.d/avahi-dnsconfd $RPM_BUILD_ROOT%{_sbindir}/rcavahi-dnsconfd
|
|
|
|
|
ln -s %{_sysconfdir}/init.d/avahi-bookmarks $RPM_BUILD_ROOT%{_sbindir}/rcavahi-bookmarks
|
2007-03-10 23:51:57 +01:00
|
|
|
|
install -m 644 %{S:3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/avahi
|
2007-01-24 18:48:36 +01:00
|
|
|
|
# FIXME: There are no better Categories in the spec (Monitor is not allowed in Network).
|
2007-02-26 19:02:05 +01:00
|
|
|
|
%suse_update_desktop_file -r avahi-discover GNOME System Monitor
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%find_lang %{name}
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%else
|
|
|
|
|
# There is no simple way to install only selected pc files. Remove core files.
|
|
|
|
|
# The rest is enabled/disabled in configure as needed.
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/avahi-client.pc
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/avahi-core.pc
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/avahi-glib.pc
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/avahi-gobject.pc
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/pkgconfig/avahi-ui.pc
|
2007-07-16 10:17:26 +02:00
|
|
|
|
%endif
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%fdupes $RPM_BUILD_ROOT%{_libdir}
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
|
|
|
|
%clean
|
2007-07-05 09:50:23 +02:00
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%if %build_core
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
|
|
|
|
%pre
|
2007-02-22 14:11:21 +01:00
|
|
|
|
%{_sbindir}/groupadd -r avahi 2> /dev/null || :
|
|
|
|
|
%{_sbindir}/useradd -r -o -s /bin/false -c "User for Avahi" -d %{_localstatedir}/run/avahi-daemon -g avahi avahi 2> /dev/null || :
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-09-10 12:01:29 +02:00
|
|
|
|
%post
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
%{fillup_and_insserv -f -Y avahi-daemon}
|
|
|
|
|
%{fillup_and_insserv -f -Y avahi-dnsconfd}
|
|
|
|
|
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%preun
|
|
|
|
|
%{stop_on_removal avahi-daemon}
|
|
|
|
|
%{stop_on_removal avahi-dnsconfd}
|
|
|
|
|
|
|
|
|
|
%postun
|
2007-09-10 12:01:29 +02:00
|
|
|
|
/sbin/ldconfig
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%{restart_on_update avahi-daemon}
|
|
|
|
|
%{restart_on_update avahi-dnsconfd}
|
2007-09-10 12:01:29 +02:00
|
|
|
|
%insserv_cleanup
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%pre -n python-avahi
|
|
|
|
|
# For update from == 10.3:
|
|
|
|
|
# Restart will not happen due to package rename. Handle it.
|
|
|
|
|
if test etc/init.d/avahi-bookmarks -a "$1" = 1 ; then
|
|
|
|
|
touch var/adm/python_avahi_needs_restart
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%post -n python-avahi
|
|
|
|
|
# For update from == 10.3:
|
|
|
|
|
# Restart will not happen due to package rename. Handle it.
|
|
|
|
|
if test -f var/adm/python_avahi_needs_restart ; then
|
|
|
|
|
rm var/adm/python_avahi_needs_restart
|
|
|
|
|
test -f /etc/sysconfig/services && . /etc/sysconfig/services
|
|
|
|
|
if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_RESTART_ON_UPDATE" != yes ; then
|
|
|
|
|
/etc/init.d/avahi-bookmarks try-restart > /dev/null || :
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%preun -n python-avahi
|
|
|
|
|
# FIXME: Package was renamed, check for this case!
|
2007-09-10 12:01:29 +02:00
|
|
|
|
%{stop_on_removal avahi-bookmarks}
|
|
|
|
|
%insserv_cleanup
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%postun -n python-avahi
|
2007-09-10 12:01:29 +02:00
|
|
|
|
%{restart_on_update avahi-bookmarks}
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%insserv_cleanup
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%post -n libavahi-client3 -p /sbin/ldconfig
|
2007-05-24 01:35:29 +02:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%postun -n libavahi-client3 -p /sbin/ldconfig
|
2007-05-24 01:35:29 +02:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%post -n libavahi-common3 -p /sbin/ldconfig
|
2007-05-24 01:35:29 +02:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%postun -n libavahi-common3 -p /sbin/ldconfig
|
2007-05-24 01:35:29 +02:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%post -n libavahi-core5 -p /sbin/ldconfig
|
2007-05-24 01:35:29 +02:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%postun -n libavahi-core5 -p /sbin/ldconfig
|
2007-05-24 01:35:29 +02:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%post -n libavahi-ui0 -p /sbin/ldconfig
|
2007-05-24 01:35:29 +02:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%postun -n libavahi-ui0 -p /sbin/ldconfig
|
2007-05-24 01:35:29 +02:00
|
|
|
|
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%post -n libavahi-gobject0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -n libavahi-gobject0 -p /sbin/ldconfig
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%post -n libavahi-glib1 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -n libavahi-glib1 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%post -n libdns_sd -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -n libdns_sd -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%post -n libhowl0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -n libhowl0 -p /sbin/ldconfig
|
2007-07-16 10:17:26 +02:00
|
|
|
|
%endif
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%if %build_qt3
|
2007-07-16 10:17:26 +02:00
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%post -n libavahi-qt3-1 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -n libavahi-qt3-1 -p /sbin/ldconfig
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_qt4
|
|
|
|
|
|
|
|
|
|
%post -n libavahi-qt4-1 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -n libavahi-qt4-1 -p /sbin/ldconfig
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_core
|
2007-05-24 01:35:29 +02:00
|
|
|
|
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc LICENSE docs/*
|
2007-03-10 23:51:57 +01:00
|
|
|
|
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/*
|
2007-01-24 18:48:36 +01:00
|
|
|
|
%attr(-,avahi,avahi) %{_localstatedir}/run/avahi-daemon
|
2007-03-15 01:13:12 +01:00
|
|
|
|
%doc %{_mandir}/man5/*.5*
|
|
|
|
|
%doc %{_mandir}/man8/*.8*
|
|
|
|
|
%{_sbindir}/avahi-*
|
|
|
|
|
%{_sbindir}/rcavahi-daemon
|
|
|
|
|
%{_sbindir}/rcavahi-dnsconfd
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%dir %{_sysconfdir}/avahi
|
|
|
|
|
%config %{_sysconfdir}/avahi/avahi-daemon.conf
|
|
|
|
|
%{_sysconfdir}/avahi/avahi-dnsconfd.action
|
|
|
|
|
%{_sysconfdir}/avahi/avahi-autoipd.action
|
2007-01-24 18:48:36 +01:00
|
|
|
|
%dir %{_sysconfdir}/avahi/services
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%{_sysconfdir}/avahi/services/*.service
|
|
|
|
|
%{_sysconfdir}/avahi/hosts
|
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/*.conf
|
2007-03-15 01:13:12 +01:00
|
|
|
|
%{_sysconfdir}/init.d/avahi-dnsconfd
|
|
|
|
|
%{_sysconfdir}/init.d/avahi-daemon
|
2007-12-19 22:31:05 +01:00
|
|
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%files -n libavahi-client3
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%defattr(-,root,root)
|
2007-10-25 02:45:48 +02:00
|
|
|
|
%{_libdir}/libavahi-client*.so.*
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%files -n libavahi-common3
|
2007-03-15 01:13:12 +01:00
|
|
|
|
%defattr(-,root,root)
|
2007-10-25 02:45:48 +02:00
|
|
|
|
%{_libdir}/libavahi-common*.so.*
|
2007-03-15 01:13:12 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%files -n libavahi-core5
|
|
|
|
|
%defattr(-,root,root)
|
2007-10-25 02:45:48 +02:00
|
|
|
|
%{_libdir}/libavahi-core*.so.*
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
|
|
|
|
%files -n libavahi-ui0
|
|
|
|
|
%defattr(-,root,root)
|
2007-10-25 02:45:48 +02:00
|
|
|
|
%{_libdir}/libavahi-ui*.so.*
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
|
|
|
|
%files -n libavahi-glib1
|
|
|
|
|
%defattr(-,root,root)
|
2007-10-25 02:45:48 +02:00
|
|
|
|
%{_libdir}/libavahi-glib*.so.*
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%files -n libavahi-gobject0
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_libdir}/libavahi-gobject*.so.*
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%files -n libdns_sd
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%defattr(-,root,root)
|
2007-10-11 18:55:38 +02:00
|
|
|
|
# libdns_sd.so must be in non-devel package to provide mDNSResponder-lib compatibility:
|
2007-01-24 18:48:36 +01:00
|
|
|
|
%{_libdir}/libdns_sd.so
|
|
|
|
|
%{_libdir}/libdns_sd.so.*
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%files -n libhowl0
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%defattr(-,root,root)
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%{_libdir}/libhowl.so.*
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%files utils
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%defattr(-,root,root)
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%{_bindir}/avahi-browse*
|
|
|
|
|
%{_bindir}/avahi-publish*
|
|
|
|
|
%{_bindir}/avahi-resolve*
|
|
|
|
|
%{_bindir}/avahi-set-host-name
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%dir %{_datadir}/avahi/
|
|
|
|
|
%{_datadir}/avahi/avahi-service.dtd
|
|
|
|
|
%{_datadir}/avahi/introspection
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%{_datadir}/pixmaps/gnome-nettool2.png
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%dir %{_libdir}/avahi/
|
|
|
|
|
%{_libdir}/avahi/service-types.db
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%doc %{_mandir}/man1/avahi-browse*.1*
|
|
|
|
|
%doc %{_mandir}/man1/avahi-publish*.1*
|
|
|
|
|
%doc %{_mandir}/man1/avahi-resolve*.1*
|
|
|
|
|
%doc %{_mandir}/man1/avahi-set-host-name.1*
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%files utils-gtk
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%defattr(-,root,root)
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%{_bindir}/bshell
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%{_bindir}/bssh
|
|
|
|
|
%{_bindir}/bvnc
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%{_bindir}/avahi-discover-standalone
|
|
|
|
|
%{_datadir}/applications/bssh.desktop
|
|
|
|
|
%{_datadir}/applications/bvnc.desktop
|
|
|
|
|
%dir %{_datadir}/avahi/
|
|
|
|
|
%{_datadir}/avahi/interfaces
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%doc %{_mandir}/man1/bssh.1.*
|
|
|
|
|
%doc %{_mandir}/man1/bvnc.1.*
|
|
|
|
|
|
|
|
|
|
%files -n python-avahi
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{py_sitedir}/avahi
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%{py_sitedir}/avahi_discover
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%{_bindir}/avahi-discover
|
|
|
|
|
%{_bindir}/avahi-bookmarks
|
|
|
|
|
%doc %{_mandir}/man1/avahi-bookmarks.1*
|
|
|
|
|
%doc %{_mandir}/man1/avahi-discover.1*
|
|
|
|
|
%{_datadir}/applications/avahi-discover.desktop
|
|
|
|
|
%{_sbindir}/rcavahi-bookmarks
|
|
|
|
|
%{_sysconfdir}/init.d/avahi-bookmarks
|
2007-01-15 23:51:59 +01:00
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%files -n libavahi-devel
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%defattr(-,root,root)
|
2007-01-24 18:48:36 +01:00
|
|
|
|
# FIXME: Maybe split to particular subpackages.
|
2007-01-15 23:51:59 +01:00
|
|
|
|
#%doc doc/api/html
|
|
|
|
|
#%doc doc/*.html doc/*.txt doc/file-boilerplate.c doc/TODO
|
|
|
|
|
%{_includedir}/avahi-client
|
|
|
|
|
%{_includedir}/avahi-common
|
|
|
|
|
%{_includedir}/avahi-core
|
|
|
|
|
# avahi devel files
|
2007-10-25 02:45:48 +02:00
|
|
|
|
%{_libdir}/libavahi-client.*a
|
|
|
|
|
%{_libdir}/libavahi-client*.so
|
|
|
|
|
%{_libdir}/libavahi-core.*a
|
|
|
|
|
%{_libdir}/libavahi-core*.so
|
|
|
|
|
%{_libdir}/libavahi-common*.so
|
|
|
|
|
%{_libdir}/libavahi-common*.*a
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%{_libdir}/pkgconfig/avahi-client.pc
|
|
|
|
|
%{_libdir}/pkgconfig/avahi-core.pc
|
|
|
|
|
|
|
|
|
|
%files -n libavahi-glib-devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_includedir}/avahi-glib
|
|
|
|
|
%{_includedir}/avahi-ui
|
2007-10-25 02:45:48 +02:00
|
|
|
|
%{_libdir}/libavahi-glib*.*a
|
|
|
|
|
%{_libdir}/libavahi-glib*.so
|
|
|
|
|
%{_libdir}/libavahi-ui*.*a
|
|
|
|
|
%{_libdir}/libavahi-ui*.*so
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%{_libdir}/pkgconfig/avahi-glib.pc
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%{_libdir}/pkgconfig/avahi-ui.pc
|
|
|
|
|
|
2007-12-19 22:31:05 +01:00
|
|
|
|
%files -n libavahi-gobject-devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_includedir}/avahi-gobject
|
|
|
|
|
%{_libdir}/libavahi-gobject*.*a
|
|
|
|
|
%{_libdir}/libavahi-gobject*.so
|
|
|
|
|
%{_libdir}/pkgconfig/avahi-gobject.pc
|
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%files compat-mDNSResponder-devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_includedir}/avahi-compat-libdns_sd
|
|
|
|
|
%{_includedir}/dns_sd.h
|
|
|
|
|
%{_libdir}/libdns_sd.*a
|
|
|
|
|
%{_libdir}/pkgconfig/avahi-compat-libdns_sd.pc
|
|
|
|
|
|
|
|
|
|
%files compat-howl-devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_includedir}/avahi-compat-howl
|
|
|
|
|
%{_libdir}/libhowl.so
|
|
|
|
|
%{_libdir}/libhowl.*a
|
|
|
|
|
%{_libdir}/pkgconfig/avahi-compat-howl.pc
|
|
|
|
|
%{_libdir}/pkgconfig/howl.pc
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_qt3
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%files -n libavahi-qt3-devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_includedir}/avahi-qt3
|
2007-10-25 02:45:48 +02:00
|
|
|
|
%{_libdir}/libavahi-qt3*.*a
|
|
|
|
|
%{_libdir}/libavahi-qt3*.so
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%{_libdir}/pkgconfig/avahi-qt3.pc
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%files -n libavahi-qt3-1
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_libdir}/libavahi-qt3*.so.*
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_qt4
|
|
|
|
|
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%files -n libavahi-qt4-devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_includedir}/avahi-qt4
|
2007-10-25 02:45:48 +02:00
|
|
|
|
%{_libdir}/libavahi-qt4*.*a
|
|
|
|
|
%{_libdir}/libavahi-qt4*.so
|
2007-01-15 23:51:59 +01:00
|
|
|
|
%{_libdir}/pkgconfig/avahi-qt4.pc
|
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%files -n libavahi-qt4-1
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%defattr(-,root,root)
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%{_libdir}/libavahi-qt4*.so.*
|
|
|
|
|
%endif
|
|
|
|
|
%if %build_mono
|
|
|
|
|
%if %build_core
|
2007-10-11 18:55:38 +02:00
|
|
|
|
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%files -n avahi-mono
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%endif
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%defattr(-,root,root)
|
2008-03-10 02:27:42 +01:00
|
|
|
|
%{_libdir}/pkgconfig/avahi-sharp.pc
|
|
|
|
|
%{_libdir}/pkgconfig/avahi-ui-sharp.pc
|
|
|
|
|
%{_prefix}/lib/monodoc/sources/*.*
|
|
|
|
|
%{_prefix}/lib/mono/avahi-sharp
|
|
|
|
|
%{_prefix}/lib/mono/gac/avahi-sharp
|
|
|
|
|
%{_prefix}/lib/mono/avahi-ui-sharp
|
|
|
|
|
%{_prefix}/lib/mono/gac/avahi-ui-sharp
|
2007-10-11 18:55:38 +02:00
|
|
|
|
%endif
|
2007-12-19 22:31:05 +01:00
|
|
|
|
|
2007-02-22 14:11:21 +01:00
|
|
|
|
%changelog
|
2008-03-11 17:01:42 +01:00
|
|
|
|
* Tue Mar 11 2008 sbrabec@suse.cz
|
|
|
|
|
- Fix build failure of avahi-mono.
|
2008-03-10 02:27:42 +01:00
|
|
|
|
* Wed Mar 05 2008 sbrabec@suse.cz
|
|
|
|
|
- Build Qt bindings in separate packages to shorten build path and
|
|
|
|
|
unneeded triggering for rebuild.
|
|
|
|
|
- Spec file rewritten to allow simple and fast build per partes.
|
2008-01-30 18:00:45 +01:00
|
|
|
|
* Wed Jan 30 2008 sbrabec@suse.cz
|
|
|
|
|
- Fixed init scripts (bnc#332964).
|
2008-01-24 18:20:11 +01:00
|
|
|
|
* Mon Jan 21 2008 ro@suse.de
|
|
|
|
|
- same for libavahi-glib1 and libavahi-ui0
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Sun Jan 20 2008 ro@suse.de
|
|
|
|
|
- avahi-mono: buildreq libavahi-client3 (for mono-find-requires)
|
|
|
|
|
* Wed Dec 19 2007 jpr@suse.de
|
2007-12-19 22:31:05 +01:00
|
|
|
|
- Update to 0.6.22
|
|
|
|
|
* i18n support
|
|
|
|
|
* Documentation and example code updates
|
|
|
|
|
* Support for registering the Avahi documentation in devhelp
|
|
|
|
|
(needs manual setup)
|
|
|
|
|
* Added a new component libavahi-gobject, which is a
|
|
|
|
|
GObjectified version of the Avahi API
|
|
|
|
|
* Major BSD compatibility improvements
|
|
|
|
|
* avahi-ui: Allow overwriting of pretty service name by the
|
|
|
|
|
application
|
|
|
|
|
* Service type database updates
|
|
|
|
|
* Add new option --parsable to avahi-browse
|
|
|
|
|
* Make avahi-autoipd actually produce correct ARP packets
|
|
|
|
|
* Add FreeBSD kqueue support for watching /etc/avahi/services
|
|
|
|
|
* Use search domain from /etc/resolv.conf as additional browse
|
|
|
|
|
domains.
|
|
|
|
|
* No longer return a conflict error when two local applications
|
|
|
|
|
register identical RRs.
|
|
|
|
|
* Properly find alternative service/host names for very long names
|
|
|
|
|
* DNS name compression fix (Sjoerd Simons)
|
|
|
|
|
* Fedora init script order fix
|
|
|
|
|
* Several fixes to make gcc produces less warnings
|
|
|
|
|
* Minor other updates
|
|
|
|
|
- Package avahi-discover-standalone in gtk-utils with its glade files
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Sun Oct 21 2007 coolo@suse.de
|
2007-10-25 02:45:48 +02:00
|
|
|
|
- fix provides, obsoleting something another package provides creates
|
|
|
|
|
a conflict between them
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Tue Oct 09 2007 sbrabec@suse.cz
|
2007-10-11 18:55:38 +02:00
|
|
|
|
- Rename packages according to shared library naming policy.
|
|
|
|
|
- Make devel packages binding specific to deliver correct
|
|
|
|
|
dependencies (#193817).
|
|
|
|
|
- Rename python package according to python package naming policy.
|
|
|
|
|
- Prepend library devel packages names by "lib".
|
|
|
|
|
- libavahi-ui moved to libavahi-glib to prevent depending of avahi
|
|
|
|
|
core on libglade2.
|
|
|
|
|
- Split commands line utilities and GTK+ UI utilities to separate
|
|
|
|
|
packages to not force them for daemon or Qt binding users.
|
2008-01-30 18:00:45 +01:00
|
|
|
|
* Thu Sep 06 2007 maw@suse.de
|
2007-09-10 12:01:29 +02:00
|
|
|
|
- Move %%{_datadir}/pixmaps/gnome-nettool2.png from the python
|
|
|
|
|
subpackage to the base package (#299566).
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Wed Sep 05 2007 sbrabec@suse.cz
|
2007-09-10 12:01:29 +02:00
|
|
|
|
- Start avahi by default (#298872).
|
|
|
|
|
- Handle avahi-bookmarks daemon in scriptlets.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Tue Aug 07 2007 maw@suse.de
|
2007-08-09 23:39:07 +02:00
|
|
|
|
- But that macro is deprecated (http://en.opensuse.org/Packaging/SUSE_Package_Conventions/RPM_Macros#3.28._.25run_ldconfig_.28deprecated.29)
|
|
|
|
|
so replace it with /sbin/ldconfig.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Aug 06 2007 bk@suse.de
|
2007-08-09 23:39:07 +02:00
|
|
|
|
- replace -p /usr/sbin/ldconfig with %%{run_ldconfig}
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Jul 30 2007 aj@suse.de
|
2007-08-03 23:12:56 +02:00
|
|
|
|
- Add gcc-c++ to BuildRequires.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Tue Jul 24 2007 aj@suse.de
|
2007-07-24 09:31:52 +02:00
|
|
|
|
- Resort spec file so that mDNSResponder is provided again.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Jul 16 2007 aj@suse.de
|
2007-07-16 11:49:32 +02:00
|
|
|
|
- Fix spec file.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Jul 16 2007 aj@suse.de
|
2007-07-16 10:17:26 +02:00
|
|
|
|
- Use extra spec file for avahi-mono to avoid build cycle
|
|
|
|
|
avahi->gnome->mono->avahi.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Thu Jul 05 2007 maw@suse.de
|
2007-07-10 15:34:46 +02:00
|
|
|
|
- Build require gtk2-devel.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Thu Jul 05 2007 maw@suse.de
|
2007-07-05 18:33:33 +02:00
|
|
|
|
- Don't remove libavahi-common.la, because many things depend on it
|
|
|
|
|
- Make avahi-mono require gtk-sharp2.
|
|
|
|
|
- Update avahi-gacdir.patch, fixing the build on biarch platforms.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Thu Jul 05 2007 maw@suse.de
|
2007-07-05 09:50:23 +02:00
|
|
|
|
- Remove some extraneous comments in the .spec file.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Tue Jul 03 2007 maw@suse.de
|
2007-07-05 00:41:55 +02:00
|
|
|
|
- Update to version 0.6.20:
|
|
|
|
|
+ Various bug fixes and portability fixes
|
|
|
|
|
+ New features, including a new libavahi-ui library and tools
|
|
|
|
|
to exploit it
|
|
|
|
|
+ A fix for a local DoS vulnerability (b.n.c #287123 and
|
|
|
|
|
CVE-2007-3372)
|
|
|
|
|
- Remove upstreamed patches: avahi-python-compile.patch and
|
|
|
|
|
avahi-compat-libdns_sd-fixes.patch; rename
|
|
|
|
|
avahi-discover-icon.patch to avahi-desktop.patch, and fix more
|
|
|
|
|
.desktop files therein
|
|
|
|
|
- Buildrequire gtk-sharp2.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Wed Jun 06 2007 sbrabec@suse.cz
|
2007-06-07 13:12:31 +02:00
|
|
|
|
- Removed invalid desktop Category "Application" (#254654).
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Thu May 24 2007 ro@suse.de
|
2007-05-24 01:35:29 +02:00
|
|
|
|
- fix some rpmlint errors (call ldconfig in post scripts)
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Tue Mar 27 2007 crivera@suse.de
|
2007-03-29 00:16:56 +02:00
|
|
|
|
- Improve libdns_sd compat support. This helps fix 214887.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Mar 26 2007 rguenther@suse.de
|
2007-03-27 01:24:25 +02:00
|
|
|
|
- Add gdbm-devel and zlib-devel BuildRequires.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Tue Mar 13 2007 crivera@suse.de
|
2007-03-15 01:13:12 +01:00
|
|
|
|
- Rework the sub package split. There is a new package, avahi-python,
|
|
|
|
|
that contains all of the Python utilities. This removes all Python
|
|
|
|
|
dependencies from the base avahi package. This fixes 245390.
|
2008-01-30 18:00:45 +01:00
|
|
|
|
* Sat Mar 10 2007 crivera@suse.de
|
2007-03-10 23:51:57 +01:00
|
|
|
|
- Install avahi.firewill in /etc/sysconfig/SuSEfirewall2.d/services
|
|
|
|
|
instead of /usr/share/SuSEfirewall2/services. This allows avahi
|
|
|
|
|
to build again. This also depends on the latest dbus-1-python
|
|
|
|
|
submission being approved.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Tue Feb 27 2007 crivera@suse.de
|
2007-03-02 09:07:04 +01:00
|
|
|
|
- Remove netdev patch in favor of using the configure parameter
|
|
|
|
|
instead. This also fixes a similar issue with the autoipd group
|
|
|
|
|
and user. This fixes 237145.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Feb 26 2007 crivera@suse.de
|
2007-02-26 19:02:05 +01:00
|
|
|
|
- Replace the non-existent "netdev" group with the "avahi" group in
|
|
|
|
|
avahi-dbus.conf. This fixes 237145.
|
|
|
|
|
- Remove Application, Utility, Network, and Settings categories from
|
|
|
|
|
the .desktop file. This fixes 244464.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Wed Feb 21 2007 sbrabec@suse.cz
|
2007-02-22 14:11:21 +01:00
|
|
|
|
- Updated to a bugfix release 0.6.17:
|
|
|
|
|
* Don't accept "localhost" as a local mDNS host name
|
|
|
|
|
* Allow running avahi-bookmarks as CGI script
|
|
|
|
|
* Improve libdns_sd compatibility
|
|
|
|
|
* Stability: libdns_sd mutex locking order fix
|
|
|
|
|
* Publish IPv6 addresses via IPv4 and vice versa
|
|
|
|
|
* IA64 fixes
|
|
|
|
|
* A lot of minor cleanups and fixes
|
|
|
|
|
- Fixed python dependencies (#244457).
|
|
|
|
|
- Fixed howl compatibility links (#244486).
|
|
|
|
|
- Fixed python byte-compilation (#244458).
|
|
|
|
|
- Added avahi-bookmarks init script.
|
|
|
|
|
- Added SuSEfirewall2 rule.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Tue Feb 13 2007 sbrabec@suse.cz
|
2007-02-15 18:09:17 +01:00
|
|
|
|
- Do not build unusable static libraries (#238552#c17).
|
2008-01-30 18:00:45 +01:00
|
|
|
|
* Thu Feb 01 2007 ro@suse.de
|
2007-01-31 23:50:48 +01:00
|
|
|
|
- removed gnome-nettool from BuildRequires (and Recommends)
|
|
|
|
|
(causes a build-cycle) and use local copy of the icon
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Fri Jan 26 2007 ro@suse.de
|
2007-01-26 17:43:45 +01:00
|
|
|
|
- add mono-devel to build requires to make mono-reqprov work
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Wed Jan 24 2007 sbrabec@suse.cz
|
2007-01-24 18:48:36 +01:00
|
|
|
|
- Updated to version 0.6.16 (CVE-2006-5461, CVE-2006-6870):
|
|
|
|
|
* Revert previous patch to check nlmsg_pid as it is bogus and
|
|
|
|
|
breaks in many cases, notably when using NetworkManager.
|
|
|
|
|
* Replace with new SO_PASSCRED-based check of the sending UID
|
|
|
|
|
which seems to work better.
|
|
|
|
|
* Handle some errors in libdns_sd more gracefully the way the real
|
|
|
|
|
libdns_sd does
|
|
|
|
|
* Apply fix for Linux 2.6.19+ where IFA_RTA / IFLA_RTA is no
|
|
|
|
|
longer defined
|
|
|
|
|
* Fix doxygen comments for avahi watch
|
|
|
|
|
* Make d-bus version detection work for >= 1.0
|
|
|
|
|
* Dont dbus_connection_close on shared dbus connections
|
|
|
|
|
* Fix potential endless loop in dns label unpacking code
|
|
|
|
|
* Fix bogus assertion in client-publish-service.c example
|
|
|
|
|
* Mild fix to some doxygen docs for avahi-common/address.h
|
|
|
|
|
* Fix passing in custom priviledged group (previously ignored
|
|
|
|
|
setting)
|
|
|
|
|
* Check that netlink messages actually originate from the kernel
|
|
|
|
|
and not another process.
|
|
|
|
|
* Fix dbus_service_browser not setting
|
|
|
|
|
AVAHI_LOOKUP_RESULT_OUR_OWN.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Sun Jan 21 2007 dmueller@suse.de
|
2007-01-21 23:45:31 +01:00
|
|
|
|
-compat-mDNSResponder-devel should require avahi-devel
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Sat Jan 20 2007 aj@suse.de
|
2007-01-21 11:54:44 +01:00
|
|
|
|
- Fix avahi-sharp.pc file to use correct gcac location.
|
|
|
|
|
- Add obsoletes and provides for mDNSResponder.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Thu Dec 14 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Created init script symlinks in /usr/sbin (#228203).
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Sun Nov 12 2006 thoenig@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Update patch avahi-dbus-request-name-flags-fix-thoenig-02.patch:
|
|
|
|
|
Be precise with regard to the minor version of D-Bus
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Sun Nov 12 2006 thoenig@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Add patch avahi-dbus-request-name-flags-fix-thoenig-01.patch:
|
|
|
|
|
Fix flawed logic for flags passed to dbus_bus_request_name()
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Oct 30 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Check the sender ID of netlink packets before using them
|
|
|
|
|
(#216219).
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Sun Oct 15 2006 danw@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Remove dead patches
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Oct 09 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Build in older products.
|
|
|
|
|
- Enabled parallel build.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Fri Sep 22 2006 aj@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Fix filelist for python upgrade.
|
|
|
|
|
- Build everything with RPM_OPT_FLAGS.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Sep 18 2006 jhargadon@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- update to version 0.6.14
|
|
|
|
|
- Add new daemon "avahi-autoipd" which is an implementation of
|
|
|
|
|
IPv4LL as defined in RFC3927, a technology for assigning link-local IP
|
|
|
|
|
addresses without DHCP server. The same functionality has been available on
|
|
|
|
|
Windows under the name APIPA. While it is not the first implemenatation of
|
|
|
|
|
this technology for Free operating systems it is clearly the most powerful
|
|
|
|
|
and hopefully even the most secure. (Because it chroot()s and drops
|
|
|
|
|
priviliges and suchlike)
|
|
|
|
|
- Fix a segfault in the code handling static host name registrations
|
|
|
|
|
- Add a few new entries to the service type database
|
|
|
|
|
- s/D-?BUS/D-Bus/g
|
|
|
|
|
- Documentation updates
|
|
|
|
|
- Fix service type database building on Solaris
|
|
|
|
|
- Make use of newer D-Bus APIs
|
|
|
|
|
- Fix random seed initialization
|
|
|
|
|
- Install SFTP static service file by default
|
|
|
|
|
- Other minor code cleanups
|
|
|
|
|
- removed upstreamed patches
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Sun Sep 03 2006 aj@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Follow package rename qt->libqt4.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Thu Aug 24 2006 cthiel@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- fix build
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Wed Aug 16 2006 cthiel@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- buildrequire python-gtk-devel instead of python-gtk
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Aug 14 2006 thoenig@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Add patch avahi-dbus-api-fix-thoenig-01.patch: Use
|
|
|
|
|
dbus_connection_close, not dbus_connection_disconnect
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Fri Aug 11 2006 cthiel@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- remove avahi-0.6.10-pygtk-hack.patch, since python-gtk has been fixed in
|
|
|
|
|
the meantime
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Sun Aug 06 2006 cthiel@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- fixed build by adding avahi-0.6.10-pygtk-hack.patch to hack around an
|
|
|
|
|
unfavorable configure check
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Jul 03 2006 schwab@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Fix quoting in configure script.
|
|
|
|
|
- Fix invalid redefinition of docdir.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon May 15 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Updated to version 0.6.10 (#137781).
|
|
|
|
|
* Fix a buffer overflow in avahi-core
|
|
|
|
|
* Refuse to process invalid UTF8 data
|
|
|
|
|
* Automatically reconnect to the DBUS if we're kicked. (Works only if
|
|
|
|
|
chroot() is disabled)
|
|
|
|
|
* Don't hit an assert() in the client libs when the Avahi daemon is
|
|
|
|
|
terminated
|
|
|
|
|
* Enumerate all service types in the database in the Service
|
|
|
|
|
Discovery Applet for Gnome
|
|
|
|
|
* Improve the Bonjour compatibility layer to make it survive
|
|
|
|
|
GnomeMeeting's broken usage
|
|
|
|
|
* Deal properly with local non-ASCII hostnames
|
|
|
|
|
* AMD64 and FreeBSD portability fixes
|
|
|
|
|
* Filter double DNS server entries in avahi-dnsconfd
|
|
|
|
|
* Fix a locking bug in avahi-sharp's EntryGroup.AddService()
|
|
|
|
|
* Ported to Solaris (incomplete)
|
|
|
|
|
* Add _airport._tcp to our service type database
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Tue May 09 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Fixed buffer overflow in avahi_record_to_string() (#137781#c7).
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Apr 24 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Replaced Obsoletes by Conflicts for mDNSResponder* (#149676).
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Wed Apr 19 2006 jpr@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Fix compat layer ABI inconsistencies with mDNSResponder (part of
|
|
|
|
|
[#149676])
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Wed Apr 05 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Wait for daemon initialization in the init script (#150902).
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Tue Apr 04 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Use Provides and Obsoletes instead of Conflicts to allow seamless
|
|
|
|
|
replacement.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Mar 20 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Call %%insserv_cleanup in %%postun.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Thu Feb 09 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Provide libdns_sd.so RPM symbol, as mDNSResponder does.
|
|
|
|
|
- Reduced BuildRequires.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Thu Feb 09 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Fixed circular dependency between avahi and avahi-glib
|
|
|
|
|
(avahi-discover moved to avahi-glib).
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- converted neededforbuild to BuildRequires
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Jan 23 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Updated to version 0.6.5.
|
|
|
|
|
- Enable howl compatibility layer as separate packages.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Jan 16 2006 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Updated to version 0.6.4.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Tue Dec 20 2005 ro@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- fix build with dbus-1 0.60
|
|
|
|
|
- added libxml2-python to nfb
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Fri Dec 16 2005 rml@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Move libdns_sd.so to avahi-compat-mDNSResponder from
|
|
|
|
|
avahi-compat-mDNSResponder-devel (fix up requires/provides)
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Fri Dec 02 2005 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Provide dns_sd.h compatibility symlink.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Fri Dec 02 2005 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Enable mDNSResponder compatibility layer as separate packages.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Fri Dec 02 2005 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Call aclocal to compile in PLUS.
|
|
|
|
|
- Enabled qt4 bindings.
|
|
|
|
|
- Fixed file ownership.
|
|
|
|
|
- Disabled parallel build - mono fails often.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Thu Dec 01 2005 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Bi-arch fix.
|
|
|
|
|
- Build as user.
|
|
|
|
|
- Enabled parallel build.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Wed Nov 30 2005 sbrabec@suse.cz
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Updated to version 0.6.1.
|
|
|
|
|
- Moved all devel files and Requires to devel subpackage.
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Wed Oct 12 2005 ro@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- use gnome2-devel-packages in nfb and cleanup nfb
|
|
|
|
|
- fix build of sharp part on x86_64
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Mon Oct 10 2005 ro@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- removed restart_on_update in postinstall
|
|
|
|
|
(only needed in postuninstall)
|
2008-01-21 00:43:24 +01:00
|
|
|
|
* Thu Oct 06 2005 jpr@suse.de
|
2007-01-15 23:51:59 +01:00
|
|
|
|
- Initial check in
|