96 lines
3.0 KiB
RPMSpec
96 lines
3.0 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: qt6-qttranslations
|
|
Version: 6.7.3
|
|
Release: 1mamba
|
|
Summary: Qt6 translations components
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.qt.io/
|
|
Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qttranslations-everywhere-src-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: qt6-qtbase-devel
|
|
BuildRequires: qt6-qttools-devel
|
|
BuildRequires: qt6-linguist = %{version}
|
|
Supplements: libQt6Core
|
|
Obsoletes: libQt5Declarative < 5.15.7
|
|
|
|
%description
|
|
Qt5 translations components.
|
|
|
|
#% debug_package
|
|
|
|
%prep
|
|
%setup -q -n qttranslations-everywhere-src-%{version}
|
|
|
|
%build
|
|
%cmake
|
|
%cmake_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%cmake_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_qt6_translationdir}/catalogs.json
|
|
%lang(ar) %{_qt6_translationdir}/*_ar.qm
|
|
%lang(bg) %{_qt6_translationdir}/*_bg.qm
|
|
%lang(ca) %{_qt6_translationdir}/*_ca.qm
|
|
%lang(cs) %{_qt6_translationdir}/*_cs.qm
|
|
%lang(da) %{_qt6_translationdir}/*_da.qm
|
|
%lang(de) %{_qt6_translationdir}/*_de.qm
|
|
%lang(es) %{_qt6_translationdir}/*_es.qm
|
|
%lang(en) %{_qt6_translationdir}/*_en.qm
|
|
%lang(fa) %{_qt6_translationdir}/*_fa.qm
|
|
%lang(fi) %{_qt6_translationdir}/*_fi.qm
|
|
%lang(fr) %{_qt6_translationdir}/*_fr.qm
|
|
%lang(gl) %{_qt6_translationdir}/*_gd.qm
|
|
%lang(gl) %{_qt6_translationdir}/*_gl.qm
|
|
%lang(he) %{_qt6_translationdir}/*_he.qm
|
|
%lang(hr) %{_qt6_translationdir}/*_hr.qm
|
|
%lang(hu) %{_qt6_translationdir}/*_hu.qm
|
|
%lang(it) %{_qt6_translationdir}/*_it.qm
|
|
%lang(ja) %{_qt6_translationdir}/*_ja.qm
|
|
%lang(ka) %{_qt6_translationdir}/*_ka.qm
|
|
%lang(ko) %{_qt6_translationdir}/*_ko.qm
|
|
%lang(lt) %{_qt6_translationdir}/*_lt.qm
|
|
%lang(lt) %{_qt6_translationdir}/*_lv.qm
|
|
%lang(nl) %{_qt6_translationdir}/*_nl.qm
|
|
%lang(nn) %{_qt6_translationdir}/*_nn.qm
|
|
%lang(pl) %{_qt6_translationdir}/*_pl.qm
|
|
%lang(pt_BR) %{_qt6_translationdir}/*_pt_BR.qm
|
|
%lang(pt_PT) %{_qt6_translationdir}/*_pt_PT.qm
|
|
%lang(ru) %{_qt6_translationdir}/*_ru.qm
|
|
%lang(sk) %{_qt6_translationdir}/*_sk.qm
|
|
%lang(sl) %{_qt6_translationdir}/*_sl.qm
|
|
%lang(sv) %{_qt6_translationdir}/*_sv.qm
|
|
%lang(sv) %{_qt6_translationdir}/*_tr.qm
|
|
%lang(uk) %{_qt6_translationdir}/*_uk.qm
|
|
%lang(zh_CN) %{_qt6_translationdir}/*_zh_CN.qm
|
|
%lang(zh_TW) %{_qt6_translationdir}/*_zh_TW.qm
|
|
%doc LICENSES
|
|
|
|
%changelog
|
|
* Wed Oct 09 2024 Automatic Build System <autodist@openmamba.org> 6.7.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 21 2024 Automatic Build System <autodist@openmamba.org> 6.7.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.7.1-1mamba
|
|
- update to 6.7.1
|
|
|
|
* Mon Nov 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.7-1mamba
|
|
- update to 5.15.7
|
|
|
|
* Sat Nov 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-1mamba
|
|
- package created using the webbuild interface
|