]> git.pld-linux.org Git - packages/kf5-karchive.git/blobdiff - kf5-karchive.spec
- updated to 5.104.0
[packages/kf5-karchive.git] / kf5-karchive.spec
index 95f6f975defb0eb07099a7b766101bfab91eef38..e29fd237be224f2713c8f255ea6f1c7cdf0c6f1e 100644 (file)
@@ -1,17 +1,20 @@
+#
+# Conditional build:
+%bcond_with    tests           # build with tests
 # TODO:
 # - runtime Requires if any
-%define                kdeframever     5.89
+%define                kdeframever     5.104
 %define                qtver           5.15.2
 %define                kfname          karchive
 
 Summary:       Reading, creating, and manipulating file archives
 Name:          kf5-%{kfname}
-Version:       5.89.0
+Version:       5.104.0
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 0ad5c95426a4e5c7c38729bffe739c00
+# Source0-md5: 8e165cf7d85f015a82091b05bcb9a951
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Network-devel >= %{qtver}
@@ -61,10 +64,16 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 install -d build
 cd build
 %cmake -G Ninja \
+       %{!?with_tests:-DBUILD_TESTING=OFF} \
        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
        ..
 %ninja_build
 
+%if %{with tests}
+ctest
+%endif
+
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
@@ -86,7 +95,6 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/KF5/KArchive
-%{_includedir}/KF5/karchive_version.h
 %{_libdir}/libKF5Archive.so
 %{_libdir}/cmake/KF5Archive
 %{qt5dir}/mkspecs/modules/qt_KArchive.pri
This page took 0.038618 seconds and 4 git commands to generate.