Compare commits
No commits in common. "e00b73a7beffef211232b42abfeb7fc69835ff62" and "6e1a37ac29b8e5351f3f7c8fce5d115fe42d02bb" have entirely different histories.
e00b73a7be
...
6e1a37ac29
Binary file not shown.
BIN
kdelibs4support-5.90.0.tar.xz
Normal file
BIN
kdelibs4support-5.90.0.tar.xz
Normal file
Binary file not shown.
@ -1,15 +1,19 @@
|
|||||||
%global framework kdelibs4support
|
%global framework kdelibs4support
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.113.0
|
Version: 5.90.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 4 module with porting aid from KDELibs 4
|
Summary: KDE Frameworks 5 Tier 4 module with porting aid from KDELibs 4
|
||||||
License: GPLv2+ and LGPLv2+ and BSD
|
License: GPLv2+ and LGPLv2+ and BSD
|
||||||
URL: https://invent.kde.org/frameworks/%{framework}
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||||||
|
|
||||||
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
%global majmin %majmin_ver_kf5
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
%global stable %stable_kf5
|
%if %{revision} >= 50
|
||||||
|
%global stable unstable
|
||||||
|
%else
|
||||||
|
%global stable stable
|
||||||
|
%endif
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/portingAids/%{framework}-%{version}.tar.xz
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/portingAids/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: ca-certificates
|
BuildRequires: ca-certificates
|
||||||
@ -107,6 +111,7 @@ 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}
|
||||||
@ -119,6 +124,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}
|
||||||
|
|
||||||
@ -143,6 +149,7 @@ fi
|
|||||||
## use kdebugrc from kde-settings instead
|
## use kdebugrc from kde-settings instead
|
||||||
rm -fv %{buildroot}%{_kf5_sysconfdir}/xdg/kdebugrc
|
rm -fv %{buildroot}%{_kf5_sysconfdir}/xdg/kdebugrc
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license COPYING.LIB
|
%license COPYING.LIB
|
||||||
@ -151,7 +158,6 @@ rm -fv %{buildroot}%{_kf5_sysconfdir}/xdg/kdebugrc
|
|||||||
%{_kf5_bindir}/kdebugdialog5
|
%{_kf5_bindir}/kdebugdialog5
|
||||||
# fileshareset pulls in perl
|
# fileshareset pulls in perl
|
||||||
%{_kf5_libexecdir}/fileshareset
|
%{_kf5_libexecdir}/fileshareset
|
||||||
%{_kf5_libexecdir}/filesharelist
|
|
||||||
%{_kf5_datadir}/kservices5/*.desktop
|
%{_kf5_datadir}/kservices5/*.desktop
|
||||||
%{_kf5_datadir}/kservices5/qimageioplugins/*.desktop
|
%{_kf5_datadir}/kservices5/qimageioplugins/*.desktop
|
||||||
%{_kf5_datadir}/kservicetypes5/*.desktop
|
%{_kf5_datadir}/kservicetypes5/*.desktop
|
||||||
@ -180,26 +186,12 @@ rm -fv %{buildroot}%{_kf5_sysconfdir}/xdg/kdebugrc
|
|||||||
%{_kf5_libdir}/cmake/KF5KDELibs4Support/
|
%{_kf5_libdir}/cmake/KF5KDELibs4Support/
|
||||||
%{_kf5_libdir}/cmake/KF5KDE4Support/
|
%{_kf5_libdir}/cmake/KF5KDE4Support/
|
||||||
%{_kf5_libdir}/cmake/KDELibs4/
|
%{_kf5_libdir}/cmake/KDELibs4/
|
||||||
|
%{_kf5_includedir}/kdelibs4support_version.h
|
||||||
%{_kf5_includedir}/KDELibs4Support/
|
%{_kf5_includedir}/KDELibs4Support/
|
||||||
%{_kf5_datadir}/dbus-1/interfaces/*.xml
|
%{_kf5_datadir}/dbus-1/interfaces/*.xml
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 08 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
|
|
||||||
|
|
||||||
* Tue Dec 13 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 liqiuyu <liqiuyu@kylinos.cn> - 5.95.0-1
|
|
||||||
- update to upstream version 5.95.0
|
|
||||||
|
|
||||||
* Mon Feb 14 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
|
* Mon Feb 14 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
|
||||||
- update to upstream version 5.90.0
|
- update to upstream version 5.90.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user