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:
commit
ecff2f61fa
@ -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
3
gnucash-docs-4.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d901a08eb67310aac28ae9924a4c6d0f2ed423a6a2cf2adb10c5574dabba9b12
|
||||||
|
size 65882104
|
@ -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>
|
Mon Jul 12 05:55:14 UTC 2021 - Johannes Engel <jcnengel@gmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnucash-docs
|
Name: gnucash-docs
|
||||||
Version: 4.6
|
Version: 4.9
|
||||||
Release: 9.1
|
Release: 9.1
|
||||||
Summary: Documentation Module for GnuCash
|
Summary: Documentation Module for GnuCash
|
||||||
License: GFDL-1.1-only AND GPL-2.0-or-later
|
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: fdupes
|
||||||
BuildRequires: sgml-skel
|
BuildRequires: sgml-skel
|
||||||
BuildRequires: xsltproc
|
BuildRequires: xsltproc
|
||||||
|
BuildRequires: cmake
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Recommends: %{_bindir}/gnome-help
|
Recommends: %{_bindir}/gnome-help
|
||||||
|
|
||||||
@ -41,18 +42,19 @@ balanced books. This is the documentation module for GnuCash.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%cmake
|
||||||
make %{?_smp_mflags}
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%cmake_install
|
||||||
%find_lang gnucash-guide %{?no_lang_C}
|
%find_lang gnucash-guide %{?no_lang_C}
|
||||||
%find_lang gnucash-help %{?no_lang_C}
|
%find_lang gnucash-help %{?no_lang_C}
|
||||||
|
%{__rm} -rf %{buildroot}%{_datadir}/gnucash-docs
|
||||||
%fdupes %{buildroot}%{_datadir}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%files -f gnucash-guide.lang -f gnucash-help.lang
|
%files -f gnucash-guide.lang -f gnucash-help.lang
|
||||||
%license COPYING
|
%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
|
# Own dirs so we do not have to depend on libgnome
|
||||||
%dir %{_datadir}/gnome
|
%dir %{_datadir}/gnome
|
||||||
%dir %{_datadir}/gnome/help
|
%dir %{_datadir}/gnome/help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user