]> git.pld-linux.org Git - packages/dotnet-dbus-sharp.git/commitdiff
- added pc patch (adjust dll path in .pc file); release 2 auto/th/dotnet-dbus-sharp-0.8.1-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Apr 2022 18:32:39 +0000 (20:32 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Apr 2022 18:32:39 +0000 (20:32 +0200)
dbus-sharp-pc.patch [new file with mode: 0644]
dotnet-dbus-sharp.spec

diff --git a/dbus-sharp-pc.patch b/dbus-sharp-pc.patch
new file mode 100644 (file)
index 0000000..ae2964f
--- /dev/null
@@ -0,0 +1,8 @@
+--- dbus-sharp-0.8.1/dbus-sharp-2.0.pc.in.orig 2013-10-07 01:56:21.000000000 +0200
++++ dbus-sharp-0.8.1/dbus-sharp-2.0.pc.in      2022-04-26 20:31:45.566928287 +0200
+@@ -8,4 +8,4 @@ Name: Managed DBus
+ Description: Managed D-Bus IPC protocol library and CLR binding
+ Version: @VERSION@
+ URL: http://mono.github.com/dbus-sharp/
+-Libs: -r:${libdir}/mono/@PACKAGE@-@API_VERSION@/dbus-sharp.dll
++Libs: -r:${prefix}/lib/mono/@PACKAGE@-@API_VERSION@/dbus-sharp.dll
index 65262b9fd3c059f4c50f371ae0ce2ee8e23d2f2f..102a46bbc89cd42e73f17837a102a92019e30280 100644 (file)
@@ -5,7 +5,7 @@ Summary:        D-Bus for .NET - C# library implementing D-Bus
 Summary(pl.UTF-8):     D-Bus dla .NET - biblioteka C# implementujÄ…ca D-Bus
 Name:          dotnet-dbus-sharp
 Version:       0.8.1
-Release:       1
+Release:       2
 Epoch:         1
 License:       MIT
 Group:         Libraries
@@ -13,6 +13,7 @@ Group:                Libraries
 Source0:       https://github.com/mono/dbus-sharp/releases/download/v%{version}/%{module}-%{version}.tar.gz
 # Source0-md5: bb94ab3d9703342a2e936e52c87c783a
 Patch0:                dbus-monodir.patch
+Patch1:                dbus-sharp-pc.patch
 URL:           http://mono.github.io/dbus-sharp/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -52,6 +53,7 @@ Pliki programistyczne biblioteki dbus-sharp.
 %prep
 %setup -q -n %{module}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal}
This page took 0.124882 seconds and 4 git commands to generate.