File deepin-calculator.spec of Package deepin-calculator
#
# spec file for package deepin-calculator
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: deepin-calculator
Version: 5.7.21
Release: 0
Summary: The Deepin Calculator Application
License: GPL-3.0-or-later
Group: Productivity/Scientific/Math
URL: https://github.com/linuxdeepin/deepin-calculator
Source: https://github.com/linuxdeepin/deepin-calculator/archive/%{version}/%{name}-%{version}.tar.gz
%ifarch ppc ppc64 ppc64le s390 s390x
BuildRequires: deepin-desktop-base
%else
BuildRequires: deepin-manual
%endif
BuildRequires: gtest
BuildRequires: gmock
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(dtkwidget)
BuildRequires: pkgconfig(dtkgui)
BuildRequires: pkgconfig(dtkcore)
BuildRequires: pkgconfig(dframeworkdbus)
BuildRequires: libqt5-linguist
Recommends: %{name}-lang
%description
Deepin calculator is an easy to use calculator for ordinary users.
%lang_package
%prep
%setup
sed -i 's/lrelease/lrelease-qt5/g' translate_generation.sh
%build
%cmake
%make_build
%install
%cmake_install
%fdupes %{buildroot}%{_datadir}
%files
%defattr(-,root,root,-)
%doc README.md CHANGELOG.md
%license LICENSE
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/deepin-manual/manual-assets/application/%{name}
%files lang
%defattr(-,root,root,-)
%{_datadir}/%{name}
%changelog