2011-04-29 01:06:06 +02:00
|
|
|
#
|
2011-06-14 16:30:33 +02:00
|
|
|
# spec file for package grisbi
|
|
|
|
#
|
2021-12-15 22:43:56 +01:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2011-06-14 16:30:33 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2020-04-18 00:36:52 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-04-29 01:06:06 +02:00
|
|
|
#
|
|
|
|
|
2012-01-05 15:32:57 +01:00
|
|
|
|
2011-04-29 01:06:06 +02:00
|
|
|
Name: grisbi
|
2021-12-15 22:43:56 +01:00
|
|
|
Version: 2.0.5
|
2012-01-04 14:18:51 +01:00
|
|
|
Release: 0
|
2011-04-29 01:06:06 +02:00
|
|
|
Summary: Personal Accounting Application
|
2018-06-04 11:16:18 +02:00
|
|
|
License: GPL-2.0-or-later
|
2011-04-29 01:06:06 +02:00
|
|
|
Group: Productivity/Office/Finance
|
2018-06-04 11:16:18 +02:00
|
|
|
URL: http://www.grisbi.org
|
2021-12-15 22:43:56 +01:00
|
|
|
Source0: https://downloads.sourceforge.net/project/grisbi/grisbi%20stable/2.0.x/%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
Source1: https://downloads.sourceforge.net/project/grisbi/grisbi%20stable/2.0.x/%{version}/%{name}-%{version}.tar.bz2.asc
|
2020-04-18 00:36:52 +02:00
|
|
|
|
2011-04-29 01:06:06 +02:00
|
|
|
BuildRequires: fdupes
|
2011-04-29 01:38:52 +02:00
|
|
|
BuildRequires: intltool
|
2018-06-14 00:18:11 +02:00
|
|
|
BuildRequires: pkgconfig
|
2020-04-18 00:36:52 +02:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.44
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.16
|
|
|
|
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(libxml-2.0) >= 2.5.0
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
2024-01-10 10:26:36 +01:00
|
|
|
ExcludeArch: %{ix86}
|
2011-04-29 01:06:06 +02:00
|
|
|
|
|
|
|
%description
|
2011-04-29 01:38:52 +02:00
|
|
|
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.
|
2011-04-29 01:06:06 +02:00
|
|
|
|
2011-04-29 01:38:52 +02:00
|
|
|
One notable feature is that it respects French accounting rules.
|
2011-04-29 01:06:06 +02:00
|
|
|
|
|
|
|
%lang_package
|
2018-06-14 00:18:11 +02:00
|
|
|
|
2011-04-29 01:06:06 +02:00
|
|
|
%prep
|
2020-04-18 00:36:52 +02:00
|
|
|
%autosetup -p1
|
2011-04-29 01:06:06 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
2020-04-18 00:36:52 +02:00
|
|
|
--disable-static \
|
|
|
|
--disable-schemas-compile \
|
|
|
|
%{nil}
|
|
|
|
%make_build
|
2011-04-29 01:06:06 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
2020-04-18 00:36:52 +02:00
|
|
|
|
2011-04-29 01:38:52 +02:00
|
|
|
# Those files are deprecated and not needed anymore
|
|
|
|
rm %{buildroot}%{_datadir}/mime-info/grisbi.{keys,mime}
|
|
|
|
|
2020-04-18 00:36:52 +02:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
|
|
|
%fdupes -s %{buildroot}%{_datadir}
|
2018-06-14 03:40:07 +02:00
|
|
|
|
2024-03-14 13:55:38 +01:00
|
|
|
%check
|
|
|
|
%make_build check
|
|
|
|
|
2011-04-29 01:06:06 +02:00
|
|
|
%files
|
2018-06-04 11:16:18 +02:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS NEWS README
|
2011-04-29 01:06:06 +02:00
|
|
|
%{_bindir}/grisbi
|
2018-06-14 00:18:11 +02:00
|
|
|
%{_mandir}/man1/grisbi.1%{?ext_man}
|
2011-04-29 01:06:06 +02:00
|
|
|
%{_datadir}/applications/grisbi.desktop
|
2011-04-29 01:38:52 +02:00
|
|
|
%{_datadir}/doc/grisbi/
|
2020-04-18 00:36:52 +02:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gtk.grisbi.gschema.xml
|
2011-04-29 01:38:52 +02:00
|
|
|
%{_datadir}/grisbi/
|
2021-04-15 15:16:47 +02:00
|
|
|
%{_datadir}/icons/*/*/*/*grisbi.*
|
2014-08-09 15:20:48 +02:00
|
|
|
%{_datadir}/mime/packages/grisbi.xml
|
2011-04-29 01:38:52 +02:00
|
|
|
%{_datadir}/pixmaps/grisbi/
|
2011-04-29 01:06:06 +02:00
|
|
|
|
2011-04-29 01:38:52 +02:00
|
|
|
%files lang -f %{name}.lang
|
2011-04-29 01:06:06 +02:00
|
|
|
|
2011-04-29 01:38:52 +02:00
|
|
|
%changelog
|