SHA256
8
0
forked from pool/texinfo

4 Commits

Author SHA256 Message Date
2a4efae620 - Move htmlxref.cnf to makeinfo package, as it is used by texi2any
OBS-URL: https://build.opensuse.org/package/show/Publishing/texinfo?expand=0&rev=141
2025-09-17 09:16:47 +00:00
dc848c3f2e - Revert to using vendored versions of perl-libintl-perl and
perl-Unicode-EastAsianWidth, because both are not part of
  openSUSE:Factory:Rings:0-Bootstrap
- Explicitly include dependencies from perl-libintl-perl, as they
  are not pulled in via the package
- Replace distribution provided version of perl-Text-Unidecode with
  vendored version to have a consistent approach to dependencies

OBS-URL: https://build.opensuse.org/package/show/Publishing/texinfo?expand=0&rev=140
2025-09-16 18:03:35 +00:00
c1f887833d Correct mistake in changelog
OBS-URL: https://build.opensuse.org/package/show/Publishing/texinfo?expand=0&rev=139
2025-09-11 10:11:43 +00:00
bfe98320c4 - Remove explicit setting of LANG. The build environment uses
C.UTF-8, so a UTF-8 locale is ensured

- Add dependencies for texi2dvi and texindex.  Both programs had
  missing or non-explicit dependencies on various shell utilities.
  Furthermore, texi2dvi has execution statements for dvipdfmx or 
  other equivalent programs, dvips, biber and thumbpdf, but the spec
  didn't require these programs

- Use distribution versions of perl-libintl-perl and
  perl-Unicode-EastAsianWidth over the versions included in
  texinfo's source tree
- Remove dependency on perl-gettext.  It's not required anymore,
  because gettext is not pulled in by perl-libintl-perl
- Add missing build dependency on gawk
- Add missing test dependencies for the parser tests, which would
  be skipped otherwise
- Add explicit dependency on the perl module Unicode::Normalize
  It's provided by perl, but if it's missing, it wouldn't fail the
  configuration, but introduce erroneous behaviour, so an explicit
  dependency doesn't hurt

- Update to version 7.2 (23 December 2024)
  * Build
    . "make install" installs files for texi2any under $datadir/texi2any, not
      $datadir/texinfo.
  * texinfo.tex
    . use @ as the escape character in all index files.  this requires
      new enough texi2dvi (Texinfo 6.7, 2019) for index files to be
      properly processed.

OBS-URL: https://build.opensuse.org/package/show/Publishing/texinfo?expand=0&rev=138
2025-09-11 09:16:14 +00:00