This commit is contained in:
parent
31d31b13de
commit
05ab6a6368
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 1 17:19:48 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- fix requires for debuginfo package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 26 13:18:59 CEST 2008 - aj@suse.de
|
||||||
|
|
||||||
|
- Fix requires to require avahi base package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 18 17:18:20 CEST 2008 - sbrabec@suse.cz
|
Fri Jul 18 17:18:20 CEST 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -24,7 +24,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: 1
|
Release: 2
|
||||||
%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})
|
||||||
@ -70,7 +70,7 @@ BuildRequires: python-devel python-gdbm
|
|||||||
%if %build_core
|
%if %build_core
|
||||||
Source5: %{_name}_spec-prepare.sh
|
Source5: %{_name}_spec-prepare.sh
|
||||||
PreReq: pwdutils
|
PreReq: pwdutils
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{_name}-lang = %{version}
|
||||||
BuildRequires: dbus-1-devel doxygen graphviz python-gdbm zlib-devel
|
BuildRequires: dbus-1-devel doxygen graphviz python-gdbm zlib-devel
|
||||||
# For python bindings and utilities:
|
# For python bindings and utilities:
|
||||||
#BuildRequires: dbus-1-python
|
#BuildRequires: dbus-1-python
|
||||||
@ -307,7 +307,7 @@ Authors:
|
|||||||
%package utils
|
%package utils
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{_name} >= %{version}
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
@ -335,7 +335,7 @@ Authors:
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: Include Files and Libraries Mandatory for Development
|
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
|
Requires: %{_name} = %{version} libavahi-common3 = %{version} libavahi-core5 = %{version} libavahi-client3 = %{version} dbus-1-devel glibc-devel
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# Last appeared in OpenSUSE 10.3:
|
# Last appeared in OpenSUSE 10.3:
|
||||||
Provides: avahi-devel = %{version}
|
Provides: avahi-devel = %{version}
|
||||||
@ -424,6 +424,7 @@ Authors:
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%if %build_glib2
|
%if %build_glib2
|
||||||
|
%define debug_package_requires libavahi-ui0 = %{version}
|
||||||
|
|
||||||
%package -n libavahi-ui0
|
%package -n libavahi-ui0
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
@ -511,7 +512,7 @@ Authors:
|
|||||||
%package utils-gtk
|
%package utils-gtk
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: D-BUS Service for Zeroconf and Bonjour
|
Summary: D-BUS Service for Zeroconf and Bonjour
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{_name} >= %{version}
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
|
|
||||||
%description utils-gtk
|
%description utils-gtk
|
||||||
@ -1277,6 +1278,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 01 2008 ro@suse.de
|
||||||
|
- fix requires for debuginfo package
|
||||||
|
* Sat Jul 26 2008 aj@suse.de
|
||||||
|
- Fix requires to require avahi base package.
|
||||||
* Fri Jul 18 2008 sbrabec@suse.cz
|
* Fri Jul 18 2008 sbrabec@suse.cz
|
||||||
- Build glib2, gobject and python stuff separately to break build
|
- Build glib2, gobject and python stuff separately to break build
|
||||||
loop cups -> gtk2 -> avahi -> cups.
|
loop cups -> gtk2 -> avahi -> cups.
|
||||||
|
@ -24,7 +24,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: 1
|
Release: 16
|
||||||
%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})
|
||||||
@ -70,7 +70,7 @@ BuildRequires: python-devel python-gdbm
|
|||||||
%if %build_core
|
%if %build_core
|
||||||
Source5: %{_name}_spec-prepare.sh
|
Source5: %{_name}_spec-prepare.sh
|
||||||
PreReq: pwdutils
|
PreReq: pwdutils
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{_name}-lang = %{version}
|
||||||
BuildRequires: dbus-1-devel doxygen graphviz python-gdbm zlib-devel
|
BuildRequires: dbus-1-devel doxygen graphviz python-gdbm zlib-devel
|
||||||
# For python bindings and utilities:
|
# For python bindings and utilities:
|
||||||
#BuildRequires: dbus-1-python
|
#BuildRequires: dbus-1-python
|
||||||
@ -306,7 +306,7 @@ Authors:
|
|||||||
%package utils
|
%package utils
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{_name} >= %{version}
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
@ -334,7 +334,7 @@ Authors:
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: Include Files and Libraries Mandatory for Development
|
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
|
Requires: %{_name} = %{version} libavahi-common3 = %{version} libavahi-core5 = %{version} libavahi-client3 = %{version} dbus-1-devel glibc-devel
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# Last appeared in OpenSUSE 10.3:
|
# Last appeared in OpenSUSE 10.3:
|
||||||
Provides: avahi-devel = %{version}
|
Provides: avahi-devel = %{version}
|
||||||
@ -423,6 +423,7 @@ Authors:
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%if %build_glib2
|
%if %build_glib2
|
||||||
|
%define debug_package_requires libavahi-ui0 = %{version}
|
||||||
|
|
||||||
%package -n libavahi-ui0
|
%package -n libavahi-ui0
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
@ -510,7 +511,7 @@ Authors:
|
|||||||
%package utils-gtk
|
%package 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
|
||||||
|
|
||||||
%description utils-gtk
|
%description utils-gtk
|
||||||
|
@ -24,7 +24,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: 1
|
Release: 2
|
||||||
%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})
|
||||||
@ -70,7 +70,7 @@ BuildRequires: python-devel python-gdbm
|
|||||||
%if %build_core
|
%if %build_core
|
||||||
Source5: %{_name}_spec-prepare.sh
|
Source5: %{_name}_spec-prepare.sh
|
||||||
PreReq: pwdutils
|
PreReq: pwdutils
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{_name}-lang = %{version}
|
||||||
BuildRequires: dbus-1-devel doxygen graphviz python-gdbm zlib-devel
|
BuildRequires: dbus-1-devel doxygen graphviz python-gdbm zlib-devel
|
||||||
# For python bindings and utilities:
|
# For python bindings and utilities:
|
||||||
#BuildRequires: dbus-1-python
|
#BuildRequires: dbus-1-python
|
||||||
@ -309,7 +309,7 @@ Authors:
|
|||||||
%package utils
|
%package utils
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{_name} >= %{version}
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
@ -337,7 +337,7 @@ Authors:
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: Include Files and Libraries Mandatory for Development
|
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
|
Requires: %{_name} = %{version} libavahi-common3 = %{version} libavahi-core5 = %{version} libavahi-client3 = %{version} dbus-1-devel glibc-devel
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# Last appeared in OpenSUSE 10.3:
|
# Last appeared in OpenSUSE 10.3:
|
||||||
Provides: avahi-devel = %{version}
|
Provides: avahi-devel = %{version}
|
||||||
@ -426,6 +426,7 @@ Authors:
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%if %build_glib2
|
%if %build_glib2
|
||||||
|
%define debug_package_requires libavahi-ui0 = %{version}
|
||||||
|
|
||||||
%package -n libavahi-ui0
|
%package -n libavahi-ui0
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
@ -513,7 +514,7 @@ Authors:
|
|||||||
%package utils-gtk
|
%package 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
|
||||||
|
|
||||||
%description utils-gtk
|
%description utils-gtk
|
||||||
|
11
avahi.spec
11
avahi.spec
@ -26,7 +26,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: 1
|
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})
|
||||||
@ -72,7 +72,7 @@ BuildRequires: python-devel python-gdbm
|
|||||||
%if %build_core
|
%if %build_core
|
||||||
Source5: %{_name}_spec-prepare.sh
|
Source5: %{_name}_spec-prepare.sh
|
||||||
PreReq: pwdutils
|
PreReq: pwdutils
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{_name}-lang = %{version}
|
||||||
BuildRequires: dbus-1-devel doxygen graphviz python-gdbm zlib-devel
|
BuildRequires: dbus-1-devel doxygen graphviz python-gdbm zlib-devel
|
||||||
# For python bindings and utilities:
|
# For python bindings and utilities:
|
||||||
#BuildRequires: dbus-1-python
|
#BuildRequires: dbus-1-python
|
||||||
@ -309,7 +309,7 @@ Authors:
|
|||||||
%package utils
|
%package utils
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{_name} >= %{version}
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
@ -337,7 +337,7 @@ Authors:
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: Include Files and Libraries Mandatory for Development
|
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
|
Requires: %{_name} = %{version} libavahi-common3 = %{version} libavahi-core5 = %{version} libavahi-client3 = %{version} dbus-1-devel glibc-devel
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# Last appeared in OpenSUSE 10.3:
|
# Last appeared in OpenSUSE 10.3:
|
||||||
Provides: avahi-devel = %{version}
|
Provides: avahi-devel = %{version}
|
||||||
@ -426,6 +426,7 @@ Authors:
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%if %build_glib2
|
%if %build_glib2
|
||||||
|
%define debug_package_requires libavahi-ui0 = %{version}
|
||||||
|
|
||||||
%package -n libavahi-ui0
|
%package -n libavahi-ui0
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
@ -513,7 +514,7 @@ Authors:
|
|||||||
%package utils-gtk
|
%package 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
|
||||||
|
|
||||||
%description utils-gtk
|
%description utils-gtk
|
||||||
|
Loading…
Reference in New Issue
Block a user