PLD-doc: devel-hints-en.txt, devel-hints-pl.txt - automake BR hints
qboosh
qboosh at pld-linux.org
Fri Aug 21 19:54:56 CEST 2026
Author: qboosh Date: Fri Aug 21 17:54:56 2026 GMT
Module: PLD-doc Tag: HEAD
---- Log message:
- automake BR hints
---- Files affected:
PLD-doc:
devel-hints-en.txt (1.60 -> 1.61) , devel-hints-pl.txt (1.72 -> 1.73)
---- Diffs:
================================================================
Index: PLD-doc/devel-hints-en.txt
diff -u PLD-doc/devel-hints-en.txt:1.60 PLD-doc/devel-hints-en.txt:1.61
--- PLD-doc/devel-hints-en.txt:1.60 Sun Jan 24 21:09:24 2016
+++ PLD-doc/devel-hints-en.txt Fri Aug 21 19:54:51 2026
@@ -177,7 +177,14 @@
autoconf - in the AC_PREREQ(version) macro in configure.{ac,in} or *.m4
automake - in AUTOMAKE_OPTIONS inside Makefile.am or AM_INIT_AUTOMAKE
in configure.{ac,in} (only with the new syntax - in the old
- one there was just the name and version of the package)
+ one there was just the name and version of the package); if no
+ explicit version number is given, it might be implied by used
+ options, e.g.:
+ dist-bzip3 BuildRequires: automake >= 1:1.18
+ dist-zstd BuildRequires: automake >= 1:1.16.2
+ dist-lzip BuildRequires: automake >= 1:1.11.3
+ dist-xz BuildRequires: automake >= 1:1.11
+ dist-lzma BuildRequires: automake >= 1:1.11 < 1:1.12
gettext - in the AM_GNU_GETTEXT_VERSION macro in configure.{ac,in}
libtool:
- when the package only contains shared libraries and at least
================================================================
Index: PLD-doc/devel-hints-pl.txt
diff -u PLD-doc/devel-hints-pl.txt:1.72 PLD-doc/devel-hints-pl.txt:1.73
--- PLD-doc/devel-hints-pl.txt:1.72 Sun Jan 24 21:09:24 2016
+++ PLD-doc/devel-hints-pl.txt Fri Aug 21 19:54:51 2026
@@ -179,7 +179,13 @@
autoconf - w makrze AC_PREREQ(wersja) w configure.{ac,in} lub *.m4
automake - w AUTOMAKE_OPTIONS w Makefile.am lub w makrze AM_INIT_AUTOMAKE
w configure.{ac,in} (tylko w nowej składni - w starej podawało
- się nazwę i wersję pakietu)
+ się nazwę i wersję pakietu); jeśli nie ma podanej wymaganej wersji,
+ mogą ją implikować użyte opcje, np.:
+ dist-bzip3 BuildRequires: automake >= 1:1.18
+ dist-zstd BuildRequires: automake >= 1:1.16.2
+ dist-lzip BuildRequires: automake >= 1:1.11.3
+ dist-xz BuildRequires: automake >= 1:1.11
+ dist-lzma BuildRequires: automake >= 1:1.11 < 1:1.12
gettext - w makrze AM_GNU_GETTEXT_VERSION w configure.{ac,in}
libtool:
- jeśli pakiet zawiera biblioteki dzielone i przynajmniej jedna
================================================================
---- CVS-web:
http://cvs.pld-linux.org/PLD-doc/devel-hints-en.txt?r1=1.60&r2=1.61
http://cvs.pld-linux.org/PLD-doc/devel-hints-pl.txt?r1=1.72&r2=1.73
More information about the pld-cvs-commit
mailing list