[packages/dotnet-ndesk-dbus-sharp] Rel 5
arekm
arekm at pld-linux.org
Thu May 21 15:20:11 CEST 2026
commit 661ca783c8829a7bde0d6e4fcf28652428301c82
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu May 21 15:19:49 2026 +0200
Rel 5
dotnet-ndesk-dbus-sharp-mcs.patch | 17 +++++++++++++++++
dotnet-ndesk-dbus-sharp.spec | 5 ++++-
2 files changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/dotnet-ndesk-dbus-sharp.spec b/dotnet-ndesk-dbus-sharp.spec
index 99b9ffe..74ed511 100644
--- a/dotnet-ndesk-dbus-sharp.spec
+++ b/dotnet-ndesk-dbus-sharp.spec
@@ -1,16 +1,18 @@
#
#
+%undefine _debugsource_packages
%define module ndesk-dbus
Summary: .NET library for using D-Bus message bus
Summary(pl.UTF-8): Biblioteka .NET do używania magistrali przesyłania komunikatów D-Bus
Name: dotnet-ndesk-dbus-sharp
Version: 0.6.0
-Release: 4
+Release: 5
License: MIT
Group: Libraries
Source0: http://www.ndesk.org/archive/ndesk-dbus/%{module}-%{version}.tar.gz
# Source0-md5: 5157ba105c9ac491f6e900bc78d1791f
Patch0: %{name}-monodir.patch
+Patch1: %{name}-mcs.patch
URL: http://www.ndesk.org/DBusSharp
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -59,6 +61,7 @@ Pliki programistyczne biblioteki .NET ndesk D-BUS.
%prep
%setup -q -n %{module}-%{version}
%patch -P0 -p1
+%patch -P1 -p1
%build
%{__aclocal}
diff --git a/dotnet-ndesk-dbus-sharp-mcs.patch b/dotnet-ndesk-dbus-sharp-mcs.patch
new file mode 100644
index 0000000..3237eb6
--- /dev/null
+++ b/dotnet-ndesk-dbus-sharp-mcs.patch
@@ -0,0 +1,17 @@
+--- ndesk-dbus-0.6.0/configure.ac.orig
++++ ndesk-dbus-0.6.0/configure.ac
+@@ -25,9 +25,12 @@
+ MONO_REQ_VERSION=1.1.13
+ PKG_CHECK_MODULES(MONO, mono >= $MONO_REQ_VERSION)
+
+-AC_PATH_PROG(GMCS, gmcs, no)
++AC_PATH_PROG(GMCS, mcs, no)
+ if test "x$GMCS" = "xno"; then
+- AC_MSG_ERROR([You need to install gmcs])
++ AC_PATH_PROG(GMCS, gmcs, no)
++ if test "x$GMCS" = "xno"; then
++ AC_MSG_ERROR([You need to install mcs])
++ fi
+ fi
+ AC_SUBST(GMCS)
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dotnet-ndesk-dbus-sharp.git/commitdiff/661ca783c8829a7bde0d6e4fcf28652428301c82
More information about the pld-cvs-commit
mailing list