File eqonomize.spec of Package eqonomize
#
# spec file for package eqonomize
#
# Copyright (c) 2023 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: eqonomize
Version: 1.5.10
Release: 0
Summary: Cross-platform personal accounting software
License: GPL-3.0-or-later
URL: https://eqonomize.github.io/
Source0: https://github.com/Eqonomize/Eqonomize/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig(Qt6Charts)
BuildRequires: pkgconfig(Qt6Core)
BuildRequires: pkgconfig(Qt6Network)
BuildRequires: pkgconfig(Qt6PrintSupport)
BuildRequires: pkgconfig(Qt6Widgets)
%description
Eqonomize! is a Qt application for managing your personal finances. It
features bookkeeping by double entry, with support for scheduled recurring
transactions and keeping track of investments in securities.
The focus of Eqonomize! is efficiency and ease of use (with a clean and simple
interface) for the small household economy.
%prep
%autosetup -p1
%build
%qmake6 PREFIX=%{_prefix} Eqonomize.pro
%qmake6_build
%install
%qmake6_install
%files
%license COPYING
%doc AUTHORS ChangeLog README.md
%{_bindir}/eqonomize
%{_qt6_sharedir}/applications/eqonomize.desktop
%{_qt6_sharedir}/doc/eqonomize/
%{_qt6_sharedir}/eqonomize/
%{_qt6_sharedir}/icons/*/*/actions/eqz-*
%{_qt6_sharedir}/icons/*/*/apps/eqonomize.*
%{_qt6_sharedir}/icons/*/*/mimetypes/application-x-eqonomize.*
%dir %{_qt6_sharedir}/mime
%dir %{_qt6_sharedir}/mime/packages
%{_qt6_sharedir}/mime/packages/eqonomize.xml
%{_mandir}/man1/eqonomize.1%{?ext_man}
%changelog