]> git.pld-linux.org Git - packages/kf5-kconfigwidgets.git/blobdiff - kf5-kconfigwidgets.spec
Revert "- updated to 5.249.0; rel 0.1"
[packages/kf5-kconfigwidgets.git] / kf5-kconfigwidgets.spec
index e13fa324fea8d2f436f08cca43a7509159a79fc1..0600065ae884c0c4eb16d69f47d13c3677f723e2 100644 (file)
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeframever     5.97
+%define                kdeframever     5.114
 %define                qtver           5.15.2
 %define                kfname          kconfigwidgets
 
 Summary:       Widgets for configuration dialogs
 Name:          kf5-%{kfname}
-Version:       5.97.0
+Version:       5.114.0
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 1c150ec6adaf8685af8bc80256560a86
+# Source0-md5: aa30d66eeb7404d96befe5bce8301bd6
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5DBus-devel >= %{qtver}
@@ -73,16 +73,15 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 %setup -q -n %{kfname}-%{version}
 
 %build
-install -d build
-cd build
-%cmake -G Ninja \
+%cmake -B build \
+       -G Ninja \
        %{!?with_tests:-DBUILD_TESTING=OFF} \
-       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-       ../
-%ninja_build
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+
+%ninja_build -C build
 
 %if %{with tests}
-ctest
+%ninja_build -C build test
 %endif
 
 
@@ -114,6 +113,7 @@ rm -rf $RPM_BUILD_ROOT
 %lang(pt_BR) %{_mandir}/pt_BR/man1/preparetips5.1*
 %lang(ru) %{_mandir}/ru/man1/preparetips5.1*
 %lang(sv) %{_mandir}/sv/man1/preparetips5.1*
+%lang(tr) %{_mandir}/tr/man1/preparetips5.1*
 %lang(uk) %{_mandir}/uk/man1/preparetips5.1*
 %{_datadir}/qlogging-categories5/kconfigwidgets.categories
 %attr(755,root,root) %{qt5dir}/plugins/designer/kconfigwidgets5widgets.so
This page took 0.096322 seconds and 4 git commands to generate.