%define debug_package %{nil} Summary: C# bindings for D-Bus Name: dbus-sharp Version: 0.7.0 Release: 2%{?dist} Epoch: 1 URL: http://mono.github.com/dbus-sharp/ Source0: https://github.com/downloads/mono/dbus-sharp/%{name}-%{version}.tar.gz License: MIT Group: System Environment/Libraries BuildRequires: mono-devel BuildRequires: autoconf BuildRequires: automake, libtool # Mono only available on these: ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x %description D-Bus mono bindings for use with mono programs. %package devel Summary: Development files for D-Bus Sharp Group: Development/Libraries Requires: %name = %{epoch}:%{version}-%{release} Requires: pkgconfig %description devel Development files for D-Bus Sharp development. %prep %setup -q %build autoreconf --force --install export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} %configure make %install make install DESTDIR=$RPM_BUILD_ROOT %files %doc COPYING README %{_libdir}/mono/dbus-sharp-1.0 %{_libdir}/mono/gac/dbus-sharp %files devel %{_libdir}/pkgconfig/dbus-sharp-1.0.pc %changelog * Tue Oct 18 2011 Christian Krause - 1:0.7.0-2 - Minor spec file cleanup (remove unnecessary %%defattr) * Mon Oct 17 2011 Christian Krause - 1:0.7.0-1 - Migrating to new uptream source - Initial spec file changes by Denis Washington * Tue Feb 08 2011 Fedora Release Engineering - 0.63-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Jan 11 2011 Dan HorĂ¡k - 0.63-16 - updated the supported arch list * Tue Oct 26 2010 Christian Krause - 0.63-15 - Rebuilt against Mono 2.8 * Mon Oct 26 2009 Dennis Gilmore - 0.63-14 - ExcludeArch sparc64 * Fri Jul 24 2009 Fedora Release Engineering - 0.63-13.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Jun 17 2009 Karsten Hopp 0.63-12.1 - mono is now available on s390x * Mon May 25 2009 Xavier Lamien - 0.63-12 - build arch ppc64. * Tue Feb 24 2009 Fedora Release Engineering - 0.63-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Jul 16 2008 Tom "spot" Callaway - 0.63-10 - fix license tag * Mon Feb 18 2008 Fedora Release Engineering - 0.63-9 - Autorebuild for GCC 4.3 * Tue Oct 2 2007 Matthias Clasen - 0.63-8 - Add alpha to ExlusiveArch * Tue Oct 2 2007 Matthias Clasen - 0.63-7 - Fix license field - Add pkgconfig dependency to the -devel package * Wed Aug 30 2006 Alexander Larsson - 0.63-6 - Fix connection and message gc problem (#187452) - Patch from Christian Krause * Fri Aug 18 2006 Alexander Larsson - 0.63-5 - Update for new mono multilib setup - Don't buildrequire old gtk-sharp * Thu Jul 20 2006 John (J5) Palmieri - 0.63-4 - Remove from the s390 builds * Thu Jul 20 2006 Warren Togami - 0.63-3 - remove unnecessary obsolete * Wed Jul 19 2006 John (J5) Palmieri - 0.63-2 - Spec file cleanups * Wed Jul 19 2006 John (J5) Palmieri - 0.63-1 - Initial dbus-glib package