Compare commits

...

13 Commits

Author SHA1 Message Date
cd825c240f automatic version update by autodist [release 5.4.3-1mamba;Thu Sep 10 2020] 2024-01-05 23:41:53 +01:00
c3b95f37ba automatic version update by autodist [release 5.4.2-1mamba;Sat Jul 18 2020] 2024-01-05 23:41:53 +01:00
7325565cd1 automatic version update by autodist [release 5.3.2-1mamba;Mon Feb 10 2020] 2024-01-05 23:41:53 +01:00
73a1527a27 automatic version update by autodist [release 5.3.1-1mamba;Sat Jan 25 2020] 2024-01-05 23:41:53 +01:00
3ac8e7d824 automatic version update by autodist [release 5.2.8-1mamba;Sat Sep 21 2019] 2024-01-05 23:41:53 +01:00
0eae4ecdcb automatic version update by autodist [release 5.2.7-1mamba;Tue Aug 06 2019] 2024-01-05 23:41:53 +01:00
57cfe3b4aa automatic version update by autodist [release 5.2.6-1mamba;Sun May 26 2019] 2024-01-05 23:41:53 +01:00
bac4c557b5 automatic version update by autodist [release 5.2.5-1mamba;Mon May 20 2019] 2024-01-05 23:41:53 +01:00
787571d9ae automatic version update by autodist [release 5.2.4-1mamba;Thu May 09 2019] 2024-01-05 23:41:53 +01:00
cfc757220a automatic version update by autodist [release 5.2.3-1mamba;Sun Mar 24 2019] 2024-01-05 23:41:53 +01:00
3730043296 automatic version update by autodist [release 5.2.2-1mamba;Sun Oct 07 2018] 2024-01-05 23:41:53 +01:00
b50cf756e8 automatic version update by autodist [release 5.2.1-1mamba;Sun Sep 30 2018] 2024-01-05 23:41:53 +01:00
27c1feb7c1 automatic version update by autodist [release 5.2-1mamba;Fri Sep 14 2018] 2024-01-05 23:41:53 +01:00

View File

@ -1,5 +1,5 @@
Name: homebank
Version: 5.1.8
Version: 5.4.3
Release: 1mamba
Summary: Free, easy, personal accounting for everyone
Group: Graphical Desktop/Applications/Office
@ -35,6 +35,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
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...
%debug_package
%prep
%setup -q
chmod -x NEWS
@ -62,29 +64,24 @@ 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}/applications/homebank.desktop
%{_datadir}/icons/hicolor/*x*/apps/homebank.png
%dir %{_datadir}/homebank
%dir %{_datadir}/homebank/datas
%{_datadir}/homebank/datas/ChangeLog
%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
%dir %{_datadir}/homebank/images
%{_datadir}/homebank/images/homebank-icon.svg
%{_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
@ -92,11 +89,49 @@ chmod -x src/*.*
%{_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
* 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
* Sun Sep 30 2018 Automatic Build System <autodist@mambasoft.it> 5.2.1-1mamba
- automatic version update by autodist
* Fri Sep 14 2018 Automatic Build System <autodist@mambasoft.it> 5.2-1mamba
- automatic version update by autodist
* Mon Apr 02 2018 Automatic Build System <autodist@mambasoft.it> 5.1.8-1mamba
- automatic version update by autodist