]> git.pld-linux.org Git - packages/kf5-karchive.git/blobdiff - kf5-karchive.spec
- updated to 5.102.0
[packages/kf5-karchive.git] / kf5-karchive.spec
index 1600ea5ef0df4a87dc0b9167cbe039727563040c..751502a54079c202225d1ae10536fdf6643162e6 100644 (file)
@@ -1,17 +1,20 @@
+#
+# Conditional build:
+%bcond_with    tests           # build with tests
 # TODO:
 # - runtime Requires if any
-%define                kdeframever     5.86
+%define                kdeframever     5.102
 %define                qtver           5.15.2
 %define                kfname          karchive
 
 Summary:       Reading, creating, and manipulating file archives
 Name:          kf5-%{kfname}
-Version:       5.86.0
-Release:       2
+Version:       5.102.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: e331dcceaf1d05bf3840cfa19e8a465d
+# Source0-md5: a0671c96496698f513e251753d5b828c
 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.130886 seconds and 4 git commands to generate.