Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a9a01732d9
!10 Add requires texinfo for fix makeinfo failed
From: @wk333 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-11-21 11:40:51 +00:00
wk333
555746e1a0 Add requires texinfo for fix makeinfo failed 2023-11-21 19:03:00 +08:00
openeuler-ci-bot
982bbb30ec
!6 Upgrade to 0.9.83
From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-07-18 01:28:03 +00:00
cherry530
4e82464a0a Upgrade to 0.9.83
Signed-off-by: cherry530 <707078654@qq.com>
2023-07-17 15:14:01 +08:00
openeuler-ci-bot
2fa84e2494
!5 [sync] PR-3: openEuler-22.03-LTS-Next Packages upgrade
From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-04-18 09:50:25 +00:00
cherry530
b7732bb87a remove unuse files
(cherry picked from commit 7609360fb9e3d685da0a2faf09b1563ce8beaeb6)
2022-04-12 15:11:42 +08:00
openeuler-ci-bot
2b484be37a !2 Fix yaml file error
Merge pull request !2 from lyn/master
2020-07-07 18:13:21 +08:00
lyn1001
29ec6ea2be Fix yaml file error 2020-06-30 10:40:00 +08:00
openeuler-ci-bot
4f867f3338 !1 Add yaml file
Merge pull request !1 from lyn/master
2020-05-09 16:04:12 +08:00
lyn1001
f491023ec1 Add yaml file 2020-05-09 09:17:15 +08:00
6 changed files with 18 additions and 41 deletions

View File

@ -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

View File

@ -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@";
# ---------------------------------------------------------------------

View File

@ -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
View 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.

Binary file not shown.