Compare commits
3 Commits
4.6.1-2mam
...
5.0.0-1mam
Author | SHA1 | Date | |
---|---|---|---|
664d4d6178 | |||
59fdc4179b | |||
dfa901581d |
@ -1,6 +1,6 @@
|
||||
Name: homebank
|
||||
Version: 4.6.1
|
||||
Release: 2mamba
|
||||
Version: 5.0.0
|
||||
Release: 1mamba
|
||||
Summary: Free, easy, personal accounting for everyone
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
Vendor: openmamba
|
||||
@ -26,6 +26,8 @@ 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
|
||||
@ -33,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
|
||||
@ -76,6 +67,7 @@ chmod -x src/*.*
|
||||
%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
|
||||
@ -85,28 +77,32 @@ chmod -x src/*.*
|
||||
%{_datadir}/icons/hicolor/*x*/apps/homebank.png
|
||||
%{_datadir}/homebank/icons/hicolor/*x*/status/*.png
|
||||
%{_datadir}/homebank/icons/hicolor/*x*/actions/*.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/homebank.svg
|
||||
#%{_datadir}/icons/hicolor/scalable/apps/homebank.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
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user