rpms/mono-zeroconf/devel mono-zeroconf.spec,1.16,1.17

Dennis Gilmore ausil at fedoraproject.org
Thu Oct 29 18:33:31 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/mono-zeroconf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21988

Modified Files:
	mono-zeroconf.spec 
Log Message:
sync from F-12 branch



Index: mono-zeroconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-zeroconf/devel/mono-zeroconf.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- mono-zeroconf.spec	26 Oct 2009 19:35:08 -0000	1.16
+++ mono-zeroconf.spec	29 Oct 2009 18:33:31 -0000	1.17
@@ -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:        3%{?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
+ExcludeArch:    sparc64
 
 %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,17 +51,23 @@ 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
+* Thu Oct 29 2009 Dennis Gilmore <dennis at ausil.us> - 0.9.0-3
 - 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.
 




More information about the fedora-extras-commits mailing list