[packages/gnustep-base] Rel 24
arekm
arekm at pld-linux.org
Mon Aug 18 18:04:15 CEST 2025
commit 763b0f00ce52acf47f3a7cbad438e8b9308e2013
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Aug 18 18:04:03 2025 +0200
Rel 24
gnustep-base.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gnustep-base.spec b/gnustep-base.spec
index 73d2e2f..d98109e 100644
--- a/gnustep-base.spec
+++ b/gnustep-base.spec
@@ -13,7 +13,7 @@ Summary(pl.UTF-8): Podstawowa biblioteka GNUstep
Name: gnustep-base
%define ver 1.24
Version: %{ver}.6
-Release: 23
+Release: 24
License: LGPL v2+ (library), GPL v3+ (applications)
Group: Libraries
Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
@@ -52,6 +52,9 @@ Requires: setup >= 2.4.3
Conflicts: gnustep-core
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# FIXME?
+%undefine _debugsource_packages
+
# libgnustep-base refers to some non-function ffi_* symbols
%define skip_post_check_so libgnustep-base.so.*
@@ -109,12 +112,12 @@ export GNUSTEP_FLATTENED=yes
# - /proc (default on Linux) - gnustep programs won't run in procless system
# - fake-main hack (main is secretly renamed and wrapped)
# - pass-arguments (program must call NSProcessInfo initialize)
-GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \
%configure \
--disable-ffcall \
--enable-libffi \
--enable-pass-arguments \
- --with-zeroconf=avahi
+ --with-zeroconf=avahi \
+ --with-installation-domain=SYSTEM
# fake GUI_MAKE_LOADED to avoid linking with gnustep-gui
%{__make} -j1 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnustep-base.git/commitdiff/763b0f00ce52acf47f3a7cbad438e8b9308e2013
More information about the pld-cvs-commit
mailing list