SHA256
1
0
forked from pool/epub2txt2

- replace %{version} to a custom %{_commit_hash} to fix build errors

OBS-URL: https://build.opensuse.org/package/show/utilities/epub2txt2?expand=0&rev=7
This commit is contained in:
Soc Virnyl Estela 2022-03-30 00:05:07 +00:00 committed by Git OBS Bridge
parent 22b495f237
commit 6d96e6777c
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 30 00:04:30 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- replace %{version} to a custom %{_commit_hash} to fix build errors
-------------------------------------------------------------------
Tue Mar 29 23:58:55 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -16,6 +16,8 @@
#
%global _commit_hash "10e9ac86df9a823d7470deaaa50c44d2857ee6f7"
Name: epub2txt2
Version: 2.03
Release: 0
@ -34,7 +36,7 @@ Requires: unzip
Simple command-line utility for extracting text from EPUB documents
%prep
%setup -q -n %{name}-%{version}
%setup -q -n %{name}-%{_commit_hash}
%autopatch -p1
%build