This commit is contained in:
parent
8fbab6062b
commit
7478472d7d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:951b302afa32166be36d1424b640f93b12abdf0f40cceddd740591534c983b7d
|
||||
size 101320
|
3
mono-zeroconf-0.7.6.tar.bz2
Normal file
3
mono-zeroconf-0.7.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d5a8b260424400d235e15de38ed5c831ccb1b309a7af9bf4f3306027255c923
|
||||
size 101848
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 02:08:47 CET 2008 - abockover@suse.de
|
||||
|
||||
- Updated to version 0.7.6
|
||||
- Adds NetworkInterface API to IService objects
|
||||
- Supports IPv6 host address resolutions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 25 20:40:09 CET 2008 - abockover@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package mono-zeroconf (Version 0.7.5)
|
||||
# spec file for package mono-zeroconf (Version 0.7.6)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -10,20 +10,21 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: mono-zeroconf
|
||||
AutoReqProv: on
|
||||
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.5
|
||||
Version: 0.7.6
|
||||
Release: 1
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: mono-devel
|
||||
Requires: mono-zeroconf-provider
|
||||
%define assembly_version 1.0.0.75
|
||||
%define assembly_version 2.0.0.76
|
||||
## --- Build Configuration --- ##
|
||||
%define build_avahi 1
|
||||
%define build_mdnsr 1
|
||||
@ -90,10 +91,13 @@ Authors:
|
||||
%dir %_prefix/lib/mono/gac/Mono.Zeroconf/%{assembly_version}__e60c4f4a95e1099e
|
||||
%dir %_prefix/lib/mono/gac/policy.1.0.Mono.Zeroconf
|
||||
%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
|
||||
%_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/mono-zeroconf/Mono.Zeroconf.dll*
|
||||
%_prefix/lib/mono-zeroconf/MZClient.exe*
|
||||
## --- mDNSResponder Provider --- ##
|
||||
@ -214,6 +218,10 @@ 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
|
||||
- Updated to version 0.7.6
|
||||
- Adds NetworkInterface API to IService objects
|
||||
- Supports IPv6 host address resolutions
|
||||
* Fri Jan 25 2008 abockover@suse.de
|
||||
- Updated to version 0.7.5
|
||||
- Adds GAC version policy assemblies so package upgrades don't break apps
|
||||
@ -223,7 +231,7 @@ 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
|
||||
* Thu Dec 27 2007 abockover@suse.de
|
||||
* Fri Dec 28 2007 abockover@suse.de
|
||||
- Patch to fix libdir issue in mono-zeroconf.pc on x86_64
|
||||
* Sun Dec 23 2007 abockover@suse.de
|
||||
- Initial import of Mono.Zeroconf for STABLE from the build serivce
|
||||
|
Loading…
Reference in New Issue
Block a user