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

Dennis Gilmore ausil at fedoraproject.org
Mon Oct 26 19:35:08 UTC 2009


Author: ausil

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

Modified Files:
	mono-zeroconf.spec 
Log Message:
Exclude sparc64



Index: mono-zeroconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-zeroconf/devel/mono-zeroconf.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- mono-zeroconf.spec	23 Oct 2009 00:13:20 -0000	1.15
+++ mono-zeroconf.spec	26 Oct 2009 19:35:08 -0000	1.16
@@ -1,42 +1,39 @@
 %define         debug_package %{nil}
 
 Name:           mono-zeroconf
-Version:        0.9.0
-Release:        2%{?dist}
-Summary:        Mono.Zeroconf networking library
+Version:        0.7.6
+Release:        11%{?dist}
+Summary:        Mono-zeroconf namespace
 Group:          Development/Languages
 License:        MIT
 URL:            http://banshee-project.org/files/mono-zeroconf
 Source0:        %{name}-%{version}.tar.bz2
-Patch0:         %{name}-0.9.0-use-system-ndesk-dbus.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  mono-devel monodoc-devel ndesk-dbus-devel
-Requires:       mono-core
+BuildRequires:  mono-devel >= 2.2, avahi-sharp, monodoc-devel, mono-web-devel
+Requires: 	monodoc mono-web
 
-ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha ppc ppc64
+ExcludeArch: sparc64
 
 %description
 Mono.Zeroconf is a cross platform Zero Configuration Networking library
 for Mono and .NET.
 
 %package devel
-Summary: Development files for Mono.Zeroconf
-Group:   Development/Languages
-Requires: %{name} = %{version}-%{release} pkgconfig monodoc
+Summary: .pc file for mono zeroconf
+Group: Documentation
+Requires: %{name} = %{version}-%{release} pkgconfig
 
 %description devel
-Development files and documentation for Mono.Zeroconf
+Development file for mono zeroconf
 
 %prep
 %setup -q
-%patch0 -p1 -b .use-system-ndesk-dbus
-# https://bugzilla.novell.com/show_bug.cgi?id=549163
+# sed magic...
 sed -i -e 's!$(DESTDIR)$(prefix)/lib!$(DESTDIR)%{_libdir}!' configure.ac
 sed -i -e 's!$(DESTDIR)$(prefix)/lib!$(DESTDIR)%{_libdir}!' configure
 
 %build
-%configure --disable-mdnsresponder
-#parallel build doesn't work
+%configure
 make
 
 %install
@@ -53,19 +50,16 @@ make DESTDIR=%{buildroot} install
 %{_libdir}/mono-zeroconf/
 %{_libdir}/mono/gac/Mono.Zeroconf
 %{_libdir}/mono/mono-zeroconf
-%{_libdir}/mono/gac/policy.*
+%{_libdir}/monodoc/sources/mono-zeroconf*
+%{_libdir}/mono/gac/policy.1.0.Mono.Zeroconf/
+%{_libdir}/mono/gac/policy.2.0.Mono.Zeroconf/
 
 %files devel
 %{_libdir}/pkgconfig/mono-zeroconf.pc
-%{_libdir}/monodoc/sources/mono-zeroconf*
 
 %changelog
-* 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
+* Mon Oct 26 2009 Dennis Gilmore <dennis at ausil.us> - 0.7.6-11
+- ExcludeArch sparc64
 
 * 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