From 6202540aced986b8fd4b987394426d7f6d015a4e4f66181e68135112ce7326df Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 1 May 2022 07:43:55 +0000 Subject: [PATCH] - remention patch files in spec but only use bmwiedemann-sort.patch - add LICENSE.patch - add bmwiedemann-sort.patch OBS-URL: https://build.opensuse.org/package/show/utilities/epub2txt2?expand=0&rev=12 --- epub2txt2.changes | 5 +++++ epub2txt2.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/epub2txt2.changes b/epub2txt2.changes index 9819fd7..480c786 100644 --- a/epub2txt2.changes +++ b/epub2txt2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 1 07:25:02 UTC 2022 - Soc Virnyl Estela + +- remention patch files in spec but only use bmwiedemann-sort.patch + ------------------------------------------------------------------- Sun May 1 07:18:28 UTC 2022 - Soc Virnyl Estela diff --git a/epub2txt2.spec b/epub2txt2.spec index 8592f23..3aac640 100644 --- a/epub2txt2.spec +++ b/epub2txt2.spec @@ -26,6 +26,8 @@ License: GPL-3.0-only Group: Productivity/Text/Utilities URL: https://github.com/kevinboone/epub2txt2 Source0: https://github.com/kevinboone/epub2txt2/archive/02f69e6243d6c96f78da45fb710a265e5aee2fb5.tar.gz +Patch0: LICENSE.patch +Patch1: bmwiedemann-sort.patch BuildRequires: gcc BuildRequires: make Requires: unzip @@ -35,6 +37,7 @@ Simple command-line utility for extracting text from EPUB documents %prep %setup -q -n %{name}-%{_commit_hash} +%patch1 -p1 %build %make_build