-qt5: drop hard-coded versioned dependency
Qt5's symbol versioning should be good enough now
This commit is contained in:
parent
181d22d777
commit
0f989c9753
@ -4,7 +4,7 @@
|
||||
Summary: PDF rendering library
|
||||
Name: poppler
|
||||
Version: 0.60.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
|
||||
URL: http://poppler.freedesktop.org/
|
||||
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz
|
||||
@ -109,7 +109,6 @@ Requires: qt4-devel
|
||||
%package qt5
|
||||
Summary: Qt5 wrapper for poppler
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%{?_qt5:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
|
||||
%description qt5
|
||||
%{summary}.
|
||||
|
||||
@ -258,6 +257,9 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 24 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.60.1-2
|
||||
- -qt5: drop hard-coded versioned dependency
|
||||
|
||||
* Wed Oct 04 2017 David Tardon <dtardon@redhat.com> - 0.60.0-1
|
||||
- new upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user