Compare commits
10 Commits
6e1a37ac29
...
e00b73a7be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e00b73a7be | ||
|
|
499a3252a4 | ||
|
|
e9963c78ee | ||
|
|
9b15a5d2dd | ||
|
|
0fd2dbd85c | ||
|
|
1bcb98fd07 | ||
|
|
812c6e8e07 | ||
|
|
a840fd61f7 | ||
|
|
9ac8f60e08 | ||
|
|
7508874bee |
BIN
kdelibs4support-5.113.0.tar.xz
Normal file
BIN
kdelibs4support-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,19 +1,15 @@
|
|||||||
%global framework kdelibs4support
|
%global framework kdelibs4support
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.90.0
|
Version: 5.113.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 revision %(echo %{version} | cut -d. -f3)
|
%global majmin %majmin_ver_kf5
|
||||||
%if %{revision} >= 50
|
%global stable %stable_kf5
|
||||||
%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
|
||||||
@ -111,7 +107,6 @@ 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}
|
||||||
@ -124,7 +119,6 @@ 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}
|
||||||
|
|
||||||
@ -149,7 +143,6 @@ 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
|
||||||
@ -158,6 +151,7 @@ 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
|
||||||
@ -186,12 +180,26 @@ 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