rpms/mono-zeroconf/F-12 .cvsignore, 1.4, 1.5 mono-zeroconf.spec, 1.15, 1.16 sources, 1.4, 1.5

Michel Alexandre Salim salimma at fedoraproject.org
Tue Oct 27 23:04:02 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/mono-zeroconf/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21081

Modified Files:
	.cvsignore mono-zeroconf.spec sources 
Log Message:
Update F-12's mono-zeroconf to 0.9.0. Not fixing bundled ndesk-dbus yet
until both upstreams agree on merging changes.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mono-zeroconf/F-12/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	26 Aug 2008 17:41:05 -0000	1.4
+++ .cvsignore	27 Oct 2009 23:04:01 -0000	1.5
@@ -1 +1 @@
-mono-zeroconf-0.7.6.tar.bz2
+mono-zeroconf-0.9.0.tar.bz2


Index: mono-zeroconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-zeroconf/F-12/mono-zeroconf.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- mono-zeroconf.spec	26 Oct 2009 19:34:10 -0000	1.15
+++ mono-zeroconf.spec	27 Oct 2009 23:04:01 -0000	1.16
@@ -1,39 +1,40 @@
 %define         debug_package %{nil}
 
 Name:           mono-zeroconf
-Version:        0.7.6
-Release:        11%{?dist}
-Summary:        Mono-zeroconf namespace
+Version:        0.9.0
+Release:        2%{?dist}
+Summary:        Mono.Zeroconf networking library
 Group:          Development/Languages
 License:        MIT
 URL:            http://banshee-project.org/files/mono-zeroconf
 Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  mono-devel >= 2.2, avahi-sharp, monodoc-devel, mono-web-devel
-Requires: 	monodoc mono-web
+BuildRequires:  mono-devel monodoc-devel
+Requires:       mono-core
 
-ExcludeArch: sparc64
+ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha ppc ppc64
 
 %description
 Mono.Zeroconf is a cross platform Zero Configuration Networking library
 for Mono and .NET.
 
 %package devel
-Summary: .pc file for mono zeroconf
-Group: Documentation
-Requires: %{name} = %{version}-%{release} pkgconfig
+Summary: Development files for Mono.Zeroconf
+Group:   Development/Languages
+Requires: %{name} = %{version}-%{release} pkgconfig monodoc
 
 %description devel
-Development file for mono zeroconf
+Development files and documentation for Mono.Zeroconf
 
 %prep
 %setup -q
-# sed magic...
+# https://bugzilla.novell.com/show_bug.cgi?id=549163
 sed -i -e 's!$(DESTDIR)$(prefix)/lib!$(DESTDIR)%{_libdir}!' configure.ac
 sed -i -e 's!$(DESTDIR)$(prefix)/lib!$(DESTDIR)%{_libdir}!' configure
 
 %build
-%configure
+%configure --disable-mdnsresponder
+#parallel build doesn't work
 make
 
 %install
@@ -50,16 +51,19 @@ make DESTDIR=%{buildroot} install
 %{_libdir}/mono-zeroconf/
 %{_libdir}/mono/gac/Mono.Zeroconf
 %{_libdir}/mono/mono-zeroconf
-%{_libdir}/monodoc/sources/mono-zeroconf*
-%{_libdir}/mono/gac/policy.1.0.Mono.Zeroconf/
-%{_libdir}/mono/gac/policy.2.0.Mono.Zeroconf/
+%{_libdir}/mono/gac/policy.*
 
 %files devel
 %{_libdir}/pkgconfig/mono-zeroconf.pc
+%{_libdir}/monodoc/sources/mono-zeroconf*
 
 %changelog
-* Mon Oct 26 2009 Dennis Gilmore <dennis at ausil.us> - 0.7.6-11
-- ExcludeArch sparc64
+* Thu Oct 22 2009 Michel Salim <salimma at fedoraproject.org> - 0.9.0-2
+- Make AvahiDbus the only provider for now
+
+* Thu Oct 22 2009 Paul Lange <palango at gmx.de> - 0.9-1
+- update to version 0.9
+- move docs into devel package
 
 * Thu Aug 20 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7.6-10
 - Rebuild for ppc64 packages due to obsolete of packageset last time.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mono-zeroconf/F-12/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	26 Aug 2008 17:41:05 -0000	1.4
+++ sources	27 Oct 2009 23:04:01 -0000	1.5
@@ -1 +1 @@
-7c7c841d6e10ad803bb879511ab9747b  mono-zeroconf-0.7.6.tar.bz2
+cb25d50898442a7766c324dcb52ef9bf  mono-zeroconf-0.9.0.tar.bz2




More information about the scm-commits mailing list