commit d48bc1224532d287dec9db1adafc35578c8c025e
parent ede7da1a98962e87a9ecb8470d4d366894a5e501
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Sun, 27 Apr 2025 07:50:25 +0200
codespell
Diffstat:
2 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/configure b/configure
@@ -1,6 +1,7 @@
#!/bin/sh
pkg_name="taldir"
+pkg_version="1.0.5"
pkg_default_features=""
pkg_optional_features=""
pkg_optional_dependencies=""
@@ -12,21 +13,7 @@ standard_flags="ARFLAGS BISONFLAGS CFLAGS CXXFLAGS CPPFLAGS FLEXFLAGS INSTALLFLA
standard_vars="INSTALL_DATA INSTALL_PROGRAM INSTALL_SCRIPT"
generated_comment="# This file was generated by configure. DO NOT edit it directly."
-
-if [ -d ".git" ]; then
- detected_version=`git describe --tags`
- detected_version=${detected_version:1}
-else
- dirnm=${PWD##*/}
- dirnm=${dirnm:-/}
- detected_version=${dirnm#*-}
- if [ "$detected_version" = "$dirnm" ]; then
- detected_version="unknown"
- fi
-fi
-
-
-echo "Configuring ${pkg_name}-${detected_version}"
+echo "Configuring ${pkg_name}-${pkg_version}"
# Save arguments
cat > config.status <<EOF
@@ -159,7 +146,7 @@ cat > Makefile <<EOF
$generated_comment
SHELL = /bin/sh
VPATH = ${var_srcdir}
-VERSION = ${detected_version}
+VERSION = ${pkg_version}
srcdir = ${var_srcdir}
prefix = ${var_prefix:-/usr/local}
diff --git a/contrib/ci/jobs/0-codespell/job.sh b/contrib/ci/jobs/0-codespell/job.sh
@@ -86,6 +86,7 @@ ltmain.sh
*.xlsx
*.zkey
*/third_party/**
+*/internal/gana/**
*/locales/**
**/imprint.html
EOF