Compare commits
29 Commits
4.5.6-1mam
...
5.2.4-1mam
Author | SHA1 | Date | |
---|---|---|---|
787571d9ae | |||
cfc757220a | |||
3730043296 | |||
b50cf756e8 | |||
27c1feb7c1 | |||
88a0c6b634 | |||
03a22484e2 | |||
71c9918204 | |||
6080cef4bb | |||
0b5ac2908a | |||
b0160ae05d | |||
9348c09e22 | |||
2dff4fc9a8 | |||
6ee40844c3 | |||
12a7054ddd | |||
f39266a2d0 | |||
fb176fa38d | |||
b33e55eef8 | |||
fdc9d4da01 | |||
2d54496f03 | |||
8af752fa66 | |||
4e7c5919ff | |||
7b17eab78f | |||
e1bff9e866 | |||
664d4d6178 | |||
59fdc4179b | |||
dfa901581d | |||
780f336696 | |||
f040c3a1cc |
122
homebank.spec
122
homebank.spec
@ -1,5 +1,5 @@
|
||||
Name: homebank
|
||||
Version: 4.5.6
|
||||
Version: 5.2.4
|
||||
Release: 1mamba
|
||||
Summary: Free, easy, personal accounting for everyone
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
@ -21,10 +21,13 @@ BuildRequires: libgtk2-devel
|
||||
BuildRequires: libofx-devel
|
||||
BuildRequires: libpango-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libofx-devel >= 0.9.9-1mamba
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: intltool
|
||||
Provides: homebank-doc
|
||||
Obsoletes: homebank-doc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -32,17 +35,6 @@ 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...
|
||||
|
||||
%package doc
|
||||
Group: Documentation
|
||||
Summary: Documentation files for %{name}
|
||||
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%description doc
|
||||
%{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...
|
||||
This package contains documentation files for %{name}
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
chmod -x NEWS
|
||||
@ -70,42 +62,130 @@ chmod -x src/*.*
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/homebank
|
||||
%{_datadir}/homebank/datas/example.xhb
|
||||
%lang(cy) %{_datadir}/homebank/datas/hb-categories-cy.csv
|
||||
%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(hu) %{_datadir}/homebank/datas/hb-categories-hu.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}/application-registry/homebank.applications
|
||||
%{_datadir}/appdata/homebank.appdata.xml
|
||||
%{_datadir}/applications/homebank.desktop
|
||||
%{_datadir}/icons/hicolor/*x*/apps/homebank.png
|
||||
%dir %{_datadir}/homebank
|
||||
%{_datadir}/homebank/datas/ChangeLog
|
||||
%{_datadir}/homebank/icons/hicolor/*x*/status/*.png
|
||||
%{_datadir}/homebank/icons/hicolor/*x*/actions/*.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/homebank.svg
|
||||
%{_datadir}/homebank/icons/hicolor/scalable/actions/*.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
|
||||
#%{_datadir}/homebank/images/*.svg
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%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/help/images/*.gif
|
||||
%doc doc/TODO
|
||||
%doc ChangeLog NEWS README
|
||||
#%{_datadir}/homebank/images/*.svg
|
||||
%doc AUTHORS COPYING
|
||||
#%doc doc/TODO ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Sat Jan 13 2018 Automatic Build System <autodist@mambasoft.it> 5.1.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 16 2017 Automatic Build System <autodist@mambasoft.it> 5.1.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 16 2017 Automatic Build System <autodist@mambasoft.it> 5.1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 24 2017 Automatic Build System <autodist@mambasoft.it> 5.1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 23 2017 Automatic Build System <autodist@mambasoft.it> 5.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 08 2016 Automatic Build System <autodist@mambasoft.it> 5.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 09 2016 Automatic Build System <autodist@mambasoft.it> 5.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 18 2016 Automatic Build System <autodist@mambasoft.it> 5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 25 2016 Automatic Build System <autodist@mambasoft.it> 5.0.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 22 2016 Automatic Build System <autodist@mambasoft.it> 5.0.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 10 2016 Automatic Build System <autodist@mambasoft.it> 5.0.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 01 2015 Automatic Build System <autodist@mambasoft.it> 5.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 06 2015 Automatic Build System <autodist@mambasoft.it> 5.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 17 2015 Automatic Build System <autodist@mambasoft.it> 5.0.3-3mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 16 2015 Automatic Build System <autodist@mambasoft.it> 5.0.3-2mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 16 2015 Automatic Build System <autodist@mambasoft.it> 5.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 14 2015 Automatic Build System <autodist@mambasoft.it> 5.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 20 2015 Automatic Build System <autodist@mambasoft.it> 5.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 09 2015 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 10 2014 Automatic Build System <autodist@mambasoft.it> 4.6.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 29 2014 Automatic Build System <autodist@mambasoft.it> 4.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 08 2014 Automatic Build System <autodist@mambasoft.it> 4.6.1-2mamba
|
||||
- rebuilt by autoport with build requirements: libofx-devel>=0.9.9-1mamba
|
||||
|
||||
* Sat Jun 28 2014 Automatic Build System <autodist@mambasoft.it> 4.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 02 2014 Automatic Build System <autodist@mambasoft.it> 4.5.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user