%define debug_package %{nil} Name: ndesk-dbus Version: 0.6.1b Release: 1%{?dist} Summary: Managed C# implementation of DBus License: MIT Group: System Environment/Libraries URL: http://www.ndesk.org/DBusSharp #Source0: http://www.ndesk.org/archive/dbus-sharp/ndesk-dbus-%{version}.tar.gz Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: mono-devel Requires: mono-core %description Managed C# implementation of DBus %package devel Summary: Develpment files for the managed C# implementation of DBus Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel Development files for ndesk-dbus %prep %setup -q %build # hack pkgconfig file for multilib handling - this is ugly sed -ie "s,^libdir=.*$,libdir=%{_libdir},g" %{name}-1.0.pc.in %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_libdir}/mono/ndesk-dbus-1.0/ %{_libdir}/mono/gac/NDesk.DBus/ %files devel %defattr(-,root,root,-) %{_libdir}/pkgconfig/ndesk-dbus-1.0.pc %changelog * Thu Oct 22 2009 Michel Salim - 0.6.1b-1 - Update to 0.6.1b (taken from mono-zeroconf) - Drop Sugar patch; already applied * Wed Jul 29 2009 Peter Gordon - 0.6.1a-7 - Correct version number in previous %%changelog entry. - Apply patch from Torello Querci to fix byte-alignment when reading from the Sugar datastore (#503151): + sugar-datastore.patch - Make the pkconfig lib/lib64 munging a little bit less ugly by using the %%_libdir macro instead of hardcoding it per-arch. - Move %%configure to the %%build step, not %%prep (for consistency with the ndesk-dbus-glib package). * Sat Jul 25 2009 Fedora Release Engineering - 0.6.1a-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri May 29 2009 Xavier Lamien - 0.6-1a-5 - Build arch ppc64. * Thu Feb 26 2009 David Nielsen - 0.6.1a-4 - Rebuild for stack update (#487155) * Tue Dec 30 2008 Caolán McNamara - 0.6.1a-3 - rebuild to get provides pkgconfig(ndesk-dbus-1.0) * Mon Feb 18 2008 Fedora Release Engineering - 0.6.1a-2 - Autorebuild for GCC 4.3 * Wed Jan 30 2008 David Nielsen - 0.6.1a-1 - Bump to 0.6.1a * Thu Nov 8 2007 David Nielsen - 0.6.0-1 - bump to 0.6.0 - clean up spec - upstream is now officially renamed to ndesk-dbus as promised * Sun Oct 21 2007 David Nielsen - 0-5.2-12 - revert noarch change accord to the guidelines to accommodate - post packaging AOT. * Tue Oct 16 2007 David Nielsen - 0.5.2-11 - Make noarch - Don't obsolete dbus-sharp - they can coexist peacefully * Sat Jul 7 2007 David Nielsen - 0.5.2-10 - Obsolete dbus-sharp-devel as well, thanks Michael Schwendt * Fri Jul 6 2007 David Nielsen - 0.5.2-9 - And let's not be stupid and add the EVR for that provides * Fri Jul 6 2007 David Nielsen - 0.5.2-8 - Provide mono(dbus-sharp) * Thu Jul 5 2007 David Nielsen - 0.5.2-7 - Don't build on ppc64 due to mising deps, see bug 241850 * Wed Jul 4 2007 David Nielsen - 0.5.2-6 - more provides, obsoletes adjustments - %%defattr corrections - Happy 4th of July America * Sun Jul 1 2007 David Nielsen - 0.5.2-5 - Remove mono-core from BR as it was not the cause of the mock breakage - fix tab vs spaces - Fix summeries - don't use macros in changelog anymore.. upsie * Fri Jun 29 2007 David Nielsen - 0.5.2-4 - Add BuildRequires for mono-core to fix building in mock - Fix Requires for the -devel package - Make %%setup a bit quieter - Made package no longer be noarch - Added COPYING as documentation for the -devel package * Mon Jun 26 2007 David Nielsen - 0.5.2-3 - Make this significantly less hacky * Mon Jun 25 2007 David Nielsen - 0.5.2-2 - Don't be stupid .mdb files don't go in -devel * Sat Jun 23 2007 David Nielsen - 0.5.2-1 - Initial package