grisbi/grisbi.spec
Dominique Leuenberger 3c12dff7fb - Update to version 3.0.4:
+ Bug fixes
- Changes from version 3.0.3:
  + Bug fixes
- Changes from version 3.0.2:
  + Bug fixes
  + Do not use intltool to build Grisbi
- Changes from version version 3.0.1:
  + Bug fixes
- Changes from version 3.0.0:
  + Changing the payee search
  + Adding new type of consumer loan
  + Adding the all transactions in archive when the account is closed
  + Bug fixes
  + Code cleanup
  + Preparing for the transition to gtk4

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/grisbi?expand=0&rev=40
2025-01-27 08:33:20 +00:00

89 lines
2.6 KiB
RPMSpec

#
# spec file for package grisbi
#
# Copyright (c) 2025 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: grisbi
Version: 3.0.4
Release: 0
Summary: Personal Accounting Application
License: GPL-2.0-or-later
Group: Productivity/Office/Finance
URL: http://www.grisbi.org
Source0: https://downloads.sourceforge.net/project/grisbi/grisbi%20stable/3.0.x/%{version}/%{name}-%{version}.tar.bz2
Source1: https://downloads.sourceforge.net/project/grisbi/grisbi%20stable/3.0.x/%{version}/%{name}-%{version}.tar.bz2.asc
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0) >= 2.56
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24
BuildRequires: pkgconfig(libcrypto) >= 1.0.0
BuildRequires: pkgconfig(libgoffice-0.10) >= 0.10.0
BuildRequires: pkgconfig(libgsf-1) >= 1.14
BuildRequires: pkgconfig(libofx) >= 0.9
BuildRequires: pkgconfig(libssl) >= 1.0.0
BuildRequires: pkgconfig(libxml-2.0) >= 2.5.0
BuildRequires: pkgconfig(zlib)
ExcludeArch: %{ix86}
%description
Grisbi is a personal accounting application, aiming at providing the most
simple and intuitive software for basic use, although it can be very powerful
if you spend a little time on the setup.
One notable feature is that it respects French accounting rules.
%lang_package
%prep
%autosetup -p1
%build
%configure \
--disable-static \
--disable-schemas-compile \
%{nil}
%make_build
%install
%make_install
# Those files are deprecated and not needed anymore
rm %{buildroot}%{_datadir}/mime-info/grisbi.{keys,mime}
%find_lang %{name} %{?no_lang_C}
%fdupes -s %{buildroot}%{_datadir}
%check
%make_build check
%files
%license COPYING
%doc AUTHORS NEWS README
%{_bindir}/grisbi
%{_mandir}/man1/grisbi.1%{?ext_man}
%{_datadir}/applications/org.grisbi.Grisbi.desktop
%{_datadir}/doc/grisbi/
%{_datadir}/grisbi/
%{_datadir}/icons/*/*/*/*grisbi.*
%{_datadir}/mime/packages/grisbi.xml
%{_datadir}/pixmaps/grisbi/
%{_datadir}/metainfo/%{name}.metainfo.xml
%files lang -f %{name}.lang
%changelog