]> git.pld-linux.org Git - packages/QtIOCompressor.git/commitdiff
fix build without qt4 master
authorJan Palus <atler@pld-linux.org>
Thu, 21 Jan 2021 17:04:15 +0000 (18:04 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 21 Jan 2021 17:04:15 +0000 (18:04 +0100)
QtIOCompressor.spec

index 507265d2db1251a246c9b65eb30bd1f378bd7be3..fde5977c61e71730fcf6e76ac5b9b8244aca6274 100644 (file)
@@ -173,6 +173,7 @@ rm -rf $RPM_BUILD_ROOT
 %post  -n Qt5IOCompressor -p /sbin/ldconfig
 %postun        -n Qt5IOCompressor -p /sbin/ldconfig
 
+%if %{with qt4}
 %files
 %defattr(644,root,root,755)
 %doc LGPL_EXCEPTION.txt README.TXT
@@ -186,6 +187,7 @@ rm -rf $RPM_BUILD_ROOT
 %{qt4mkspecsdir}/features/qtiocompressor.prf
 %{_includedir}/qt4/QtSolutions/QtIOCompressor
 %{_includedir}/qt4/QtSolutions/qtiocompressor.h
+%endif
 
 %if %{with qt5}
 %files -n Qt5IOCompressor
This page took 0.045664 seconds and 4 git commands to generate.