gnucash-docs/gnucash-docs.spec

62 lines
2.0 KiB
RPMSpec
Raw Normal View History

#
# spec file for package gnucash-docs
#
# Copyright (c) 2022 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: gnucash-docs
Accepting request 1044265 from home:dirkmueller:Factory - update to 4.13: * Bug 798620 - Unable to build docs on Mageia Cauldron * Bug 798623 - ENG. Typo "documenation" * Bug 798624 - Document how to check if GnuCash is running when updating quotes * Bug 798645 - screens instead of WINDOWS * Bug 798665 - New: ENG. Typo: Unnecessary determiner "a" in 2.6.1. Migrating financial data. * Bug 798674 - Broken link on Chapter 17. Python Bindings * Manual:de: Account_Actions: Tippfehler-Korrektur * Review URLs and replace them by entities in all parts and languages excepting in comments or FDL appendix * manual, ch_Finance-Quote: fix broken entities * gnc-gui-struct.dtd: fix some mistakes and add entities for menuitems and menuchoice. * Update url-irc to "irc://irc.gimp.net/gnucash" see the email announcement * Partial Modernization of Manual:C:Business: Differentiation of admonitions and improvement of lists * Manual:C: Convert CSV assistant into <procedure> * Multi-split csv elaboration * Update app-fq-vers to "1.53" * Replace "Online Quote Setup" instructions in Guide by links to the manual chapter. O Enhance bookinfos by subtitle and titleabbrev;drop "Help" from manual. Adding titleabbrev allows yelp to display the version in its titlebar * Guide:C: Fix image declarations: Some were not properly scaled and others didn't appear in the List of Figures. * Replace all hardcoded width="510[px]" by "&img-w;" for for both components in all languages * Ensure our documentation is also found when gnucash is run in KDE * Restore draft status in gnc-docbook.dtd. * New and Updated Translations: German OBS-URL: https://build.opensuse.org/request/show/1044265 OBS-URL: https://build.opensuse.org/package/show/Office/gnucash-docs?expand=0&rev=17
2022-12-23 13:06:45 +01:00
Version: 4.13
Release: 9.1
Summary: Documentation Module for GnuCash
License: GFDL-1.1-only AND GPL-2.0-or-later
Group: Productivity/Office/Finance
URL: https://www.gnucash.org/
Source: https://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/%{version}/gnucash-docs-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: sgml-skel
BuildRequires: xsltproc
BuildArch: noarch
Recommends: %{_bindir}/gnome-help
%description
GnuCash is a personal finance manager. A check-book like register GUI
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
%cmake
%cmake_build
%install
%cmake_install
%find_lang gnucash-guide %{?no_lang_C}
%find_lang gnucash-help %{?no_lang_C}
%{__rm} -rf %{buildroot}%{_datadir}/gnucash-docs
%fdupes %{buildroot}%{_datadir}
%files -f gnucash-guide.lang -f gnucash-help.lang
%license COPYING
%doc AUTHORS COPYING-DOCS NEWS README
%doc %{_datadir}/help/C/gnucash-guide
%doc %{_datadir}/help/C/gnucash-help
%changelog