#15 fix wrong BuildDepends to qt-devel
Closed a year ago by loise. Opened a year ago by loise.
Unknown source rawhide  into  rawhide

file modified
+1 -1
@@ -31,7 +31,7 @@

  BuildRequires:	gcc-c++

  BuildRequires:	zlib-devel

  %if %{with qt4}

- BuildRequires:	qt4-devel

+ BuildRequires:	qt-devel

  %endif

  %if %{with qt5}

  BuildRequires:	qt5-qtbase-devel

quazip is able to build against Qt 4, 5 and 6 versions, the qt4 development package is qt-devel instead of qt4-devel. The fix applies to building the quazip version using qt4 libraries.

Build succeeded.

@loise Thanks for the PR! Could you please amend the commit message so it describes the change? (Using the MR title would do.)

@loise Thanks for the PR! Could you please amend the commit message so it describes the change? (Using the MR title would do.)

I hope that is enough info ;-)

Also I fail to see the benefice from this change.
qt-devel or qt4-devel are equivalent across current fedora/rhel maintained releases.

Is there a plan to drop support for the virtual provides ?

Build succeeded.

Pull-Request has been closed by loise

a year ago
Metadata