2007-03-08 00:51:57 +01:00
|
|
|
#
|
2011-08-15 12:27:25 +02:00
|
|
|
# spec file for package gnucash-docs
|
2007-03-08 00:51:57 +01:00
|
|
|
#
|
2024-01-17 10:01:53 +01:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2007-03-08 00:51:57 +01:00
|
|
|
#
|
2009-06-17 19:35:07 +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.
|
|
|
|
|
2018-09-28 08:53:50 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-03-08 00:51:57 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: gnucash-docs
|
2024-01-17 10:01:53 +01:00
|
|
|
Version: 5.5
|
|
|
|
Release: 0
|
2011-08-15 12:27:25 +02:00
|
|
|
Summary: Documentation Module for GnuCash
|
2018-03-14 19:36:04 +01:00
|
|
|
License: GFDL-1.1-only AND GPL-2.0-or-later
|
2007-03-08 00:51:57 +01:00
|
|
|
Group: Productivity/Office/Finance
|
2018-12-27 00:30:12 +01:00
|
|
|
URL: https://www.gnucash.org/
|
2024-01-17 10:01:53 +01:00
|
|
|
Source: https://github.com/Gnucash/gnucash/releases/download/%{version}/gnucash-docs-%{version}.tar.gz
|
2022-04-01 17:15:39 +02:00
|
|
|
BuildRequires: cmake
|
2011-08-15 12:27:25 +02:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: sgml-skel
|
2013-12-16 16:16:57 +01:00
|
|
|
BuildRequires: xsltproc
|
2007-03-08 00:51:57 +01:00
|
|
|
BuildArch: noarch
|
2018-12-27 00:30:12 +01:00
|
|
|
Recommends: %{_bindir}/gnome-help
|
2007-03-08 00:51:57 +01:00
|
|
|
|
|
|
|
%description
|
2011-10-02 10:09:00 +02:00
|
|
|
GnuCash is a personal finance manager. A check-book like register GUI
|
2007-03-08 00:51:57 +01:00
|
|
|
allows you to enter and track bank accounts, stocks, income and even
|
|
|
|
currency trades. The interface is designed to be simple and easy to
|
|
|
|
use, but is backed with double-entry accounting principles to ensure
|
|
|
|
balanced books. This is the documentation module for GnuCash.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2022-01-03 17:32:04 +01:00
|
|
|
%cmake
|
|
|
|
%cmake_build
|
2007-03-08 00:51:57 +01:00
|
|
|
|
|
|
|
%install
|
2022-01-03 17:32:04 +01:00
|
|
|
%cmake_install
|
Accepting request 220626 from GNOME:Apps
- Update to version 2.6.1:
+ First documention updates for credit notes.
+ Adapt migration documentation to gsettings introduction.
+ Move most of the text regarding business features from guide to
help, correct links and wording and many small improvements.
+ Add information about the Business tab in book options window.
+ Enable building Japanese PDF without requiring Debian or
downloading fonts from anywhere.
+ Add Fedora font paths.
+ Adjust image after update.
+ Doc/guide/C: add cash account to accts-examples-organization2.
+ Docs/guide/de: minor corrections of spelling.
+ Updated translations.
- Update to version 2.6.0:
+ Updated documentation for new GnuCash stable version 2.6.0:
- Update Preferences section.
- Menu and Toolbar references.
- Update Business Documentation: Bobby Ratliff.
- Budget Features: Bobby Ratliff.
+ Update Copyrights, Author lists, and metadata.
+ Add facility to publish docs as e-pubs.
+ Bugs fixed: bgo#513122, bgo#604519, bgo#608932, bgo#633524,
bgo#638955, bgo#639264, bgo#661705, bgo#670354, bgo#672668,
bgo#684709, bgo#687476, bgo#688425, bgo#688579, bgo#688968,
bgo#691762, bgo#692917, bgo#693493, bgo#699430, bgo#700656,
bgo#702039, bgo#712308:, bgo#715161.
+ Updated translations. (forwarded request 220621 from Zaitor)
OBS-URL: https://build.opensuse.org/request/show/220626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash-docs?expand=0&rev=21
2014-02-03 11:12:59 +01:00
|
|
|
%find_lang gnucash-guide %{?no_lang_C}
|
2024-01-17 10:01:53 +01:00
|
|
|
%find_lang gnucash-manual %{?no_lang_C}
|
2022-01-03 17:32:04 +01:00
|
|
|
%{__rm} -rf %{buildroot}%{_datadir}/gnucash-docs
|
2011-08-15 12:27:25 +02:00
|
|
|
%fdupes %{buildroot}%{_datadir}
|
2007-07-27 15:06:45 +02:00
|
|
|
|
2024-01-17 10:01:53 +01:00
|
|
|
%files -f gnucash-guide.lang -f gnucash-manual.lang
|
2018-03-14 19:36:04 +01:00
|
|
|
%license COPYING
|
2022-01-03 17:44:09 +01:00
|
|
|
%doc AUTHORS COPYING-DOCS NEWS README
|
2022-10-07 14:49:11 +02:00
|
|
|
%doc %{_datadir}/help/C/gnucash-guide
|
2024-01-17 10:01:53 +01:00
|
|
|
%doc %{_datadir}/help/C/gnucash-manual
|
2007-03-08 00:51:57 +01:00
|
|
|
|
2018-03-14 19:36:04 +01:00
|
|
|
%changelog
|