OBS User unknown 2008-09-14 23:22:50 +00:00 committed by Git OBS Bridge
parent 7478472d7d
commit 63359f462d
4 changed files with 45 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d5a8b260424400d235e15de38ed5c831ccb1b309a7af9bf4f3306027255c923
size 101848

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:149c13556941942c3db55de5b0f21b7d5a3de0d99e867676229b11b32a12fa7b
size 138214

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 11 19:01:36 EDT 2008 - abockover@suse.de
- Updated to version 0.8.0
- New Avahi provider using DBus instead of libavahi
- Improved IPv6 support (AddressProtocol/A6 query support)
- Garbage Collection bug fixed in the Bonjour backend
- New MZClient features: setting interface, domain, address type
restrictions on browse/resolve operations
-------------------------------------------------------------------
Fri Mar 21 02:08:47 CET 2008 - abockover@suse.de

View File

@ -1,10 +1,17 @@
#
# spec file for package mono-zeroconf (Version 0.7.6)
# spec file for package mono-zeroconf (Version 0.8.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -17,14 +24,14 @@ License: X11/MIT
Group: Development/Languages/Mono
Summary: A cross platform Zero Configuration Networking library for Mono
Url: http://mono-project.com/Mono.Zeroconf
Version: 0.7.6
Version: 0.8.0
Release: 1
Source0: %{name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: mono-devel
Requires: mono-zeroconf-provider
%define assembly_version 2.0.0.76
%define assembly_version 3.0.0.80
## --- Build Configuration --- ##
%define build_avahi 1
%define build_mdnsr 1
@ -34,13 +41,12 @@ Requires: mono-zeroconf-provider
%if %{suse_version} >= 1030
%define build_avahi 1
%define build_mdnsr 0
BuildRequires: avahi-mono
#BuildRequires: avahi-mono
%endif
%if %{suse_version} >= 1020 && %{suse_version} < 1030
%define build_avahi 1
%define build_mdnsr 1
%define override_avahi_libs 1
BuildRequires: avahi-mono
#BuildRequires: avahi-mono
BuildRequires: mDNSResponder-devel
%endif
%if %{suse_version} < 1020
@ -93,17 +99,21 @@ Authors:
%dir %_prefix/lib/mono/gac/policy.1.0.Mono.Zeroconf/0.0.0.0__e60c4f4a95e1099e
%dir %_prefix/lib/mono/gac/policy.2.0.Mono.Zeroconf
%dir %_prefix/lib/mono/gac/policy.2.0.Mono.Zeroconf/0.0.0.0__e60c4f4a95e1099e
%dir %_prefix/lib/mono/gac/policy.3.0.Mono.Zeroconf
%dir %_prefix/lib/mono/gac/policy.3.0.Mono.Zeroconf/0.0.0.0__e60c4f4a95e1099e
%_bindir/mzclient
%_prefix/share/pkgconfig/mono-zeroconf.pc
%_prefix/lib/mono/gac/Mono.Zeroconf/*/*.dll*
%_prefix/lib/mono/gac/policy.1.0.Mono.Zeroconf/*/*
%_prefix/lib/mono/gac/policy.2.0.Mono.Zeroconf/*/*
%_prefix/lib/mono/gac/policy.3.0.Mono.Zeroconf/*/*
%_prefix/lib/mono/mono-zeroconf/Mono.Zeroconf.dll*
%_prefix/lib/mono-zeroconf/MZClient.exe*
## --- mDNSResponder Provider --- ##
%if %{build_mdnsr} == 1
%package provider-mDNSResponder
License: X11/MIT
Summary: A cross platform Zero Configuration Networking library for Mono
Group: Development/Languages/Mono
BuildRequires: mDNSResponder-devel
@ -132,9 +142,10 @@ Authors:
%if %{build_avahi} == 1
%package provider-avahi
License: X11/MIT
Summary: A cross platform Zero Configuration Networking library for Mono
Group: Development/Languages/Mono
Requires: mono-zeroconf
Requires: mono-zeroconf avahi
Provides: mono-zeroconf-provider
%description provider-avahi
@ -153,12 +164,13 @@ Authors:
%files provider-avahi
%defattr(-, root, root)
%dir %_prefix/lib/mono-zeroconf
%_prefix/lib/mono-zeroconf/Mono.Zeroconf.Providers.Avahi.dll*
%_prefix/lib/mono-zeroconf/Mono.Zeroconf.Providers.AvahiDBus.dll*
%endif
## --- Monodoc Developer API Documentation --- ##
%if %{build_docs} == 1
%package doc
License: X11/MIT
Summary: A cross platform Zero Configuration Networking library for Mono
Group: Development/Languages/Mono
@ -187,9 +199,6 @@ Authors:
%build
%{?env_options}
%if 0%{?override_avahi_libs}
export AVAHI_LIBS="-r:/usr/lib/mono/avahi-sharp/avahi-sharp.dll"
%endif
./configure --prefix=/usr \
%if %{build_docs} == 0
--disable-docs \
@ -218,7 +227,14 @@ mv $RPM_BUILD_ROOT/usr/lib/pkgconfig/* $RPM_BUILD_ROOT/usr/share/pkgconfig
rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Mar 21 2008 abockover@suse.de
* Thu Sep 11 2008 abockover@suse.de
- Updated to version 0.8.0
- New Avahi provider using DBus instead of libavahi
- Improved IPv6 support (AddressProtocol/A6 query support)
- Garbage Collection bug fixed in the Bonjour backend
- New MZClient features: setting interface, domain, address type
restrictions on browse/resolve operations
* Thu Mar 20 2008 abockover@suse.de
- Updated to version 0.7.6
- Adds NetworkInterface API to IService objects
- Supports IPv6 host address resolutions
@ -231,9 +247,9 @@ rm -rf $RPM_BUILD_ROOT
only manifested under .NET on Windows XP SP2
- Minor bug fix in MZClient
- libdir patch removed from package; fixed in upstream release
* Fri Dec 28 2007 abockover@suse.de
* Thu Dec 27 2007 abockover@suse.de
- Patch to fix libdir issue in mono-zeroconf.pc on x86_64
* Sun Dec 23 2007 abockover@suse.de
* Sat Dec 22 2007 abockover@suse.de
- Initial import of Mono.Zeroconf for STABLE from the build serivce
- Version 0.7.3 release
- Provides a cross platform (Linux, Mac, Windows) Mono/.NET API