forked from pool/texinfo
This commit is contained in:
parent
2fded67238
commit
5062c34faf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bb9ca00da53f26a7e5725eee49689cd4a1e18d25d5b061ac8b2053018d93d66
|
||||
size 4946900
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iF4EABEIAAYFAlxoUV0ACgkQ3bxXnas3+6k8XgEArq1U1cY6HMgVoEl32OLCgJai
|
||||
1988Ep5IUTNk9RaTaxcBAJt5Sax7on7Xb4WmbeYWfxnL+DZMGvd6cw+jeKUL07K+
|
||||
=Ge1E
|
||||
-----END PGP SIGNATURE-----
|
3
texinfo-6.7.tar.xz
Normal file
3
texinfo-6.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:988403c1542d15ad044600b909997ba3079b10e03224c61188117f3676b02caa
|
||||
size 4337984
|
8
texinfo-6.7.tar.xz.sig
Normal file
8
texinfo-6.7.tar.xz.sig
Normal file
@ -0,0 +1,8 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iI8EABEIADcWIQTq9mmzHjHh3svRFRPdvFedqzf7qQUCXYpOxhkcZ2F2aW5zbWl0
|
||||
aDAxMjNAZ21haWwuY29tAAoJEN28V52rN/upFfsA/ijrBDSblwgcANew2xreyJMk
|
||||
2oicyeBfOWwiSbjlBNSsAP4+mM2vwqo2CAHqUd2CHGV0tz/FnU7SxPrOdJneUIc2
|
||||
xQ==
|
||||
=5SpL
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 26 07:48:33 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 6.7:
|
||||
* support of index subentries and sub-subentries with @subentry
|
||||
* new commands @seeentry and @seealso in index entries
|
||||
* UTF-8 is the default input encoding
|
||||
* updates to HTML output of texi2any
|
||||
* support of noderename.cnf files has been removed
|
||||
* INPUT_PERL_ENCODING, INPUT_ENCODING_NAME, NODE_FILE_EXTENSION,
|
||||
NODE_FILENAMES, SHORTEXTN and TOP_NODE_FILE removed as
|
||||
customization variables
|
||||
* TOP_NODE_FILE_TARGET now contains the extension
|
||||
* texi2dvi: unconditionally run in --batch mode, ignore TeX errors
|
||||
* info: for a tree search (with M-/), '}' and '{' work as well
|
||||
as 'M-}' and 'M-{' to go through the results
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 07:30:27 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
12
texinfo.spec
12
texinfo.spec
@ -19,11 +19,10 @@
|
||||
# perl modules are not installed in global path
|
||||
%global __provides_exclude ^(libtool|perl)\\(
|
||||
Name: texinfo
|
||||
Version: 6.6
|
||||
Version: 6.7
|
||||
Release: 0
|
||||
Summary: Tools for creating documentation from texinfo sources
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Publishing/Texinfo
|
||||
URL: https://www.gnu.org/software/texinfo/
|
||||
Source0: https://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.xz
|
||||
Source1: https://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.xz.sig
|
||||
@ -65,7 +64,6 @@ makeinfo tool.
|
||||
|
||||
%package -n info
|
||||
Summary: A Stand-Alone Terminal-Based Info Browser
|
||||
Group: Productivity/Publishing/Texinfo
|
||||
Requires: gzip
|
||||
|
||||
%description -n info
|
||||
@ -76,8 +74,7 @@ reader" to read the manuals.
|
||||
|
||||
%package -n info-std
|
||||
Summary: The info pages of the Info Browser
|
||||
Group: Productivity/Publishing/Texinfo
|
||||
Supplements: packageand(info:patterns-base-documentation)
|
||||
Supplements: (info and patterns-base-documentation)
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n info-std
|
||||
@ -89,7 +86,6 @@ reader" to read the manuals.
|
||||
%package -n makeinfo
|
||||
Summary: Translator for converting texinfo documents to info format
|
||||
# /usr/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm uses Text::Unidecode
|
||||
Group: Productivity/Publishing/Texinfo
|
||||
Requires: perl(Text::Unidecode)
|
||||
%requires_eq perl
|
||||
Suggests: texinfo
|
||||
@ -157,7 +153,7 @@ end
|
||||
file = rpm.next_file()
|
||||
while file do
|
||||
if string.match(file, "%%.info%%.gz$") then
|
||||
execute("/usr/bin/install-info", "--info-dir=%{_infodir}", file)
|
||||
execute("%{_bindir}/install-info", "--info-dir=%{_infodir}", file)
|
||||
end
|
||||
file = rpm.next_file()
|
||||
end
|
||||
@ -180,7 +176,7 @@ end
|
||||
file = rpm.next_file()
|
||||
while file do
|
||||
if string.match(file, "%%.info%%.gz$") then
|
||||
execute("/usr/bin/install-info", "--quiet", "--delete", "--info-dir=%{_infodir}", file)
|
||||
execute("%{_bindir}/install-info", "--quiet", "--delete", "--info-dir=%{_infodir}", file)
|
||||
end
|
||||
file = rpm.next_file()
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user