No kde or kf5 filesystem for RHEL 8 or above
This commit is contained in:
parent
59041cc267
commit
a50e120c62
@ -1,7 +1,7 @@
|
|||||||
Summary: Library to enable creation and expansion of ISO-9660 filesystems
|
Summary: Library to enable creation and expansion of ISO-9660 filesystems
|
||||||
Name: libisoburn
|
Name: libisoburn
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://libburnia-project.org/
|
URL: http://libburnia-project.org/
|
||||||
Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
|
Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
|
||||||
@ -51,8 +51,8 @@ documentation for developing applications that use libisoburn.
|
|||||||
Summary: ISO-9660 and Rock Ridge image manipulation tool
|
Summary: ISO-9660 and Rock Ridge image manipulation tool
|
||||||
URL: http://scdbackup.sourceforge.net/xorriso_eng.html
|
URL: http://scdbackup.sourceforge.net/xorriso_eng.html
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
%if 0%{?rhel} == 7 || 0%{?fedora}
|
||||||
Requires: kde-filesystem >= 4
|
Requires: kde-filesystem >= 4
|
||||||
%if 0%{?rhel} >= 7 || 0%{?fedora}
|
|
||||||
Requires: kf5-filesystem >= 5
|
Requires: kf5-filesystem >= 5
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
@ -103,9 +103,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
|||||||
# Clean up for later usage in documentation
|
# Clean up for later usage in documentation
|
||||||
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}
|
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}
|
||||||
|
|
||||||
|
%if 0%{?rhel} == 7 || 0%{?fedora}
|
||||||
# Install the KDE service menu handler
|
# Install the KDE service menu handler
|
||||||
install -D -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/kde4/services/ServiceMenus/xorriso_extract_iso_image.desktop
|
install -D -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/kde4/services/ServiceMenus/xorriso_extract_iso_image.desktop
|
||||||
%if 0%{?rhel} >= 7 || 0%{?fedora}
|
|
||||||
install -D -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/kservices5/ServiceMenus/xorriso_extract_iso_image.desktop
|
install -D -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/kservices5/ServiceMenus/xorriso_extract_iso_image.desktop
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -177,12 +177,15 @@ fi
|
|||||||
%{_infodir}/xorrecord.info*
|
%{_infodir}/xorrecord.info*
|
||||||
%{_infodir}/xorriso.info*
|
%{_infodir}/xorriso.info*
|
||||||
%{_infodir}/xorrisofs.info*
|
%{_infodir}/xorrisofs.info*
|
||||||
|
%if 0%{?rhel} == 7 || 0%{?fedora}
|
||||||
%{_datadir}/kde4/services/ServiceMenus/xorriso_extract_iso_image.desktop
|
%{_datadir}/kde4/services/ServiceMenus/xorriso_extract_iso_image.desktop
|
||||||
%if 0%{?rhel} >= 7 || 0%{?fedora}
|
|
||||||
%{_datadir}/kservices5/ServiceMenus/xorriso_extract_iso_image.desktop
|
%{_datadir}/kservices5/ServiceMenus/xorriso_extract_iso_image.desktop
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 28 2020 Troy Dawson <tdawson@redhat.com> - 1.5.2-4
|
||||||
|
- No kde or kf5 filesystem for RHEL 8 or above.
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-3
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user