Accepting request 943635 from Office

- Update to 4.9
  + Switch build system to cmake
  + See NEWS for details

OBS-URL: https://build.opensuse.org/request/show/943635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash-docs?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2022-01-04 18:37:46 +00:00 committed by Git OBS Bridge
commit ecff2f61fa
4 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c4f8957d4e4a27bd7be3bc42f6a0823c1bfa4da1efff3fc17d57db43899c58c
size 73704192

3
gnucash-docs-4.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d901a08eb67310aac28ae9924a4c6d0f2ed423a6a2cf2adb10c5574dabba9b12
size 65882104

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 3 15:55:53 UTC 2022 - Johannes Engel <jcnengel@gmail.com>
- Update to 4.9
+ See NEWS for details
-------------------------------------------------------------------
Mon Jul 12 05:55:14 UTC 2021 - Johannes Engel <jcnengel@gmail.com>

View File

@ -17,7 +17,7 @@
Name: gnucash-docs
Version: 4.6
Version: 4.9
Release: 9.1
Summary: Documentation Module for GnuCash
License: GFDL-1.1-only AND GPL-2.0-or-later
@ -27,6 +27,7 @@ Source: https://sourceforge.net/projects/gnucash/files/gnucash%20(stable
BuildRequires: fdupes
BuildRequires: sgml-skel
BuildRequires: xsltproc
BuildRequires: cmake
BuildArch: noarch
Recommends: %{_bindir}/gnome-help
@ -41,18 +42,19 @@ balanced books. This is the documentation module for GnuCash.
%setup -q
%build
%configure
make %{?_smp_mflags}
%cmake
%cmake_build
%install
%make_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 HACKING NEWS README
%doc AUTHORS COPYING-DOCS NEWS README
# Own dirs so we do not have to depend on libgnome
%dir %{_datadir}/gnome
%dir %{_datadir}/gnome/help