Compare commits
No commits in common. "a7bdc428a97721912416631159f67c4f7eb90d98" and "c993c22bdd0f3178848a6084221b301434c48883" have entirely different histories.
a7bdc428a9
...
c993c22bdd
Binary file not shown.
BIN
kcoreaddons-5.90.0.tar.xz
Normal file
BIN
kcoreaddons-5.90.0.tar.xz
Normal file
Binary file not shown.
@ -9,15 +9,20 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.113.0
|
Version: 5.90.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtCore
|
Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtCore
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
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
|
||||||
|
|
||||||
## upstream patches
|
## upstream patches
|
||||||
@ -27,9 +32,6 @@ BuildRequires: extra-cmake-modules >= %{majmin}
|
|||||||
BuildRequires: kf5-rpm-macros >= %{majmin}
|
BuildRequires: kf5-rpm-macros >= %{majmin}
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-qttools-devel
|
BuildRequires: qt5-qttools-devel
|
||||||
BuildRequires: shared-mime-info
|
|
||||||
BuildRequires: systemd-devel
|
|
||||||
|
|
||||||
%if ! 0%{?bootstrap}
|
%if ! 0%{?bootstrap}
|
||||||
## Drop/omit FAM/gamin support: it is no longer supported upstream,
|
## Drop/omit FAM/gamin support: it is no longer supported upstream,
|
||||||
## e.g. https://bugzilla.gnome.org/show_bug.cgi?id=777997
|
## e.g. https://bugzilla.gnome.org/show_bug.cgi?id=777997
|
||||||
@ -57,9 +59,11 @@ Requires: qt5-qtbase-devel
|
|||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{framework}-%{version} -p1
|
%autosetup -n %{framework}-%{version} -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
pushd %{_target_platform}
|
pushd %{_target_platform}
|
||||||
@ -69,6 +73,7 @@ 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}
|
||||||
|
|
||||||
@ -76,6 +81,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
%find_lang_kf5 kde5_xml_mimetypes
|
%find_lang_kf5 kde5_xml_mimetypes
|
||||||
cat *.lang > all.lang
|
cat *.lang > all.lang
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if 0%{?tests}
|
%if 0%{?tests}
|
||||||
export CTEST_OUTPUT_ON_FAILURE=1
|
export CTEST_OUTPUT_ON_FAILURE=1
|
||||||
@ -110,33 +116,21 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|||||||
%{_kf5_libdir}/libKF5CoreAddons.so.*
|
%{_kf5_libdir}/libKF5CoreAddons.so.*
|
||||||
%{_kf5_datadir}/mime/packages/kde5.xml
|
%{_kf5_datadir}/mime/packages/kde5.xml
|
||||||
%{_kf5_datadir}/kf5/licenses/
|
%{_kf5_datadir}/kf5/licenses/
|
||||||
|
%{_kf5_qtplugindir}/namespace/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%{_kf5_includedir}/kcoreaddons_version.h
|
||||||
%{_kf5_includedir}/KCoreAddons/
|
%{_kf5_includedir}/KCoreAddons/
|
||||||
%{_kf5_libdir}/libKF5CoreAddons.so
|
%{_kf5_libdir}/libKF5CoreAddons.so
|
||||||
%{_kf5_libdir}/cmake/KF5CoreAddons/
|
%{_kf5_libdir}/cmake/KF5CoreAddons/
|
||||||
%{_kf5_archdatadir}/mkspecs/modules/qt_KCoreAddons.pri
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KCoreAddons.pri
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 02 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
|
|
||||||
- Update to upstream version 5.113.0
|
|
||||||
|
|
||||||
* Thu Aug 03 2023 zhangshaoning <zhangshaoning@uniontech.com> - 5.108.0-1
|
|
||||||
- Update to upstream version 5.108.0
|
|
||||||
|
|
||||||
* Fri Dec 09 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
|
|
||||||
|
|
||||||
* Mon Jul 04 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
|
||||||
|
|
||||||
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 5.55.0-1
|
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 5.55.0-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user