* [PATCH] popt: Update to 1.19
@ 2023-02-26 12:21 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2023-02-26 12:21 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
popt/popt.nm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/popt/popt.nm b/popt/popt.nm
index 56eb33cee..070dc7f37 100644
--- a/popt/popt.nm
+++ b/popt/popt.nm
@@ -4,11 +4,11 @@
###############################################################################
name = popt
-version = 1.16
+version = 1.19
release = 1
groups = System/Libraries
-url = http://www.rpm5.org/
+url = https://github.com/rpm-software-management/popt
license = MIT
summary = C library for parsing command line parameters.
@@ -18,17 +18,18 @@ description
it improves on them by allowing more powerful argument expansion.
end
-source_dl = http://rpm5.org/files/popt/
+source_dl = https://github.com/rpm-software-management/popt/archive/refs/tags/
+sources = %{thisapp}-release.tar.gz
build
+ DIR_APP = popt-popt-%{version}-release
+
requires
automake
end
prepare_cmds
- for i in $(find . -name config.guess -or -name config.sub); do
- cp -vf %{datadir}/automake-*/config.{guess,sub} $(dirname ${i})
- done
+ ./autogen.sh
end
end
--
2.30.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-26 12:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26 12:21 [PATCH] popt: Update to 1.19 Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox