]> git.pld-linux.org Git - packages/kf5-attica.git/blobdiff - kf5-attica.spec
- updated to 5.93.0
[packages/kf5-attica.git] / kf5-attica.spec
index af4a89210409c26f443e9da5fae4907c9e7196c6..9fe67895804e3163af57ad483423717e7abe2705 100644 (file)
@@ -5,24 +5,24 @@
 # TODO:
 # - runtime Requires if any
 
-%define                kdeframever     5.85
-%define                qtver           5.14.0
+%define                kdeframever     5.93
+%define                qtver           5.15.2
 %define                kfname          attica
 Summary:       A Qt library that implements the Open Collaboration Services API
 Name:          kf5-%{kfname}
-Version:       5.85.0
+Version:       5.93.0
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
-Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 06d286995319fd9565d43bf736576a82
+Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
+# Source0-md5: 16b115bea733e85860f1ca99f6a47f15
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Network-devel >= %{qtver}
 %if %{with tests}
 BuildRequires: Qt5Test-devel >= %{qtver}
 %endif
-BuildRequires: cmake >= 3.5
+BuildRequires: cmake >= 3.16
 BuildRequires: kf5-extra-cmake-modules >= %{version}
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
@@ -65,12 +65,14 @@ 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
 
 %{?with_tests:%ninja_build test}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
@@ -93,7 +95,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/libKF5Attica.so
 %{_includedir}/KF5/Attica
-%{_includedir}/KF5/attica_version.h
 %{_libdir}/cmake/KF5Attica
 %{_pkgconfigdir}/libKF5Attica.pc
 %{_libdir}/qt5/mkspecs/modules/qt_Attica.pri
This page took 0.07366 seconds and 4 git commands to generate.