Compare commits
No commits in common. "5a44b6dffa4f4c37fd486eff29856fd9d58a880b" and "5d9bd919bd7c648558e40f22663371c345d5d34d" have entirely different histories.
5a44b6dffa
...
5d9bd919bd
Binary file not shown.
BIN
kconfigwidgets-5.90.0.tar.xz
Normal file
BIN
kconfigwidgets-5.90.0.tar.xz
Normal file
Binary file not shown.
@ -1,15 +1,21 @@
|
|||||||
|
%undefine __cmake_in_source_build
|
||||||
%global framework kconfigwidgets
|
%global framework kconfigwidgets
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.113.0
|
Version: 5.90.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 3 addon for creating configuration dialogs
|
Summary: KDE Frameworks 5 Tier 3 addon for creating configuration dialogs
|
||||||
|
|
||||||
License: GPLv2+ and LGPLv2+ and MIT
|
License: GPLv2+ and LGPLv2+ and MIT
|
||||||
URL: https://invent.kde.org/frameworks/%{framework}
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||||||
|
|
||||||
%global majmin %majmin_ver_kf5
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
%global stable %stable_kf5
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
|
%if %{revision} >= 50
|
||||||
|
%global stable unstable
|
||||||
|
%else
|
||||||
|
%global stable stable
|
||||||
|
%endif
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: extra-cmake-modules >= %{majmin}
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||||
@ -26,11 +32,6 @@ BuildRequires: kf5-rpm-macros
|
|||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-qttools-devel
|
BuildRequires: qt5-qttools-devel
|
||||||
|
|
||||||
# KColorScheme requires color schemes to be installed
|
|
||||||
# https://pagure.io/fedora-workstation/issue/314
|
|
||||||
Requires: plasma-breeze-common
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KConfigWidgets provides easy-to-use classes to create configuration dialogs, as
|
KConfigWidgets provides easy-to-use classes to create configuration dialogs, as
|
||||||
well as a set of widgets which uses KConfig to store their settings.
|
well as a set of widgets which uses KConfig to store their settings.
|
||||||
@ -50,6 +51,7 @@ developing applications that use %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{framework}-%{version}
|
%autosetup -n %{framework}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
pushd %{_target_platform}
|
pushd %{_target_platform}
|
||||||
@ -58,11 +60,13 @@ popd
|
|||||||
|
|
||||||
%make_build -C %{_target_platform}
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
|
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
@ -77,6 +81,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
%files devel
|
%files devel
|
||||||
%{_kf5_bindir}/preparetips5
|
%{_kf5_bindir}/preparetips5
|
||||||
%{_kf5_mandir}/man1/preparetips5.1*
|
%{_kf5_mandir}/man1/preparetips5.1*
|
||||||
|
%{_kf5_includedir}/kconfigwidgets_version.h
|
||||||
%{_kf5_includedir}/KConfigWidgets/
|
%{_kf5_includedir}/KConfigWidgets/
|
||||||
%{_kf5_libdir}/libKF5ConfigWidgets.so
|
%{_kf5_libdir}/libKF5ConfigWidgets.so
|
||||||
%{_kf5_libdir}/cmake/KF5ConfigWidgets/
|
%{_kf5_libdir}/cmake/KF5ConfigWidgets/
|
||||||
@ -84,25 +89,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jan 04 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
|
|
||||||
- Update to upstream version 5.113.0
|
|
||||||
|
|
||||||
* Thu Aug 03 2023 leeffo <liweiganga@uniontech.com> - 5.108.0-1
|
|
||||||
- upgrade to version 5.108.0
|
|
||||||
|
|
||||||
* Mon Dec 12 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.100.0-1
|
|
||||||
- Update to upstream version 5.100.0
|
|
||||||
|
|
||||||
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
|
|
||||||
- update to upstream version 5.97.0
|
|
||||||
|
|
||||||
* Tue Jul 05 2022 loong_C <loong_c@yeah.net> - 5.95.0-1
|
|
||||||
- update to upstream version 5.95.0
|
|
||||||
|
|
||||||
* Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
|
* Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
|
||||||
- update to upstream version 5.90.0
|
- update to upstream version 5.90.0
|
||||||
|
|
||||||
* Thu Jan 13 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.88.0-1
|
* Thu Jan 13 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
|
||||||
- update to upstream version 5.88.0
|
- update to upstream version 5.88.0
|
||||||
|
|
||||||
* Mon Dec 13 2021 douyan <douyan@kylinos.cn> - 5.55.0-2
|
* Mon Dec 13 2021 douyan <douyan@kylinos.cn> - 5.55.0-2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user