Compare commits
10 Commits
e3ef54e86f
...
76e5c86005
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76e5c86005 | ||
|
|
fc2220511e | ||
|
|
3ae1b0c88a | ||
|
|
2e886386bd | ||
|
|
b3c4a09a97 | ||
|
|
b4b6b8eec0 | ||
|
|
7c3a73db34 | ||
|
|
f9dc0211eb | ||
|
|
45259719e8 | ||
|
|
8973f94cea |
@ -1,20 +1,16 @@
|
|||||||
%global framework ki18n
|
%global framework ki18n
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.90.0
|
Version: 5.113.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 1 addon for localization
|
Summary: KDE Frameworks 5 Tier 1 addon for localization
|
||||||
|
|
||||||
License: LGPLv2+ and BSD-3-Clause
|
License: LGPLv2+ and BSD-3-Clause
|
||||||
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}/%{framework}-%{version}.tar.xz
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
|
|
||||||
@ -45,11 +41,9 @@ Requires: python3
|
|||||||
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}
|
||||||
@ -59,13 +53,11 @@ 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} --all-name
|
%find_lang %{name} --all-name
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
@ -92,7 +84,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
%lang(sr) %{_datadir}/locale/uk/LC_SCRIPTS/ki18n5/
|
%lang(sr) %{_datadir}/locale/uk/LC_SCRIPTS/ki18n5/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_kf5_includedir}/ki18n_version.h
|
|
||||||
%{_kf5_includedir}/KI18n/
|
%{_kf5_includedir}/KI18n/
|
||||||
%{_kf5_includedir}/KI18nLocaleData/
|
%{_kf5_includedir}/KI18nLocaleData/
|
||||||
%{_kf5_libdir}/libKF5I18n.so
|
%{_kf5_libdir}/libKF5I18n.so
|
||||||
@ -102,6 +93,21 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
|
|
||||||
%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 wangqia <wangqia@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 25 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.95.0-1
|
||||||
|
- update to upstream version 5.95.0
|
||||||
|
|
||||||
* Wed May 18 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-2
|
* Wed May 18 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-2
|
||||||
- Improve the project according to the requirements of compliance improvement
|
- Improve the project according to the requirements of compliance improvement
|
||||||
|
|
||||||
|
|||||||
BIN
ki18n-5.113.0.tar.xz
Normal file
BIN
ki18n-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user