Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37767005
en ru br
ALT Linux repos
S:6.4.2-alt1

Group :: System/Libraries
RPM: qt6-translations

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 


%global qt_module qttranslations

Name: qt6-translations
Version: 6.2.4
Release: alt3

Group: System/Libraries
Summary: Qt6 - QtTranslations module
Url: http://qt.io/
License: GPL-3.0-only WITH Qt-GPL-exception-1.0

BuildArch: noarch
Requires: qt6-base-common

Source: %qt_module-everywhere-src-%version.tar

BuildRequires: cmake qt6-base-devel qt6-tools qt6-tools-devel

%description
%{summary}.

%prep
%setup -qn %qt_module-everywhere-src-%version

%build
%Q6build

%install
%Q6install_qt

%find_lang --with-qt --without-mo %name
find %buildroot/%_qt6_translationdir -type f -name \*.qm | sed 's|_.*||' | sort -u | \
while read f
do
   %find_lang --with-qt --without-mo --append --output=%name.lang `basename $f`
done
%find_lang --with-qt --without-mo --append --output=%name.lang qt_help

%files -f %name.lang

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin