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