|
|
|
@ -1,13 +1,12 @@
|
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
%global framework ki18n
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.85.0
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.88.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 addon for localization
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 addon for localization
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://invent.kde.org/frameworks/%{framework}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://invent.kde.org/frameworks/%{framework}
|
|
|
|
|
|
|
|
|
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
@ -16,7 +15,7 @@ URL: https://invent.kde.org/frameworks/%{framework}
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
@ -29,6 +28,7 @@ BuildRequires: kf5-rpm-macros >= %{majmin}
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: python3
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
|
BuildRequires: qt5-qtscript-devel
|
|
|
|
|
|
|
|
|
@ -52,7 +52,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{cmake_kf5} \
|
|
|
|
|
%cmake_kf5 \
|
|
|
|
|
-DPYTHON_EXECUTABLE:PATH=%__python3
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
@ -70,7 +70,9 @@ developing applications that use %{name}.
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license LICENSES/*.txt
|
|
|
|
|
%{_kf5_libdir}/libKF5I18n.so.*
|
|
|
|
|
%{_kf5_libdir}/libKF5I18nLocaleData.so.*
|
|
|
|
|
%{_kf5_datadir}/qlogging-categories5/*%{framework}*
|
|
|
|
|
%{_kf5_qmldir}/org/kde/i18n/localeData/
|
|
|
|
|
%{_kf5_qtplugindir}/kf5/ktranscript.so
|
|
|
|
|
%lang(ca) %{_datadir}/locale/ca/LC_SCRIPTS/ki18n5/
|
|
|
|
|
%lang(ca@valencia) %{_datadir}/locale/ca@valencia/LC_SCRIPTS/ki18n5/
|
|
|
|
@ -90,12 +92,23 @@ developing applications that use %{name}.
|
|
|
|
|
%files devel
|
|
|
|
|
%{_kf5_includedir}/ki18n_version.h
|
|
|
|
|
%{_kf5_includedir}/KI18n/
|
|
|
|
|
%{_kf5_includedir}/KI18nLocaleData/
|
|
|
|
|
%{_kf5_libdir}/libKF5I18n.so
|
|
|
|
|
%{_kf5_libdir}/libKF5I18nLocaleData.so
|
|
|
|
|
%{_kf5_libdir}/cmake/KF5I18n/
|
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KI18n.pri
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Nov 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.88.0-1
|
|
|
|
|
- 5.88.0
|
|
|
|
|
|
|
|
|
|
* Tue Oct 05 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.87.0-1
|
|
|
|
|
- 5.87.0
|
|
|
|
|
|
|
|
|
|
* Tue Sep 14 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.86.0-1
|
|
|
|
|
- 5.86.0
|
|
|
|
|
|
|
|
|
|
* Thu Aug 12 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.85.0-1
|
|
|
|
|
- 5.85.0
|
|
|
|
|
|
|
|
|
|