Compare commits
10 Commits
dc79578d89
...
a9a01732d9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9a01732d9 | ||
|
|
555746e1a0 | ||
|
|
982bbb30ec | ||
|
|
4e82464a0a | ||
|
|
2fa84e2494 | ||
|
|
b7732bb87a | ||
|
|
2b484be37a | ||
|
|
29ec6ea2be | ||
|
|
4f867f3338 | ||
|
|
f491023ec1 |
@ -1,24 +0,0 @@
|
|||||||
--- linuxdoc-tools-0.9.13/perl5lib/LinuxDocTools.pm.letter Mon Nov 26 16:09:37 2001
|
|
||||||
+++ linuxdoc-tools-0.9.13/perl5lib/LinuxDocTools.pm Mon Nov 26 16:09:49 2001
|
|
||||||
@@ -108,7 +108,7 @@
|
|
||||||
{ option => "pass", type => "s", short => "P" }
|
|
||||||
];
|
|
||||||
$global->{backend} = "linuxdoc";
|
|
||||||
- $global->{papersize} = "a4";
|
|
||||||
+ $global->{papersize} = "letter";
|
|
||||||
$global->{language} = "en";
|
|
||||||
$global->{charset} = "ascii";
|
|
||||||
$global->{style} = "";
|
|
||||||
--- linuxdoc-tools-0.9.13/man/linuxdoc.1.letter Mon Nov 26 16:10:04 2001
|
|
||||||
+++ linuxdoc-tools-0.9.13/man/linuxdoc.1 Mon Nov 26 16:10:42 2001
|
|
||||||
@@ -46,8 +46,8 @@
|
|
||||||
format, but just output the usage of this suites.
|
|
||||||
Available formats are: html, info, latex, lyx, rtf, txt, check.
|
|
||||||
.IP "--papersize=\fIsize\fR, -p
|
|
||||||
-Set the paper size. Default is ``a4'' (European 297x210mm paper).
|
|
||||||
-You may also specify ``letter'' size.
|
|
||||||
+Set the paper size. Default is ``letter''.
|
|
||||||
+You may also specify ``a4'' size (European 297x210mm paper).
|
|
||||||
.IP "--language=\fIlang\fR, -l"
|
|
||||||
Specify the language of the document (this may change which style
|
|
||||||
files are used for formatting by a back end). The default language is
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
--- linuxdoc-tools-0.9.60/bin/linuxdoc.in.orig
|
|
||||||
+++ linuxdoc-tools-0.9.60/bin/linuxdoc.in
|
|
||||||
@@ -23,6 +23,7 @@
|
|
||||||
$AuxBinDir = "@auxbindir@";
|
|
||||||
|
|
||||||
use lib "@pkgdatadir@";
|
|
||||||
+use lib "@prefix@/lib64/perl5";
|
|
||||||
use lib "@perl5libdir@";
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------
|
|
||||||
@ -2,13 +2,11 @@
|
|||||||
|
|
||||||
Summary: Convert LinuxDoc SGML source into other formats
|
Summary: Convert LinuxDoc SGML source into other formats
|
||||||
Name: linuxdoc-tools
|
Name: linuxdoc-tools
|
||||||
Version: 0.9.72
|
Version: 0.9.83
|
||||||
Release: 7
|
Release: 2
|
||||||
License: MIT
|
License: MIT
|
||||||
Url: https://tracker.debian.org/pkg/linuxdoc-tools
|
Url: https://tracker.debian.org/pkg/linuxdoc-tools
|
||||||
Source: http://http.us.debian.org/debian/pool/main/l/linuxdoc-tools/%{name}_%{version}.orig.tar.gz
|
Source: http://http.us.debian.org/debian/pool/main/l/linuxdoc-tools/%{name}_%{version}.orig.tar.gz
|
||||||
Patch0: linuxdoc-tools-0.9.13-letter.patch
|
|
||||||
Patch1: linuxdoc-tools-0.9.20-lib64.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc flex flex-static sgml-common jade
|
BuildRequires: gcc flex flex-static sgml-common jade
|
||||||
BuildRequires: gawk groff autoconf automake texinfo
|
BuildRequires: gawk groff autoconf automake texinfo
|
||||||
@ -16,7 +14,7 @@ BuildRequires: perl-interpreter >= 4:5.10.1 perl-generators
|
|||||||
Requires: jade gawk groff
|
Requires: jade gawk groff
|
||||||
Requires(post): %{_bindir}/texconfig-sys
|
Requires(post): %{_bindir}/texconfig-sys
|
||||||
Requires(postun): %{_bindir}/texconfig-sys
|
Requires(postun): %{_bindir}/texconfig-sys
|
||||||
Requires: tex(latex)
|
Requires: tex(latex) texinfo
|
||||||
|
|
||||||
Provides: sgml-tools = %{version}-%{release}
|
Provides: sgml-tools = %{version}-%{release}
|
||||||
Provides: linuxdoc-sgml = %{version}-%{release}
|
Provides: linuxdoc-sgml = %{version}-%{release}
|
||||||
@ -78,17 +76,25 @@ exit 0
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/entity-map
|
%{_datadir}/entity-map
|
||||||
%{_datadir}/texmf/tex/latex/misc/*.sty
|
%{_datadir}/texmf/tex/latex/misc/*.sty
|
||||||
%exclude %{_datadir}/%{name}/epsf.*
|
|
||||||
%exclude %{_datadir}/%{name}/url.sty
|
|
||||||
%dir %{_vendorperllibdir}/Text
|
%dir %{_vendorperllibdir}/Text
|
||||||
%{_vendorperllibdir}/Text/EntityMap.pm
|
%{_vendorperllibdir}/Text/EntityMap.pm
|
||||||
%dir %{_vendorperllibdir}/LinuxDocTools
|
%dir %{_vendorperllibdir}/LinuxDocTools
|
||||||
%{_vendorperllibdir}/LinuxDocTools.pm
|
%{_vendorperllibdir}/LinuxDocTools.pm
|
||||||
%{_vendorperllibdir}/LinuxDocTools/*.pm
|
%{_vendorperllibdir}/LinuxDocTools/*.pm
|
||||||
|
%{_vendorperllibdir}/LinuxDocTools/Data/*.pm
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 21 2023 wangkai <13474090681@163.com> - 0.9.83-2
|
||||||
|
- Add requires texinfo for fix makeinfo failed
|
||||||
|
|
||||||
|
* Mon Jul 17 2023 xu_ping <707078654@qq.com> - 0.9.83-1
|
||||||
|
- Upgrade to version 0.9.83
|
||||||
|
|
||||||
|
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.9.82-1
|
||||||
|
- Upgrade to version 0.9.82
|
||||||
|
|
||||||
* Tue Dec 3 2019 mengxian <mengxian@huawei.com> - 0.9.72-7
|
* Tue Dec 3 2019 mengxian <mengxian@huawei.com> - 0.9.72-7
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
5
linuxdoc-tools.yaml
Normal file
5
linuxdoc-tools.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
git_url: https://gitlab.com/agmartin/linuxdoc-tools.git
|
||||||
|
version_control: git
|
||||||
|
src_repo: https://gitlab.com/agmartin/linuxdoc-tools.git
|
||||||
|
tag_prefix: "^"
|
||||||
|
seperator: "."
|
||||||
Binary file not shown.
BIN
linuxdoc-tools_0.9.83.orig.tar.gz
Normal file
BIN
linuxdoc-tools_0.9.83.orig.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user