|
|
|
@ -55,14 +55,14 @@ QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
|
|
|
|
|
from and writing to ZIP archives.
|
|
|
|
|
|
|
|
|
|
%package qt5-devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Summary: Development files for %{name}-qt5
|
|
|
|
|
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: qt5-qtbase-devel%{?_isa}
|
|
|
|
|
Requires: zlib-devel%{?_isa}
|
|
|
|
|
|
|
|
|
|
%description qt5-devel
|
|
|
|
|
The %{name}-qt5-devel package contains libraries, header files and documentation
|
|
|
|
|
for developing applications that use %{name}.
|
|
|
|
|
for developing applications that use %{name}-qt5.
|
|
|
|
|
|
|
|
|
|
%package qt6
|
|
|
|
|
Summary: Qt6 wrapper for the minizip library
|
|
|
|
@ -78,7 +78,7 @@ QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
|
|
|
|
|
from and writing to ZIP archives.
|
|
|
|
|
|
|
|
|
|
%package qt6-devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Summary: Development files for %{name}-qt6
|
|
|
|
|
Requires: %{name}-qt6%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: qt6-qtbase-devel%{?_isa}
|
|
|
|
|
Requires: qt6-qt5compat-devel%{?_isa}
|
|
|
|
@ -86,7 +86,7 @@ Requires: zlib-devel%{?_isa}
|
|
|
|
|
|
|
|
|
|
%description qt6-devel
|
|
|
|
|
The %{name}-qt6-devel package contains libraries, header files and documentation
|
|
|
|
|
for developing applications that use %{name}.
|
|
|
|
|
for developing applications that use %{name}-qt6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|