]> git.pld-linux.org Git - packages/gnucash.git/blobdiff - gnucash.spec
- actually adding the patch
[packages/gnucash.git] / gnucash.spec
index d522b408775d5056455bb948e6684bacfb20637f..109edf8f5f87af97a662946cd50072d876b8636f 100644 (file)
@@ -21,12 +21,13 @@ Summary(pl.UTF-8):  GnuCash - aplikacja do zarządzania twoimi finansami
 Summary(pt_BR.UTF-8):  O GnuCash é uma aplicação para acompanhamento de suas finanças
 Summary(zh_CN.UTF-8):  GnuCash - 您的个人财务管理软件
 Name:          gnucash
-Version:       4.12
-Release:       1
+Version:       5.6
+Release:       2
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: fb1c86ecfb39c06c3e0d1ca6147494b5
+# Source0-md5: a7058f81fb0b2bcb781c9d6e6ff31fee
+Patch0:                use_correct_literal_suffix_for_size_type.patch
 URL:           http://www.gnucash.org/
 BuildRequires: boost-devel >= 1.60.0
 BuildRequires: cmake >= 3.5
@@ -63,7 +64,7 @@ BuildRequires:        gwenhywfar-gui-gtk3-devel >= 3.99.20
 BuildRequires: ktoblzcheck-devel >= 1.20
 %endif
 %if %{with webkit}
-BuildRequires: gtk-webkit4-devel
+BuildRequires: gtk-webkit4.1-devel
 %endif
 Requires(post,preun):  /sbin/ldconfig
 Recommends:    %{name}-docs
@@ -131,6 +132,7 @@ Pliki nagłówkowe bibliotek GnuCash.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 install -d build
@@ -172,9 +174,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %dir %{_sysconfdir}/gnucash
 %{_sysconfdir}/gnucash/environment
-%attr(755,root,root) %{_bindir}/gnc-fq-check
-%attr(755,root,root) %{_bindir}/gnc-fq-dump
-%attr(755,root,root) %{_bindir}/gnc-fq-helper
+%attr(755,root,root) %{_bindir}/finance-quote-wrapper
 %attr(755,root,root) %{_bindir}/gnc-fq-update
 %attr(755,root,root) %{_bindir}/gnucash
 %attr(755,root,root) %{_bindir}/gnucash-cli
@@ -255,6 +255,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/%{name}/ChangeLog.2019
 %{_docdir}/%{name}/ChangeLog.2020
 %{_docdir}/%{name}/ChangeLog.2021
+%{_docdir}/%{name}/ChangeLog.2022
+%{_docdir}/%{name}/ChangeLog.2023
 %{_docdir}/%{name}/DOCUMENTERS
 %{_docdir}/%{name}/HACKING
 %{_docdir}/%{name}/LICENSE
@@ -313,8 +315,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/pref_transformations.xml
 %dir %{_datadir}/guile/site/%{guile_version}
 %{_datadir}/guile/site/%{guile_version}/%{name}
-%{_mandir}/man1/gnc-fq-dump.1*
-%{_mandir}/man1/gnc-fq-helper.1*
+%{_mandir}/man1/finance-quote-wrapper.1*
 %{_mandir}/man1/gnucash.1*
 %{_mandir}/man1/gnucash-cli.1*
 %{_iconsdir}/hicolor/*/apps/*
This page took 0.083421 seconds and 4 git commands to generate.