This commit is contained in:
committed by
Git OBS Bridge
parent
3c3ebcfaa3
commit
0cc17c674c
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 14 14:17:05 CET 2009 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- avahi-glib2-utils-gtk renamed back to its correct name
|
||||||
|
avahi-utils-gtk (bnc#456418).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 13 12:34:56 CET 2009 - olh@suse.de
|
||||||
|
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 15 18:21:42 CET 2008 - sbrabec@suse.cz
|
Mon Dec 15 18:21:42 CET 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package avahi-glib2 (Version 0.6.23)
|
# spec file for package avahi-glib2 (Version 0.6.23)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -31,7 +31,7 @@ Name: avahi-glib2
|
|||||||
%define build_qt3 0
|
%define build_qt3 0
|
||||||
%define build_qt4 0
|
%define build_qt4 0
|
||||||
Version: 0.6.23
|
Version: 0.6.23
|
||||||
Release: 10
|
Release: 11
|
||||||
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
|
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
|
||||||
# Create split spec files only when building per partes:
|
# Create split spec files only when building per partes:
|
||||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||||
@@ -96,6 +96,11 @@ Conflicts: avahi-utils-gtk <= 0.6.22
|
|||||||
#BuildRequires: dbus-1-python
|
#BuildRequires: dbus-1-python
|
||||||
#Requires: dbus-1
|
#Requires: dbus-1
|
||||||
Requires: nss-mdns
|
Requires: nss-mdns
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: mDNSResponder-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
# mDNSResponder was used for <= 10.2:
|
# mDNSResponder was used for <= 10.2:
|
||||||
Provides: mDNSResponder = 107.5
|
Provides: mDNSResponder = 107.5
|
||||||
Obsoletes: mDNSResponder <= 107.5
|
Obsoletes: mDNSResponder <= 107.5
|
||||||
@@ -230,6 +235,11 @@ Provides: libdns_sd.so()(64bit)
|
|||||||
%else
|
%else
|
||||||
Provides: libdns_sd.so
|
Provides: libdns_sd.so
|
||||||
%endif
|
%endif
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: mDNSResponder-lib-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
# mDNSResponder-lib was used for <= 10.2:
|
# mDNSResponder-lib was used for <= 10.2:
|
||||||
Provides: mDNSResponder-lib = 107.5
|
Provides: mDNSResponder-lib = 107.5
|
||||||
Obsoletes: mDNSResponder-lib <= 107.5
|
Obsoletes: mDNSResponder-lib <= 107.5
|
||||||
@@ -527,23 +537,18 @@ Authors:
|
|||||||
Trent Lloyd <lathiat@freedesktop.org>
|
Trent Lloyd <lathiat@freedesktop.org>
|
||||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||||
|
|
||||||
%package utils-gtk
|
%package -n avahi-utils-gtk
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||||
Requires: %{_name} >= %{version}
|
Requires: %{_name} >= %{version}
|
||||||
Group: System/Daemons
|
Group: Productivity/Networking/Other
|
||||||
%if "%name" == "avahi"
|
# Due to a mistake in the spec file build staging, this package had
|
||||||
# Due to a mistake in the spec file build staging, this package have
|
|
||||||
# name avahi-glib2-utils-gtk in 11.1 and SLE11 and avahi-utils-gtk in
|
# name avahi-glib2-utils-gtk in 11.1 and SLE11 and avahi-utils-gtk in
|
||||||
# all other products. This bug happens only in multi-stage build.
|
# all other products.
|
||||||
Provides: avahi-glib2-utils-gtk = %{version}
|
Provides: avahi-glib2-utils-gtk = %{version}
|
||||||
Obsoletes: avahi-glib2-utils-gtk < %{version}
|
Obsoletes: avahi-glib2-utils-gtk < %{version}
|
||||||
%else
|
|
||||||
Provides: avahi-utils-gtk = %{version}
|
|
||||||
Obsoletes: avahi-utils-gtk < %{version}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description utils-gtk
|
%description -n avahi-utils-gtk
|
||||||
Avahi is an implementation of the DNS Service Discovery and Multicast
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
||||||
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
||||||
communication between user applications and a system daemon. The daemon
|
communication between user applications and a system daemon. The daemon
|
||||||
@@ -943,12 +948,7 @@ cd ..
|
|||||||
%__make %{?jobs:-j%jobs} install-pkgconfigDATA DESTDIR=$RPM_BUILD_ROOT
|
%__make %{?jobs:-j%jobs} install-pkgconfigDATA DESTDIR=$RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
%if %build_core
|
%if %build_core
|
||||||
## WARNING: found empty dependency_libs variable. please remove the
|
rm $RPM_BUILD_ROOT%{_libdir}/libavahi-common.la
|
||||||
## 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
|
|
||||||
install -d $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
|
install -d $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
|
||||||
ln -s avahi-compat-libdns_sd/dns_sd.h $RPM_BUILD_ROOT%{_includedir}/
|
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
|
ln -s avahi-compat-howl.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/howl.pc
|
||||||
@@ -1201,7 +1201,6 @@ fi
|
|||||||
%{_libdir}/libavahi-core.*a
|
%{_libdir}/libavahi-core.*a
|
||||||
%{_libdir}/libavahi-core*.so
|
%{_libdir}/libavahi-core*.so
|
||||||
%{_libdir}/libavahi-common*.so
|
%{_libdir}/libavahi-common*.so
|
||||||
%{_libdir}/libavahi-common*.*a
|
|
||||||
%{_libdir}/pkgconfig/avahi-client.pc
|
%{_libdir}/pkgconfig/avahi-client.pc
|
||||||
%{_libdir}/pkgconfig/avahi-core.pc
|
%{_libdir}/pkgconfig/avahi-core.pc
|
||||||
|
|
||||||
@@ -1241,7 +1240,7 @@ fi
|
|||||||
%doc %{_mandir}/man1/avahi-discover.1*
|
%doc %{_mandir}/man1/avahi-discover.1*
|
||||||
%{py_sitedir}/avahi_discover
|
%{py_sitedir}/avahi_discover
|
||||||
|
|
||||||
%files utils-gtk
|
%files -n avahi-utils-gtk
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/bshell
|
%{_bindir}/bshell
|
||||||
%{_bindir}/bssh
|
%{_bindir}/bssh
|
||||||
@@ -1315,6 +1314,11 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 14 2009 sbrabec@suse.cz
|
||||||
|
- avahi-glib2-utils-gtk renamed back to its correct name
|
||||||
|
avahi-utils-gtk (bnc#456418).
|
||||||
|
* Tue Jan 13 2009 olh@suse.de
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Mon Dec 15 2008 sbrabec@suse.cz
|
* Mon Dec 15 2008 sbrabec@suse.cz
|
||||||
- avahi-discover.glade is required by avahi-utils-gtk and
|
- avahi-discover.glade is required by avahi-utils-gtk and
|
||||||
python-avahi-gtk => move to avahi (bnc#456418).
|
python-avahi-gtk => move to avahi (bnc#456418).
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package avahi-mono (Version 0.6.23)
|
# spec file for package avahi-mono (Version 0.6.23)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -31,7 +31,7 @@ Name: avahi-mono
|
|||||||
%define build_qt3 0
|
%define build_qt3 0
|
||||||
%define build_qt4 0
|
%define build_qt4 0
|
||||||
Version: 0.6.23
|
Version: 0.6.23
|
||||||
Release: 58
|
Release: 59
|
||||||
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
|
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
|
||||||
# Create split spec files only when building per partes:
|
# Create split spec files only when building per partes:
|
||||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||||
@@ -96,6 +96,11 @@ Conflicts: avahi-utils-gtk <= 0.6.22
|
|||||||
#BuildRequires: dbus-1-python
|
#BuildRequires: dbus-1-python
|
||||||
#Requires: dbus-1
|
#Requires: dbus-1
|
||||||
Requires: nss-mdns
|
Requires: nss-mdns
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: mDNSResponder-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
# mDNSResponder was used for <= 10.2:
|
# mDNSResponder was used for <= 10.2:
|
||||||
Provides: mDNSResponder = 107.5
|
Provides: mDNSResponder = 107.5
|
||||||
Obsoletes: mDNSResponder <= 107.5
|
Obsoletes: mDNSResponder <= 107.5
|
||||||
@@ -229,6 +234,11 @@ Provides: libdns_sd.so()(64bit)
|
|||||||
%else
|
%else
|
||||||
Provides: libdns_sd.so
|
Provides: libdns_sd.so
|
||||||
%endif
|
%endif
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: mDNSResponder-lib-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
# mDNSResponder-lib was used for <= 10.2:
|
# mDNSResponder-lib was used for <= 10.2:
|
||||||
Provides: mDNSResponder-lib = 107.5
|
Provides: mDNSResponder-lib = 107.5
|
||||||
Obsoletes: mDNSResponder-lib <= 107.5
|
Obsoletes: mDNSResponder-lib <= 107.5
|
||||||
@@ -526,23 +536,18 @@ Authors:
|
|||||||
Trent Lloyd <lathiat@freedesktop.org>
|
Trent Lloyd <lathiat@freedesktop.org>
|
||||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||||
|
|
||||||
%package utils-gtk
|
%package -n avahi-utils-gtk
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||||
Requires: %{_name} >= %{version}
|
Requires: %{_name} >= %{version}
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
%if "%name" == "avahi"
|
# Due to a mistake in the spec file build staging, this package had
|
||||||
# Due to a mistake in the spec file build staging, this package have
|
|
||||||
# name avahi-glib2-utils-gtk in 11.1 and SLE11 and avahi-utils-gtk in
|
# name avahi-glib2-utils-gtk in 11.1 and SLE11 and avahi-utils-gtk in
|
||||||
# all other products. This bug happens only in multi-stage build.
|
# all other products.
|
||||||
Provides: avahi-glib2-utils-gtk = %{version}
|
Provides: avahi-glib2-utils-gtk = %{version}
|
||||||
Obsoletes: avahi-glib2-utils-gtk < %{version}
|
Obsoletes: avahi-glib2-utils-gtk < %{version}
|
||||||
%else
|
|
||||||
Provides: avahi-utils-gtk = %{version}
|
|
||||||
Obsoletes: avahi-utils-gtk < %{version}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description utils-gtk
|
%description -n avahi-utils-gtk
|
||||||
Avahi is an implementation of the DNS Service Discovery and Multicast
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
||||||
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
||||||
communication between user applications and a system daemon. The daemon
|
communication between user applications and a system daemon. The daemon
|
||||||
@@ -942,12 +947,7 @@ cd ..
|
|||||||
%__make %{?jobs:-j%jobs} install-pkgconfigDATA DESTDIR=$RPM_BUILD_ROOT
|
%__make %{?jobs:-j%jobs} install-pkgconfigDATA DESTDIR=$RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
%if %build_core
|
%if %build_core
|
||||||
## WARNING: found empty dependency_libs variable. please remove the
|
rm $RPM_BUILD_ROOT%{_libdir}/libavahi-common.la
|
||||||
## 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
|
|
||||||
install -d $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
|
install -d $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
|
||||||
ln -s avahi-compat-libdns_sd/dns_sd.h $RPM_BUILD_ROOT%{_includedir}/
|
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
|
ln -s avahi-compat-howl.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/howl.pc
|
||||||
@@ -1200,7 +1200,6 @@ fi
|
|||||||
%{_libdir}/libavahi-core.*a
|
%{_libdir}/libavahi-core.*a
|
||||||
%{_libdir}/libavahi-core*.so
|
%{_libdir}/libavahi-core*.so
|
||||||
%{_libdir}/libavahi-common*.so
|
%{_libdir}/libavahi-common*.so
|
||||||
%{_libdir}/libavahi-common*.*a
|
|
||||||
%{_libdir}/pkgconfig/avahi-client.pc
|
%{_libdir}/pkgconfig/avahi-client.pc
|
||||||
%{_libdir}/pkgconfig/avahi-core.pc
|
%{_libdir}/pkgconfig/avahi-core.pc
|
||||||
|
|
||||||
@@ -1240,7 +1239,7 @@ fi
|
|||||||
%doc %{_mandir}/man1/avahi-discover.1*
|
%doc %{_mandir}/man1/avahi-discover.1*
|
||||||
%{py_sitedir}/avahi_discover
|
%{py_sitedir}/avahi_discover
|
||||||
|
|
||||||
%files utils-gtk
|
%files -n avahi-utils-gtk
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/bshell
|
%{_bindir}/bshell
|
||||||
%{_bindir}/bssh
|
%{_bindir}/bssh
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package avahi-qt4 (Version 0.6.23)
|
# spec file for package avahi-qt4 (Version 0.6.23)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -31,7 +31,7 @@ Name: avahi-qt4
|
|||||||
%define build_qt3 0
|
%define build_qt3 0
|
||||||
%define build_qt4 1
|
%define build_qt4 1
|
||||||
Version: 0.6.23
|
Version: 0.6.23
|
||||||
Release: 10
|
Release: 11
|
||||||
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
|
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
|
||||||
# Create split spec files only when building per partes:
|
# Create split spec files only when building per partes:
|
||||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||||
@@ -96,6 +96,11 @@ Conflicts: avahi-utils-gtk <= 0.6.22
|
|||||||
#BuildRequires: dbus-1-python
|
#BuildRequires: dbus-1-python
|
||||||
#Requires: dbus-1
|
#Requires: dbus-1
|
||||||
Requires: nss-mdns
|
Requires: nss-mdns
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: mDNSResponder-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
# mDNSResponder was used for <= 10.2:
|
# mDNSResponder was used for <= 10.2:
|
||||||
Provides: mDNSResponder = 107.5
|
Provides: mDNSResponder = 107.5
|
||||||
Obsoletes: mDNSResponder <= 107.5
|
Obsoletes: mDNSResponder <= 107.5
|
||||||
@@ -232,6 +237,11 @@ Provides: libdns_sd.so()(64bit)
|
|||||||
%else
|
%else
|
||||||
Provides: libdns_sd.so
|
Provides: libdns_sd.so
|
||||||
%endif
|
%endif
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: mDNSResponder-lib-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
# mDNSResponder-lib was used for <= 10.2:
|
# mDNSResponder-lib was used for <= 10.2:
|
||||||
Provides: mDNSResponder-lib = 107.5
|
Provides: mDNSResponder-lib = 107.5
|
||||||
Obsoletes: mDNSResponder-lib <= 107.5
|
Obsoletes: mDNSResponder-lib <= 107.5
|
||||||
@@ -529,23 +539,18 @@ Authors:
|
|||||||
Trent Lloyd <lathiat@freedesktop.org>
|
Trent Lloyd <lathiat@freedesktop.org>
|
||||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||||
|
|
||||||
%package utils-gtk
|
%package -n avahi-utils-gtk
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||||
Requires: %{_name} >= %{version}
|
Requires: %{_name} >= %{version}
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
%if "%name" == "avahi"
|
# Due to a mistake in the spec file build staging, this package had
|
||||||
# Due to a mistake in the spec file build staging, this package have
|
|
||||||
# name avahi-glib2-utils-gtk in 11.1 and SLE11 and avahi-utils-gtk in
|
# name avahi-glib2-utils-gtk in 11.1 and SLE11 and avahi-utils-gtk in
|
||||||
# all other products. This bug happens only in multi-stage build.
|
# all other products.
|
||||||
Provides: avahi-glib2-utils-gtk = %{version}
|
Provides: avahi-glib2-utils-gtk = %{version}
|
||||||
Obsoletes: avahi-glib2-utils-gtk < %{version}
|
Obsoletes: avahi-glib2-utils-gtk < %{version}
|
||||||
%else
|
|
||||||
Provides: avahi-utils-gtk = %{version}
|
|
||||||
Obsoletes: avahi-utils-gtk < %{version}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description utils-gtk
|
%description -n avahi-utils-gtk
|
||||||
Avahi is an implementation of the DNS Service Discovery and Multicast
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
||||||
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
||||||
communication between user applications and a system daemon. The daemon
|
communication between user applications and a system daemon. The daemon
|
||||||
@@ -945,12 +950,7 @@ cd ..
|
|||||||
%__make %{?jobs:-j%jobs} install-pkgconfigDATA DESTDIR=$RPM_BUILD_ROOT
|
%__make %{?jobs:-j%jobs} install-pkgconfigDATA DESTDIR=$RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
%if %build_core
|
%if %build_core
|
||||||
## WARNING: found empty dependency_libs variable. please remove the
|
rm $RPM_BUILD_ROOT%{_libdir}/libavahi-common.la
|
||||||
## 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
|
|
||||||
install -d $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
|
install -d $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
|
||||||
ln -s avahi-compat-libdns_sd/dns_sd.h $RPM_BUILD_ROOT%{_includedir}/
|
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
|
ln -s avahi-compat-howl.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/howl.pc
|
||||||
@@ -1203,7 +1203,6 @@ fi
|
|||||||
%{_libdir}/libavahi-core.*a
|
%{_libdir}/libavahi-core.*a
|
||||||
%{_libdir}/libavahi-core*.so
|
%{_libdir}/libavahi-core*.so
|
||||||
%{_libdir}/libavahi-common*.so
|
%{_libdir}/libavahi-common*.so
|
||||||
%{_libdir}/libavahi-common*.*a
|
|
||||||
%{_libdir}/pkgconfig/avahi-client.pc
|
%{_libdir}/pkgconfig/avahi-client.pc
|
||||||
%{_libdir}/pkgconfig/avahi-core.pc
|
%{_libdir}/pkgconfig/avahi-core.pc
|
||||||
|
|
||||||
@@ -1243,7 +1242,7 @@ fi
|
|||||||
%doc %{_mandir}/man1/avahi-discover.1*
|
%doc %{_mandir}/man1/avahi-discover.1*
|
||||||
%{py_sitedir}/avahi_discover
|
%{py_sitedir}/avahi_discover
|
||||||
|
|
||||||
%files utils-gtk
|
%files -n avahi-utils-gtk
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/bshell
|
%{_bindir}/bshell
|
||||||
%{_bindir}/bssh
|
%{_bindir}/bssh
|
||||||
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 14 14:17:05 CET 2009 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- avahi-glib2-utils-gtk renamed back to its correct name
|
||||||
|
avahi-utils-gtk (bnc#456418).
|
||||||
|
- Removed pointless libtool .la file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 13 12:34:56 CET 2009 - olh@suse.de
|
||||||
|
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 09:10:32 CET 2008 - mauro@suse.de
|
Wed Dec 17 09:10:32 CET 2008 - mauro@suse.de
|
||||||
|
|
||||||
|
43
avahi.spec
43
avahi.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package avahi (Version 0.6.23)
|
# spec file for package avahi (Version 0.6.23)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -33,7 +33,7 @@ Name: avahi
|
|||||||
%define build_qt3 0
|
%define build_qt3 0
|
||||||
%define build_qt4 0
|
%define build_qt4 0
|
||||||
Version: 0.6.23
|
Version: 0.6.23
|
||||||
Release: 39
|
Release: 40
|
||||||
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
|
%if !%build_glib2 && !%build_mono && !%build_qt3 && !%build_qt4
|
||||||
# Create split spec files only when building per partes:
|
# Create split spec files only when building per partes:
|
||||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||||
@@ -98,6 +98,11 @@ Conflicts: avahi-utils-gtk <= 0.6.22
|
|||||||
#BuildRequires: dbus-1-python
|
#BuildRequires: dbus-1-python
|
||||||
#Requires: dbus-1
|
#Requires: dbus-1
|
||||||
Requires: nss-mdns
|
Requires: nss-mdns
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: mDNSResponder-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
# mDNSResponder was used for <= 10.2:
|
# mDNSResponder was used for <= 10.2:
|
||||||
Provides: mDNSResponder = 107.5
|
Provides: mDNSResponder = 107.5
|
||||||
Obsoletes: mDNSResponder <= 107.5
|
Obsoletes: mDNSResponder <= 107.5
|
||||||
@@ -232,6 +237,11 @@ Provides: libdns_sd.so()(64bit)
|
|||||||
%else
|
%else
|
||||||
Provides: libdns_sd.so
|
Provides: libdns_sd.so
|
||||||
%endif
|
%endif
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: mDNSResponder-lib-64bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
# mDNSResponder-lib was used for <= 10.2:
|
# mDNSResponder-lib was used for <= 10.2:
|
||||||
Provides: mDNSResponder-lib = 107.5
|
Provides: mDNSResponder-lib = 107.5
|
||||||
Obsoletes: mDNSResponder-lib <= 107.5
|
Obsoletes: mDNSResponder-lib <= 107.5
|
||||||
@@ -529,23 +539,18 @@ Authors:
|
|||||||
Trent Lloyd <lathiat@freedesktop.org>
|
Trent Lloyd <lathiat@freedesktop.org>
|
||||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||||
|
|
||||||
%package utils-gtk
|
%package -n avahi-utils-gtk
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||||
Requires: %{_name} >= %{version}
|
Requires: %{_name} >= %{version}
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
%if "%name" == "avahi"
|
# Due to a mistake in the spec file build staging, this package had
|
||||||
# Due to a mistake in the spec file build staging, this package have
|
|
||||||
# name avahi-glib2-utils-gtk in 11.1 and SLE11 and avahi-utils-gtk in
|
# name avahi-glib2-utils-gtk in 11.1 and SLE11 and avahi-utils-gtk in
|
||||||
# all other products. This bug happens only in multi-stage build.
|
# all other products.
|
||||||
Provides: avahi-glib2-utils-gtk = %{version}
|
Provides: avahi-glib2-utils-gtk = %{version}
|
||||||
Obsoletes: avahi-glib2-utils-gtk < %{version}
|
Obsoletes: avahi-glib2-utils-gtk < %{version}
|
||||||
%else
|
|
||||||
Provides: avahi-utils-gtk = %{version}
|
|
||||||
Obsoletes: avahi-utils-gtk < %{version}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description utils-gtk
|
%description -n avahi-utils-gtk
|
||||||
Avahi is an implementation of the DNS Service Discovery and Multicast
|
Avahi is an implementation of the DNS Service Discovery and Multicast
|
||||||
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
DNS specifications for Zeroconf Computing. It uses D-BUS for
|
||||||
communication between user applications and a system daemon. The daemon
|
communication between user applications and a system daemon. The daemon
|
||||||
@@ -945,12 +950,7 @@ cd ..
|
|||||||
%__make %{?jobs:-j%jobs} install-pkgconfigDATA DESTDIR=$RPM_BUILD_ROOT
|
%__make %{?jobs:-j%jobs} install-pkgconfigDATA DESTDIR=$RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
%if %build_core
|
%if %build_core
|
||||||
## WARNING: found empty dependency_libs variable. please remove the
|
rm $RPM_BUILD_ROOT%{_libdir}/libavahi-common.la
|
||||||
## 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
|
|
||||||
install -d $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
|
install -d $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
|
||||||
ln -s avahi-compat-libdns_sd/dns_sd.h $RPM_BUILD_ROOT%{_includedir}/
|
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
|
ln -s avahi-compat-howl.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/howl.pc
|
||||||
@@ -1203,7 +1203,6 @@ fi
|
|||||||
%{_libdir}/libavahi-core.*a
|
%{_libdir}/libavahi-core.*a
|
||||||
%{_libdir}/libavahi-core*.so
|
%{_libdir}/libavahi-core*.so
|
||||||
%{_libdir}/libavahi-common*.so
|
%{_libdir}/libavahi-common*.so
|
||||||
%{_libdir}/libavahi-common*.*a
|
|
||||||
%{_libdir}/pkgconfig/avahi-client.pc
|
%{_libdir}/pkgconfig/avahi-client.pc
|
||||||
%{_libdir}/pkgconfig/avahi-core.pc
|
%{_libdir}/pkgconfig/avahi-core.pc
|
||||||
|
|
||||||
@@ -1243,7 +1242,7 @@ fi
|
|||||||
%doc %{_mandir}/man1/avahi-discover.1*
|
%doc %{_mandir}/man1/avahi-discover.1*
|
||||||
%{py_sitedir}/avahi_discover
|
%{py_sitedir}/avahi_discover
|
||||||
|
|
||||||
%files utils-gtk
|
%files -n avahi-utils-gtk
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/bshell
|
%{_bindir}/bshell
|
||||||
%{_bindir}/bssh
|
%{_bindir}/bssh
|
||||||
@@ -1317,6 +1316,12 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 14 2009 sbrabec@suse.cz
|
||||||
|
- avahi-glib2-utils-gtk renamed back to its correct name
|
||||||
|
avahi-utils-gtk (bnc#456418).
|
||||||
|
- Removed pointless libtool .la file.
|
||||||
|
* Tue Jan 13 2009 olh@suse.de
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Wed Dec 17 2008 mauro@suse.de
|
* Wed Dec 17 2008 mauro@suse.de
|
||||||
- Added bnc_459007.patch to fix bnc#459007
|
- Added bnc_459007.patch to fix bnc#459007
|
||||||
+ Fixes CVE-2008-5081
|
+ Fixes CVE-2008-5081
|
||||||
|
Reference in New Issue
Block a user