[packages/rusers] fix parallel build; rel 34
atler
atler at pld-linux.org
Wed May 21 21:43:44 CEST 2025
commit 47899cb470568ecedb5c38be0582c24969b7c0e8
Author: Jan Palus <atler at pld-linux.org>
Date: Wed May 21 21:37:03 2025 +0200
fix parallel build; rel 34
parallel-build.patch | 9 +++++++++
rusers.spec | 4 +++-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/rusers.spec b/rusers.spec
index 5302fe4..17e2152 100644
--- a/rusers.spec
+++ b/rusers.spec
@@ -7,7 +7,7 @@ Summary(pt_BR.UTF-8): Mostra a informação de login para máquinas remotas
Summary(tr.UTF-8): Ağ üzerindeki makinalardaki kullanıcıları sorgular
Name: rusers
Version: 0.17
-Release: 33
+Release: 34
License: BSD
Group: Networking
Source0: ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-%{name}-%{version}.tar.gz
@@ -23,6 +23,7 @@ Patch3: netkit-%{name}-includes.patch
Patch4: procps.patch
Patch5: nostrip.patch
Patch6: types.patch
+Patch7: parallel-build.patch
BuildRequires: libtirpc-devel
BuildRequires: procps-devel >= 1:3.2.5-3
BuildRequires: rpcsvc-proto
@@ -129,6 +130,7 @@ Statystyki te zwykle są czytane komendą rup(1).
%patch -P4 -p1
%patch -P5 -p1
%patch -P6 -p1
+%patch -P7 -p1
%build
CFLAGS="%{rpmcflags} -DGNU_LIBC -D_GNU_SOURCE -D_NO_UT_TIME -I/usr/include/tirpc" \
diff --git a/parallel-build.patch b/parallel-build.patch
new file mode 100644
index 0000000..7b2c162
--- /dev/null
+++ b/parallel-build.patch
@@ -0,0 +1,9 @@
+--- netkit-rusers-0.17/rpc.rusersd/Makefile.orig 2025-05-21 21:26:58.414893340 +0200
++++ netkit-rusers-0.17/rpc.rusersd/Makefile 2025-05-21 21:30:40.739965672 +0200
+@@ -40,5 +40,5 @@
+ rusers.h: $(RUSERSX) rusers.x
+ $(RPCGEN) -h -o rusers.h rusers.x
+
+-rusers_xdr.c: $(RUSERSX)
++rusers_xdr.c: $(RUSERSX) rusers.x
+ $(RPCGEN) -c -C -o rusers_xdr.c rusers.x
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rusers.git/commitdiff/47899cb470568ecedb5c38be0582c24969b7c0e8
More information about the pld-cvs-commit
mailing list