no catdoc or ebook for rhel
This commit is contained in:
parent
a8e7cdc2f4
commit
8e681aa77e
@ -4,17 +4,22 @@
|
|||||||
# Define to 1 to enable ffmpeg extractor
|
# Define to 1 to enable ffmpeg extractor
|
||||||
#global ffmpeg 1
|
#global ffmpeg 1
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora}
|
||||||
%global catdoc 1
|
%global catdoc 1
|
||||||
%global ebook 1
|
%global ebook 1
|
||||||
%global poppler 1
|
%global poppler 1
|
||||||
%global taglib 1
|
%global taglib 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?rhel}
|
||||||
|
%global poppler 1
|
||||||
|
%global taglib 1
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Summary: A Tier 2 KDE Framework for extracting file metadata
|
Summary: A Tier 2 KDE Framework for extracting file metadata
|
||||||
Version: 5.83.0
|
Version: 5.83.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}.1
|
||||||
|
|
||||||
# # KDE e.V. may determine that future LGPL versions are accepted
|
# # KDE e.V. may determine that future LGPL versions are accepted
|
||||||
License: LGPLv2 or LGPLv3
|
License: LGPLv2 or LGPLv3
|
||||||
@ -115,6 +120,9 @@ mkdir -p %{buildroot}%{_kf5_plugindir}/kfilemetadata/writers/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 18 2021 Troy Dawson <tdawson@redhat.com> - 5.83.0-1.1
|
||||||
|
- no catdoc or ebook for rhel
|
||||||
|
|
||||||
* Tue Jun 08 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.83.0-1
|
* Tue Jun 08 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.83.0-1
|
||||||
- 5.83.0
|
- 5.83.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user