!14 backport Minor doc issues
From: @ikernel-mryao Reviewed-by: @Charlie_li Signed-off-by: @Charlie_li
This commit is contained in:
commit
c47ebceeea
25
gutenprint-Minor-doc-issues.patch
Normal file
25
gutenprint-Minor-doc-issues.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 907f862a4e838207b7e2a673e18b4fbd998b8529 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Robert Krawitz <rlk@alum.mit.edu>
|
||||||
|
Date: Sun, 29 Jul 2018 10:33:24 -0400
|
||||||
|
Subject: [PATCH] Minor doc issues
|
||||||
|
|
||||||
|
---
|
||||||
|
scripts/autogen.sh | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/scripts/autogen.sh b/scripts/autogen.sh
|
||||||
|
index c510dfcc..a5c580c0 100644
|
||||||
|
--- a/scripts/autogen.sh
|
||||||
|
+++ b/scripts/autogen.sh
|
||||||
|
@@ -298,7 +298,7 @@ if test -d /usr/share/sgml/docbook ; then
|
||||||
|
fi
|
||||||
|
|
||||||
|
{
|
||||||
|
- test -d "/usr/share/sgml/docbook_4" || test -d "/usr/share/sgml/docbook/dtd/4.0" || test -d "/usr/share/sgml/docbook_4.1" || test -n "$fedora_docbook"
|
||||||
|
+ test -d "/usr/share/sgml/docbook_4" || test -d "/usr/share/sgml/docbook/dtd/4.0" || test -d "/usr/share/sgml/docbook/dtd/4.1" || test -d "/usr/share/sgml/docbook_4.1" || test -n "$fedora_docbook"
|
||||||
|
} || {
|
||||||
|
echo " "
|
||||||
|
echo "***Warning***: You must have Docbook v4 installed to"
|
||||||
|
--
|
||||||
|
2.39.0.windows.2
|
||||||
|
|
||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gutenprint
|
Name: gutenprint
|
||||||
Version: 5.2.14
|
Version: 5.2.14
|
||||||
Release: 7
|
Release: 8
|
||||||
Summary: A suite of printer drivers
|
Summary: A suite of printer drivers
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://gimp-print.sourceforge.net/
|
URL: http://gimp-print.sourceforge.net/
|
||||||
@ -15,6 +15,7 @@ Patch3: gutenprint-yyin.patch
|
|||||||
Patch4: gutenprint-manpage.patch
|
Patch4: gutenprint-manpage.patch
|
||||||
Patch5: gutenprint-python36syntax.patch
|
Patch5: gutenprint-python36syntax.patch
|
||||||
Patch6: gutenprint-Add-Epson-Expression-ET-2600-EcoTank.patch
|
Patch6: gutenprint-Add-Epson-Expression-ET-2600-EcoTank.patch
|
||||||
|
Patch7: gutenprint-Minor-doc-issues.patch
|
||||||
|
|
||||||
%if %{with gimp}
|
%if %{with gimp}
|
||||||
BuildRequires: pkgconfig(gimpui-2.0), gimp
|
BuildRequires: pkgconfig(gimpui-2.0), gimp
|
||||||
@ -81,6 +82,7 @@ cp %{SOURCE1} src/cups/cups-genppdupdate.in
|
|||||||
sed -i -e 's,^#!/usr/bin/python3,#!%{__python3},' src/cups/cups-genppdupdate.in
|
sed -i -e 's,^#!/usr/bin/python3,#!%{__python3},' src/cups/cups-genppdupdate.in
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
%patch7 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
sed -i -e 's,^\(TESTS *=.*\) run-weavetest,\1,' test/Makefile.in
|
sed -i -e 's,^\(TESTS *=.*\) run-weavetest,\1,' test/Makefile.in
|
||||||
@ -156,6 +158,9 @@ exit 0
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 9 2023 yaoguangzhong <yaoguangzhong@xfusion.com> - 5.2.14-8
|
||||||
|
- backport Minor doc issues
|
||||||
|
|
||||||
* Sat Jan 7 2023 yaoguangzhong <yaoguangzhong@xfusion.com> - 5.2.14-7
|
* Sat Jan 7 2023 yaoguangzhong <yaoguangzhong@xfusion.com> - 5.2.14-7
|
||||||
- backport add Epson Expression ET-2600 EcoTank
|
- backport add Epson Expression ET-2600 EcoTank
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user