[packages/dotnet-galago-sharp] Rel 5
arekm
arekm at pld-linux.org
Mon Aug 17 09:42:04 CEST 2026
commit 7a601a808a8ae3e52b6d42ef7473fbe22ea4ebf6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Aug 17 09:41:43 2026 +0200
Rel 5
dotnet-galago-sharp-destdir.patch | 14 +++++++++-----
dotnet-galago-sharp.spec | 2 +-
2 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/dotnet-galago-sharp.spec b/dotnet-galago-sharp.spec
index c6533ca..db1b283 100644
--- a/dotnet-galago-sharp.spec
+++ b/dotnet-galago-sharp.spec
@@ -4,7 +4,7 @@ Summary: .NET language bindings for Galago
Summary(pl.UTF-8): Wiązania Galago dla .NET
Name: dotnet-galago-sharp
Version: 0.5.0
-Release: 4
+Release: 5
License: GPL
Group: Development/Libraries
Source0: http://www.galago-project.org/files/releases/source/galago-sharp/galago-sharp-%{version}.tar.gz
diff --git a/dotnet-galago-sharp-destdir.patch b/dotnet-galago-sharp-destdir.patch
index 247cf3a..c742bdd 100644
--- a/dotnet-galago-sharp-destdir.patch
+++ b/dotnet-galago-sharp-destdir.patch
@@ -1,6 +1,10 @@
-diff -aurN galago-sharp-0.3.2.orig/configure.ac galago-sharp-0.3.2/configure.ac
---- galago-sharp-0.3.2.orig/configure.ac 2005-06-08 08:05:58.000000000 +0200
-+++ galago-sharp-0.3.2/configure.ac 2006-03-07 18:23:12.943282000 +0100
+Install the assembly into the mono GAC under %{_prefix}/lib, not %{_libdir}.
+
+mono keeps its GAC in /usr/lib/mono on every arch, so libdir would put it in
+/usr/lib64 on 64-bit.
+
+--- galago-sharp-0.5.0.orig/configure.ac
++++ galago-sharp-0.5.0/configure.ac
@@ -75,7 +75,7 @@
AC_PATH_PROG(RUNTIME, mono, no)
AC_PATH_PROG(CSC, mcs, no)
@@ -8,5 +12,5 @@ diff -aurN galago-sharp-0.3.2.orig/configure.ac galago-sharp-0.3.2/configure.ac
- GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(libdir) /root $(DESTDIR)$(libdir)'
+ GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(libdir) /root $(DESTDIR)$(prefix)/lib'
- if test `uname -s` = "Darwin"; then
- LIB_PREFIX=
+ GENERATED_SOURCES=generated/*.cs
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dotnet-galago-sharp.git/commitdiff/7a601a808a8ae3e52b6d42ef7473fbe22ea4ebf6
More information about the pld-cvs-commit
mailing list