%define debug_package %{nil} Name: mono-zeroconf Version: 0.9.0 Release: 2%{?_dist_release} Summary: Mono.Zeroconf networking library Group: Development/Languages License: MIT URL: http://banshee-project.org/files/mono-zeroconf Source0: %{name}-%{version}.tar.bz2 BuildRequires: mono-devel monodoc Requires: mono-core # Mono only available on these: ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x Vendor: Project Vine Distribution: Vine Linux %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 %description devel Development files and documentation for Mono.Zeroconf %prep %setup -q %build %configure --disable-mdnsresponder --libdir=%{_prefix}/lib #parallel build doesn't work make %install make DESTDIR=%{buildroot} install mkdir -p %{buildroot}%{_libdir}/pkgconfig test "%{_libdir}" = "%{_prefix}/lib" || mv %{buildroot}%{_prefix}/lib/pkgconfig/*.pc %{buildroot}%{_libdir}/pkgconfig/ %files %defattr(-,root,root,-) %doc COPYING AUTHORS ChangeLog NEWS README %{_bindir}/mzclient %{_prefix}/lib/mono-zeroconf/ %{_prefix}/lib/mono/gac/Mono.Zeroconf %{_prefix}/lib/mono/mono-zeroconf %{_prefix}/lib/mono/gac/policy.* %files devel %{_libdir}/pkgconfig/mono-zeroconf.pc %{_prefix}/lib/monodoc/sources/mono-zeroconf* %changelog * Sun Dec 29 2013 Yoji TOYODA 0.9.0-2 - rebuild with VineSeed environment * Sun Jun 03 2012 Yoji TOYODA 0.9.0-1 - initial build for Vine Linux * Fri Jan 13 2012 Fedora Release Engineering - 0.9.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Nov 01 2011 Christian Krause - 0.9.0-6 - Change paths for mono assemblies according to updated packaging guidelines (http://fedoraproject.org/wiki/Packaging:Mono) * Fri Feb 25 2011 Dan HorĂ¡k - 0.9.0-5 - updated the supported arch list * Tue Feb 08 2011 Fedora Release Engineering - 0.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Oct 29 2009 Dennis Gilmore - 0.9.0-3 - ExcludeArch sparc64 * Thu Oct 22 2009 Michel Salim - 0.9.0-2 - Make AvahiDbus the only provider for now * Thu Oct 22 2009 Paul Lange - 0.9-1 - update to version 0.9 - move docs into devel package * Thu Aug 20 2009 Toshio Kuratomi - 0.7.6-10 - Rebuild for ppc64 packages due to obsolete of packageset last time. * Sat Jul 25 2009 Fedora Release Engineering - 0.7.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Jun 01 2009 Xavier Lamien - 0.7.6-9 - Build arch ppc64. * Wed Feb 25 2009 Fedora Release Engineering - 0.7.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Dec 25 2008 Tom "spot" Callaway 0.7.6-7 - add ppc * Thu Dec 18 2008 Paul F. Johnson 0.7.6-6 - Another fix for x86_64 * Thu Dec 18 2008 Paul F. Johnson 0.7.6-5 - Remove patch file (use sed) - Additional BRs and Rs * Thu Dec 18 2008 Paul F. Johnson 0.7.6-4 - remove ppc build for now * Thu Dec 18 2008 Paul F. Johnson 0.7.6-3 - rebuild (0.8.0 is buggy) * Thu Aug 14 2008 Paul F. Johnson 0.7.6-2 - bump to new version - libdir clean now * Mon Apr 07 2008 David Nielsen - 0.7.5-4 - Our CVS has odd bugs - pointless bump to make upgrade path work * Mon Mar 31 2008 David Nielsen - 0.7.5-3 - Remove debuginfo * Fri Feb 01 2008 David Nielsen - 0.7.5-2 - Exclude ppc64 - Spec fixes * Fri Feb 01 2008 David Nielsen - 0.7.5-1 - bump to 0.7.5 - patch for libdir madness * Fri Jan 04 2008 Paul F. Johnson 0.7.3-2 - spec fixes * Sat Dec 29 2007 Paul F. Johnson 0.7.3-1 - Initial import for FE