Compare commits
No commits in common. "rawhide" and "f37" have entirely different histories.
1 changed files with 7 additions and 35 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Summary: MS Word to ASCII/Postscript converter
|
||||
Name: antiword
|
||||
Version: 0.37
|
||||
Release: 43%{?dist}
|
||||
Release: 34%{?dist}
|
||||
Source0: http://www.winfield.demon.nl/linux/%{name}-%{version}.tar.gz
|
||||
Source1: antiword.sh
|
||||
URL: http://www.winfield.demon.nl/
|
||||
|
|
@ -10,8 +10,7 @@ Patch1: http://seclists.org/oss-sec/2014/q4/att-870/antiword-bGetPPS-Prevent
|
|||
Patch2: 50_antiword-manpage-hyphen-to-minus.patch
|
||||
Patch3: docx.patch
|
||||
Patch4: remove-cjb.net-references.patch
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
License: GPLv2+
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
|
||||
|
|
@ -22,11 +21,11 @@ tries to keep the layout of the document intact.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P0 -p0
|
||||
%patch -P1 -p1
|
||||
%patch -P2 -p1
|
||||
%patch -P3 -p1
|
||||
%patch -P4 -p1
|
||||
%patch0 -p0
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%{__chmod} a+r * Resources/* Docs/*
|
||||
|
||||
%build
|
||||
|
|
@ -56,33 +55,6 @@ iconv -f iso-8859-1 -t utf-8 Docs/Netscape > Docs/Netscape.utf8
|
|||
%{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-43
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-42
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-41
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 0.37-40
|
||||
- convert license to SPDX
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-38
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-37
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-36
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-35
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue