automatic version update by autodist [release 4.1-1mamba;Mon Sep 07 2020]
This commit is contained in:
parent
b5a2b7e047
commit
ee8d970888
61
gnucash.spec
61
gnucash.spec
@ -1,6 +1,6 @@
|
||||
### AUTOUPDATE-OFF: 2
|
||||
Name: gnucash
|
||||
Version: 2.6.13
|
||||
Version: 4.1
|
||||
Release: 1mamba
|
||||
Summary: A personal and small business finance application
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
@ -75,6 +75,8 @@ BuildRequires: libdbi-drivers-mysql
|
||||
BuildRequires: libdbi-drivers-pgsql
|
||||
BuildRequires: slib >= 3b4-3mamba
|
||||
BuildRequires: libguile1-devel
|
||||
BuildRequires: gwenhywfar-devel
|
||||
BuildRequires: libaqbanking-devel
|
||||
Requires(post):%{__install_info}
|
||||
|
||||
%description
|
||||
@ -92,21 +94,24 @@ software for manage your personal or business finances
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
sed -i "s|\"guile-config\"|\"guile-config1\"|" configure
|
||||
%configure \
|
||||
--disable-error-on-warning \
|
||||
GUILE=guile1
|
||||
#sed -i "s|\"guile-config\"|\"guile-config1\"|" configure
|
||||
#% configure \
|
||||
# --disable-error-on-warning \
|
||||
# GUILE=guile1
|
||||
%cmake -d build
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
%makeinstall -C build
|
||||
|
||||
%{find_lang} %{name}
|
||||
#install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/gnucash.desktop
|
||||
@ -132,55 +137,51 @@ exit 0
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/gnucash/config
|
||||
#%config(noreplace) %{_sysconfdir}/gnucash/config
|
||||
%config(noreplace) %{_sysconfdir}/gnucash/environment
|
||||
#%{_sysconfdir}/gconf/schemas/apps_gnucash*.schemas
|
||||
#%{_sysconfdir}/gconf/gconf.xml.defaults/*
|
||||
%{_bindir}/gnc-fq-check
|
||||
%{_bindir}/gnc-fq-dump
|
||||
%{_bindir}/gnc-fq-helper
|
||||
%{_bindir}/gnc-fq-update
|
||||
#%{_bindir}/gnc-test-env
|
||||
%{_bindir}/gnucash
|
||||
%{_bindir}/gnucash-env
|
||||
#%{_bindir}/gnucash-gdb
|
||||
%{_bindir}/gnucash-make-guids
|
||||
#%{_bindir}/gnucash-bin
|
||||
#%{_bindir}/gnucash-setup-env
|
||||
%{_bindir}/gnucash-cli
|
||||
%{_bindir}/gnucash-valgrind
|
||||
#%{_bindir}/update-gnucash-gconf
|
||||
%dir %{_libdir}/gnucash
|
||||
%{_libdir}/gnucash/*
|
||||
%{_libdir}/*.so.*
|
||||
#%{_libdir}/*.so.*
|
||||
%{_libdir}/*.so
|
||||
%dir %{_libexecdir}/gnucash
|
||||
%{_libexecdir}/gnucash/*
|
||||
#%dir %{_libexecdir}/gnucash
|
||||
#%{_libexecdir}/gnucash/*
|
||||
%dir %{_datadir}/gnucash
|
||||
%{_datadir}/gnucash/*
|
||||
%{_datadir}/glib-2.0/schemas/org.gnucash.*gschema.xml
|
||||
#%{_datadir}/xml/gnucash/xsl/README
|
||||
#%{_datadir}/xml/gnucash/xsl/vcard-gnccustomer.pl
|
||||
#%{_datadir}/xml/gnucash/xsl/*.xsl
|
||||
%{_datadir}/appdata/gnucash.appdata.xml
|
||||
%{_datadir}/glib-2.0/schemas/gschemas.compiled
|
||||
%dir %{_libdir}/guile/3.0/site-ccache/gnucash
|
||||
%{_libdir}/guile/3.0/site-ccache/gnucash/*
|
||||
%{_libdir}/guile/3.0/site-ccache/tests/*
|
||||
%dir %{_datadir}/guile/site/3.0/gnucash
|
||||
%{_datadir}/guile/site/3.0/gnucash/*
|
||||
%{_datadir}/guile/site/3.0/tests/*
|
||||
%{_datadir}/applications/gnucash.desktop
|
||||
%{_datadir}/metainfo/gnucash.appdata.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/gnucash-icon.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/gnucash-icon.svg
|
||||
%dir %dir %{_docdir}/gnucash
|
||||
%dir %{_docdir}/gnucash/*
|
||||
%{_docdir}/gnucash/*
|
||||
%{_mandir}/man1/*
|
||||
%doc AUTHORS COPYING
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
#%{_bindir}/gnucash-config
|
||||
%dir %{_includedir}/gnucash
|
||||
%{_includedir}/gnucash/*
|
||||
%{_libdir}/*.la
|
||||
#%{_datadir}/aclocal/gnucash.m4
|
||||
#%{_infodir}/*
|
||||
%doc ChangeLog INSTALL NEWS README TODO
|
||||
#%{_libdir}/*.la
|
||||
#%doc ChangeLog INSTALL NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Mon Sep 07 2020 Automatic Build System <autodist@mambasoft.it> 4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 29 2016 Automatic Build System <autodist@mambasoft.it> 2.6.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user