[packages/psmisc] Up to 23.7
arekm
arekm at pld-linux.org
Sun Apr 14 15:58:57 CEST 2024
commit fb8fc44ca2d3e3c9bbdbdae1b3f3445043a9e764
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Apr 14 15:18:14 2024 +0200
Up to 23.7
build.patch | 10 ++++++++++
psmisc.spec | 10 ++++++----
2 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/psmisc.spec b/psmisc.spec
index a6098b8..8f4a959 100644
--- a/psmisc.spec
+++ b/psmisc.spec
@@ -14,14 +14,15 @@ Summary(ru.UTF-8): Утилиты работы с процессами
Summary(tr.UTF-8): /proc dosya sistemi için ps tipi araçlar
Summary(uk.UTF-8): Утиліти роботи з процесами
Name: psmisc
-Version: 23.6
+Version: 23.7
Release: 1
License: GPL v2+
Group: Applications/System
-Source0: https://downloads.sourceforge.net/psmisc/%{name}-%{version}.tar.xz
-# Source0-md5: ed3206da1184ce9e82d607dc56c52633
+Source0: https://gitlab.com/psmisc/psmisc/-/archive/v%{version}/psmisc-v%{version}.tar.bz2
+# Source0-md5: d4c1bf5d9c9bb1c907708651e2985613
Source1: %{name}-non-english-man-pages.tar.bz2
# Source1-md5: 9add7665e440bbd6b0b4f9293ba8b86d
+Patch0: build.patch
URL: https://gitlab.com/psmisc/psmisc
BuildRequires: autoconf >= 2.71
BuildRequires: automake >= 1:1.11
@@ -90,7 +91,8 @@ göndermek için gerekli programları içerir.
відкрив файл.
%prep
-%setup -q
+%setup -q -n %{name}-v%{version}
+%patch0 -p1
cat >git-version-gen <<EOF
#!/bin/sh
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..4554726
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,10 @@
+--- psmisc-v23.7/configure.ac~ 2024-03-03 11:57:39.000000000 +0100
++++ psmisc-v23.7/configure.ac 2024-04-14 15:17:18.389999643 +0200
+@@ -227,7 +227,6 @@ AC_SUBST(DEJAGNU)
+ AC_CONFIG_FILES([Makefile
+ doc/Makefile
+ icons/Makefile
+- po/Makefile.in
+ man-po/Makefile
+ testsuite/Makefile])
+ AC_OUTPUT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/psmisc.git/commitdiff/fb8fc44ca2d3e3c9bbdbdae1b3f3445043a9e764
More information about the pld-cvs-commit
mailing list