This commit is contained in:
parent
bd6883d4ca
commit
7817b050e6
@ -22,7 +22,7 @@ Name: avahi-mono
|
||||
%define build_qt3 0
|
||||
%define build_qt4 0
|
||||
Version: 0.6.22
|
||||
Release: 40
|
||||
Release: 57
|
||||
%if !%build_mono && !%build_qt3 && !%build_qt4
|
||||
# Create split spec files only when building per partes:
|
||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||
@ -103,6 +103,7 @@ Authors:
|
||||
%if %build_core
|
||||
|
||||
%package -n libavahi-client3
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
|
||||
@ -128,6 +129,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-common3
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{name} >= %{version}
|
||||
Group: System/Libraries
|
||||
@ -154,6 +156,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-core5
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
|
||||
@ -179,6 +182,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-ui0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
|
||||
@ -204,6 +208,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-glib1
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/GUI/GNOME
|
||||
# Old name used for <= 10.3:
|
||||
@ -234,6 +239,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-gobject0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Daemons
|
||||
|
||||
@ -259,6 +265,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libdns_sd
|
||||
License: LGPL v2.1 or later
|
||||
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Group: System/Libraries
|
||||
# mDNSResponder-lib used unversioned soname.
|
||||
@ -299,6 +306,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libhowl0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Group: System/Libraries
|
||||
# Old name used for <= 10.3:
|
||||
@ -329,6 +337,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package utils
|
||||
|
||||
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{name} >= %{version}
|
||||
Group: Productivity/Networking/Other
|
||||
@ -355,6 +364,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package utils-gtk
|
||||
|
||||
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{name} >= %{version}
|
||||
Group: Productivity/Networking/Other
|
||||
@ -381,6 +391,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n python-avahi
|
||||
License: LGPL v2.1 or later
|
||||
Summary: A set of Avahi utilities written in Python
|
||||
PreReq: coreutils
|
||||
Requires: %{name} = %{version} python-gdbm python-gtk dbus-1-python python-twisted python-twisted-web
|
||||
@ -412,6 +423,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-devel
|
||||
License: LGPL v2.1 or later
|
||||
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
|
||||
@ -442,6 +454,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-glib-devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version} libavahi-ui0 = %{version} libavahi-glib1 = %{version} glib2-devel gtk2-devel
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -472,6 +485,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-gobject-devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: libavahi-devel = %{version} libavahi-glib-devel libavahi-gobject0 = %{version} glib2-devel
|
||||
Group: System/Daemons
|
||||
@ -498,6 +512,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package compat-mDNSResponder-devel
|
||||
|
||||
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Requires: libavahi-devel = %{version} libdns_sd = %{version}
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -528,6 +543,7 @@ Authors:
|
||||
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++
|
||||
@ -559,6 +575,7 @@ Authors:
|
||||
%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:
|
||||
@ -589,6 +606,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-qt3-devel
|
||||
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version} libavahi-qt3-1 = %{version} qt3-devel
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -622,6 +640,7 @@ Authors:
|
||||
%if %build_qt4
|
||||
|
||||
%package -n libavahi-qt4-1
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/GUI/KDE
|
||||
# Old name used for <= 10.3:
|
||||
@ -652,6 +671,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-qt4-devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version} libavahi-qt4-1 = %{version} libqt4-devel
|
||||
Group: Development/Libraries/C and C++
|
||||
|
@ -22,7 +22,7 @@ Name: avahi-qt4
|
||||
%define build_qt3 0
|
||||
%define build_qt4 1
|
||||
Version: 0.6.22
|
||||
Release: 2
|
||||
Release: 3
|
||||
%if !%build_mono && !%build_qt3 && !%build_qt4
|
||||
# Create split spec files only when building per partes:
|
||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||
@ -106,6 +106,7 @@ Authors:
|
||||
%if %build_core
|
||||
|
||||
%package -n libavahi-client3
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
|
||||
@ -131,6 +132,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-common3
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{name} >= %{version}
|
||||
Group: System/Libraries
|
||||
@ -157,6 +159,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-core5
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
|
||||
@ -182,6 +185,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-ui0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
|
||||
@ -207,6 +211,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-glib1
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/GUI/GNOME
|
||||
# Old name used for <= 10.3:
|
||||
@ -237,6 +242,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-gobject0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Daemons
|
||||
|
||||
@ -262,6 +268,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libdns_sd
|
||||
License: LGPL v2.1 or later
|
||||
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Group: System/Libraries
|
||||
# mDNSResponder-lib used unversioned soname.
|
||||
@ -302,6 +309,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libhowl0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Group: System/Libraries
|
||||
# Old name used for <= 10.3:
|
||||
@ -332,6 +340,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package utils
|
||||
|
||||
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{name} >= %{version}
|
||||
Group: Productivity/Networking/Other
|
||||
@ -358,6 +367,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package utils-gtk
|
||||
|
||||
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{name} >= %{version}
|
||||
Group: Productivity/Networking/Other
|
||||
@ -384,6 +394,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n python-avahi
|
||||
License: LGPL v2.1 or later
|
||||
Summary: A set of Avahi utilities written in Python
|
||||
PreReq: coreutils
|
||||
Requires: %{name} = %{version} python-gdbm python-gtk dbus-1-python python-twisted python-twisted-web
|
||||
@ -415,6 +426,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-devel
|
||||
License: LGPL v2.1 or later
|
||||
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
|
||||
@ -445,6 +457,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-glib-devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version} libavahi-ui0 = %{version} libavahi-glib1 = %{version} glib2-devel gtk2-devel
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -475,6 +488,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-gobject-devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: libavahi-devel = %{version} libavahi-glib-devel libavahi-gobject0 = %{version} glib2-devel
|
||||
Group: System/Daemons
|
||||
@ -501,6 +515,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package compat-mDNSResponder-devel
|
||||
|
||||
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Requires: libavahi-devel = %{version} libdns_sd = %{version}
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -531,6 +546,7 @@ Authors:
|
||||
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++
|
||||
@ -562,6 +578,7 @@ Authors:
|
||||
%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:
|
||||
@ -592,6 +609,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-qt3-devel
|
||||
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version} libavahi-qt3-1 = %{version} qt3-devel
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -625,6 +643,7 @@ Authors:
|
||||
%if %build_qt4
|
||||
|
||||
%package -n libavahi-qt4-1
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/GUI/KDE
|
||||
# Old name used for <= 10.3:
|
||||
@ -655,6 +674,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-qt4-devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version} libavahi-qt4-1 = %{version} libqt4-devel
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -689,6 +709,7 @@ Authors:
|
||||
%if %build_mono
|
||||
|
||||
%package -n avahi-mono
|
||||
License: LGPL v2.1 or later
|
||||
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
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 16:18:47 CET 2008 - sbrabec@suse.cz
|
||||
|
||||
|
30
avahi.spec
30
avahi.spec
@ -24,7 +24,7 @@ Name: avahi
|
||||
%define build_qt3 0
|
||||
%define build_qt4 0
|
||||
Version: 0.6.22
|
||||
Release: 36
|
||||
Release: 47
|
||||
%if !%build_mono && !%build_qt3 && !%build_qt4
|
||||
# Create split spec files only when building per partes:
|
||||
#%(sh %{_sourcedir}/%{_name}_spec-prepare.sh %{_sourcedir} %{name})
|
||||
@ -106,6 +106,7 @@ Authors:
|
||||
%if %build_core
|
||||
|
||||
%package -n libavahi-client3
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
|
||||
@ -131,6 +132,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-common3
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{name} >= %{version}
|
||||
Group: System/Libraries
|
||||
@ -157,6 +159,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-core5
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
|
||||
@ -182,6 +185,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-ui0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Libraries
|
||||
|
||||
@ -207,6 +211,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-glib1
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Glib Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/GUI/GNOME
|
||||
# Old name used for <= 10.3:
|
||||
@ -237,6 +242,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-gobject0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/Daemons
|
||||
|
||||
@ -262,6 +268,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libdns_sd
|
||||
License: LGPL v2.1 or later
|
||||
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Group: System/Libraries
|
||||
# mDNSResponder-lib used unversioned soname.
|
||||
@ -302,6 +309,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libhowl0
|
||||
License: LGPL v2.1 or later
|
||||
Summary: howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Group: System/Libraries
|
||||
# Old name used for <= 10.3:
|
||||
@ -332,6 +340,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package utils
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{name} >= %{version}
|
||||
Group: Productivity/Networking/Other
|
||||
@ -358,6 +367,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package utils-gtk
|
||||
License: LGPL v2.1 or later
|
||||
Summary: GTK+ Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: %{name} >= %{version}
|
||||
Group: Productivity/Networking/Other
|
||||
@ -384,6 +394,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n python-avahi
|
||||
License: LGPL v2.1 or later
|
||||
Summary: A set of Avahi utilities written in Python
|
||||
PreReq: coreutils
|
||||
Requires: %{name} = %{version} python-gdbm python-gtk dbus-1-python python-twisted python-twisted-web
|
||||
@ -415,6 +426,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-devel
|
||||
License: LGPL v2.1 or later
|
||||
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
|
||||
@ -445,6 +457,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-glib-devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version} libavahi-ui0 = %{version} libavahi-glib1 = %{version} glib2-devel gtk2-devel
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -475,6 +488,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-gobject-devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||
Requires: libavahi-devel = %{version} libavahi-glib-devel libavahi-gobject0 = %{version} glib2-devel
|
||||
Group: System/Daemons
|
||||
@ -501,6 +515,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package compat-mDNSResponder-devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Requires: libavahi-devel = %{version} libdns_sd = %{version}
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -531,6 +546,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package compat-howl-devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
|
||||
Requires: libavahi-devel = %{version} libhowl0 = %{version}
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -562,6 +578,7 @@ Authors:
|
||||
%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:
|
||||
@ -592,6 +609,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-qt3-devel
|
||||
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version} libavahi-qt3-1 = %{version} qt3-devel
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -625,6 +643,7 @@ Authors:
|
||||
%if %build_qt4
|
||||
|
||||
%package -n libavahi-qt4-1
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Qt4 Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
Group: System/GUI/KDE
|
||||
# Old name used for <= 10.3:
|
||||
@ -655,6 +674,7 @@ Authors:
|
||||
Sebastien Estienne <sebastien.estienne@gmail.com>
|
||||
|
||||
%package -n libavahi-qt4-devel
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Include Files and Libraries Mandatory for Development
|
||||
Requires: libavahi-devel = %{version} libavahi-qt4-1 = %{version} libqt4-devel
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -689,6 +709,7 @@ Authors:
|
||||
%if %build_mono
|
||||
|
||||
%package -n avahi-mono
|
||||
License: LGPL v2.1 or later
|
||||
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
|
||||
@ -1122,6 +1143,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Tue Mar 11 2008 sbrabec@suse.cz
|
||||
- Fix build failure of avahi-mono.
|
||||
* Wed Mar 05 2008 sbrabec@suse.cz
|
||||
@ -1192,7 +1216,7 @@ fi
|
||||
* Mon Jul 16 2007 aj@suse.de
|
||||
- Use extra spec file for avahi-mono to avoid build cycle
|
||||
avahi->gnome->mono->avahi.
|
||||
* Thu Jul 05 2007 maw@suse.de
|
||||
* Fri Jul 06 2007 maw@suse.de
|
||||
- Build require gtk2-devel.
|
||||
* Thu Jul 05 2007 maw@suse.de
|
||||
- Don't remove libavahi-common.la, because many things depend on it
|
||||
@ -1305,7 +1329,7 @@ fi
|
||||
* Fri Sep 22 2006 aj@suse.de
|
||||
- Fix filelist for python upgrade.
|
||||
- Build everything with RPM_OPT_FLAGS.
|
||||
* Mon Sep 18 2006 jhargadon@suse.de
|
||||
* Tue Sep 19 2006 jhargadon@suse.de
|
||||
- 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
|
||||
|
5
baselibs.conf
Normal file
5
baselibs.conf
Normal file
@ -0,0 +1,5 @@
|
||||
avahi
|
||||
libavahi-client3
|
||||
libavahi-common3
|
||||
libavahi-glib1
|
||||
libdns_sd
|
Loading…
Reference in New Issue
Block a user