Compare commits
No commits in common. "a9a01732d90b98653d854969d9e802c71684d56a" and "dc79578d8922791eea464cbe5b4f9f3a4fb38c4c" have entirely different histories.
a9a01732d9
...
dc79578d89
24
linuxdoc-tools-0.9.13-letter.patch
Normal file
24
linuxdoc-tools-0.9.13-letter.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
--- 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
|
||||||
10
linuxdoc-tools-0.9.20-lib64.patch
Normal file
10
linuxdoc-tools-0.9.20-lib64.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- 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,11 +2,13 @@
|
|||||||
|
|
||||||
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.83
|
Version: 0.9.72
|
||||||
Release: 2
|
Release: 7
|
||||||
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
|
||||||
@ -14,7 +16,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) texinfo
|
Requires: tex(latex)
|
||||||
|
|
||||||
Provides: sgml-tools = %{version}-%{release}
|
Provides: sgml-tools = %{version}-%{release}
|
||||||
Provides: linuxdoc-sgml = %{version}-%{release}
|
Provides: linuxdoc-sgml = %{version}-%{release}
|
||||||
@ -76,25 +78,17 @@ 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
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
git_url: https://gitlab.com/agmartin/linuxdoc-tools.git
|
|
||||||
version_control: git
|
|
||||||
src_repo: https://gitlab.com/agmartin/linuxdoc-tools.git
|
|
||||||
tag_prefix: "^"
|
|
||||||
seperator: "."
|
|
||||||
BIN
linuxdoc-tools_0.9.72.orig.tar.gz
Normal file
BIN
linuxdoc-tools_0.9.72.orig.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user