Compare commits
38 Commits
5.2.2-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
97de07cc1c | |||
14f88654be | |||
08089d289a | |||
9cededc44b | |||
b9ee5bfc7e | |||
a2700602a4 | |||
b18074eff8 | |||
0ef7a6513c | |||
3c516d6db5 | |||
825277b620 | |||
643361bc08 | |||
a7e6f5b5eb | |||
f38211d88c | |||
6afe204376 | |||
6c3393f351 | |||
7fe3008e58 | |||
a3222e534e | |||
063f58ee50 | |||
e2f550ddab | |||
b01d82e613 | |||
951c0ae37a | |||
d07d292689 | |||
010ddc1832 | |||
cf92a32113 | |||
eb78bd9b79 | |||
3743479744 | |||
5a73c29228 | |||
1d97b2b52f | |||
cd825c240f | |||
c3b95f37ba | |||
7325565cd1 | |||
73a1527a27 | |||
3ac8e7d824 | |||
0eae4ecdcb | |||
57cfe3b4aa | |||
bac4c557b5 | |||
787571d9ae | |||
cfc757220a |
@ -4,3 +4,4 @@ homebank is the free software you have always wanted to manage your personal acc
|
||||
Furthermore homebank benefits now for more than 10 years of users experiences and feedbacks as its development started in 1995 on Amiga computers.
|
||||
Really, if you are looking for an easy way to do your home accounts, then homebank should be the software you choose. Just take a little time to try it out now, and you won't regret doing so...
|
||||
|
||||
|
||||
|
160
homebank.spec
160
homebank.spec
@ -1,25 +1,27 @@
|
||||
Name: homebank
|
||||
Version: 5.2.2
|
||||
Version: 5.9.4
|
||||
Release: 1mamba
|
||||
Summary: Free, easy, personal accounting for everyone
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://homebank.free.fr/
|
||||
Source: http://homebank.free.fr/public/homebank-%{version}.tar.gz
|
||||
URL: https://www.gethomebank.org/en/index.php
|
||||
Source: https://www.gethomebank.org/public/sources/homebank-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libofx-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libofx-devel >= 0.9.9-1mamba
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -27,14 +29,14 @@ BuildRequires: perl-XML-Parser
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: intltool
|
||||
Provides: homebank-doc
|
||||
Obsoletes: homebank-doc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: homebank-doc < 5.5.7
|
||||
|
||||
%description
|
||||
%{name} is the free software you have always wanted to manage your personal accounts at home. The main concept is to be light, simple and very easy to use. It brings you many features that allows you to analyze your finances in a detailed way instantly and dynamically with powerfull report tools based on filtering and graphical charts.
|
||||
Furthermore %{name} benefits now for more than 10 years of users experiences and feedbacks as its development started in 1995 on Amiga computers.
|
||||
Really, if you are looking for an easy way to do your home accounts, then %{name} should be the software you choose. Just take a little time to try it out now, and you won't regret doing so...
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
chmod -x NEWS
|
||||
@ -62,41 +64,151 @@ chmod -x src/*.*
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/homebank
|
||||
%{_datadir}/homebank/datas/example.xhb
|
||||
%lang(de) %{_datadir}/homebank/datas/hb-categories-de.csv
|
||||
%lang(en) %{_datadir}/homebank/datas/hb-categories-en.csv
|
||||
%lang(es) %{_datadir}/homebank/datas/hb-categories-es.csv
|
||||
%lang(fr) %{_datadir}/homebank/datas/hb-categories-fr.csv
|
||||
%lang(it) %{_datadir}/homebank/datas/hb-categories-it.csv
|
||||
%lang(lt) %{_datadir}/homebank/datas/hb-categories-lt.csv
|
||||
%lang(pt) %{_datadir}/homebank/datas/hb-categories-pt.csv
|
||||
%lang(ro) %{_datadir}/homebank/datas/hb-categories-ro.csv
|
||||
%lang(ru) %{_datadir}/homebank/datas/hb-categories-ru.csv
|
||||
%lang(sk) %{_datadir}/homebank/datas/hb-categories-sk.csv
|
||||
%{_datadir}/homebank/datas/hb-categories-*.csv
|
||||
%{_datadir}/application-registry/homebank.applications
|
||||
%{_datadir}/appdata/homebank.appdata.xml
|
||||
%{_datadir}/metainfo/homebank.appdata.xml
|
||||
%{_datadir}/applications/homebank.desktop
|
||||
%{_datadir}/icons/hicolor/*x*/apps/homebank.png
|
||||
%dir %{_datadir}/homebank
|
||||
%dir %{_datadir}/homebank/datas
|
||||
%{_datadir}/homebank/datas/ChangeLog
|
||||
%{_datadir}/homebank/icons/Default/scalable/actions/*.svg
|
||||
%{_datadir}/homebank/icons/Default/scalable/status/*.svg
|
||||
%dir %{_datadir}/homebank/icons
|
||||
%dir %{_datadir}/homebank/icons/hicolor
|
||||
%{_datadir}/homebank/icons/hicolor/*x*/status/*.png
|
||||
%{_datadir}/homebank/icons/hicolor/*x*/actions/*.png
|
||||
%{_datadir}/homebank/icons/hicolor/scalable/actions/*.svg
|
||||
%{_datadir}/homebank/icons/hicolor/scalable/status/*.svg
|
||||
%dir %{_datadir}/homebank/images
|
||||
%{_datadir}/homebank/images/homebank-icon.svg
|
||||
%{_datadir}/homebank/images/*.png
|
||||
%{_datadir}/mime-info/homebank.keys
|
||||
%{_datadir}/mime-info/homebank.mime
|
||||
%{_datadir}/mime/packages/homebank.xml
|
||||
#%{_datadir}/pixmaps/homebank.svg
|
||||
%dir %{_datadir}/homebank/images
|
||||
%{_datadir}/homebank/images/*.png
|
||||
%dir %{_datadir}/homebank/help
|
||||
%{_datadir}/homebank/help/*.html
|
||||
%{_datadir}/homebank/help/help.css
|
||||
%dir %{_datadir}/homebank/help/images
|
||||
%{_datadir}/homebank/help/images/*.png
|
||||
#%{_datadir}/homebank/images/*.svg
|
||||
%doc AUTHORS COPYING
|
||||
#%doc doc/TODO ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Fri Jul 11 2025 Automatic Build System <autodist@openmamba.org> 5.9.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 07 2025 Automatic Build System <autodist@openmamba.org> 5.9.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 05 2025 Automatic Build System <autodist@openmamba.org> 5.9.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 08 2025 Automatic Build System <autodist@openmamba.org> 5.9.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 12 2025 Automatic Build System <autodist@openmamba.org> 5.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 27 2024 Automatic Build System <autodist@openmamba.org> 5.8.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.8.5-1mamba
|
||||
- update to 5.8.5
|
||||
|
||||
* Thu Feb 08 2024 Automatic Build System <autodist@openmamba.org> 5.7.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 11 2023 Automatic Build System <autodist@mambasoft.it> 5.7.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 13 2023 Automatic Build System <autodist@mambasoft.it> 5.7.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 08 2023 Automatic Build System <autodist@mambasoft.it> 5.7.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 06 2023 Automatic Build System <autodist@mambasoft.it> 5.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 05 2023 Automatic Build System <autodist@mambasoft.it> 5.6.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 22 2023 Automatic Build System <autodist@mambasoft.it> 5.6.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 21 2023 Automatic Build System <autodist@mambasoft.it> 5.6.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 20 2023 Automatic Build System <autodist@mambasoft.it> 5.6.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 07 2023 Automatic Build System <autodist@mambasoft.it> 5.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.1-1mamba
|
||||
- update to 5.6.1
|
||||
|
||||
* Tue Dec 06 2022 Automatic Build System <autodist@mambasoft.it> 5.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 16 2022 Automatic Build System <autodist@mambasoft.it> 5.5.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 08 2022 Automatic Build System <autodist@mambasoft.it> 5.5.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 29 2022 Automatic Build System <autodist@mambasoft.it> 5.5.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 19 2022 Automatic Build System <autodist@mambasoft.it> 5.5.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 10 2022 Automatic Build System <autodist@mambasoft.it> 5.5.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.3-1mamba
|
||||
- update to 5.5.3
|
||||
|
||||
* Sun May 09 2021 Automatic Build System <autodist@mambasoft.it> 5.5.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 08 2021 Automatic Build System <autodist@mambasoft.it> 5.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 06 2021 Automatic Build System <autodist@mambasoft.it> 5.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 10 2020 Automatic Build System <autodist@mambasoft.it> 5.4.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 18 2020 Automatic Build System <autodist@mambasoft.it> 5.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 10 2020 Automatic Build System <autodist@mambasoft.it> 5.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 25 2020 Automatic Build System <autodist@mambasoft.it> 5.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 21 2019 Automatic Build System <autodist@mambasoft.it> 5.2.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 06 2019 Automatic Build System <autodist@mambasoft.it> 5.2.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 26 2019 Automatic Build System <autodist@mambasoft.it> 5.2.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 20 2019 Automatic Build System <autodist@mambasoft.it> 5.2.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 09 2019 Automatic Build System <autodist@mambasoft.it> 5.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 24 2019 Automatic Build System <autodist@mambasoft.it> 5.2.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 07 2018 Automatic Build System <autodist@mambasoft.it> 5.2.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user