|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
Name: kdegraphics-mobipocket
|
|
|
|
|
Summary: A collection of plugins to handle mobipocket files
|
|
|
|
|
Version: 17.04.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://www.kde.org/applications/graphics/
|
|
|
|
@ -19,6 +19,9 @@ BuildRequires: kf5-rpm-macros
|
|
|
|
|
BuildRequires: cmake(Qt5Gui)
|
|
|
|
|
BuildRequires: cmake(KF5KIO)
|
|
|
|
|
|
|
|
|
|
# For AutoReq cmake-filesystem
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
|
|
Requires: qmobipocket%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
Obsoletes: qmobipocket < 16.12.0
|
|
|
|
@ -67,11 +70,13 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%files devel
|
|
|
|
|
%{_libdir}/libqmobipocket.so
|
|
|
|
|
%{_includedir}/qmobipocket/
|
|
|
|
|
%dir %{_libdir}/cmake/
|
|
|
|
|
%{_libdir}/cmake/QMobipocket/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 07 2017 Björn Esser <besser82@fedoraproject.org> - 17.04.3-2
|
|
|
|
|
- Rebuilt for AutoReq cmake-filesystem
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.3-1
|
|
|
|
|
- 17.04.3
|
|
|
|
|
|
|
|
|
|