automatic version update by autodist [release 4.8.0-1mamba;Sun Jun 19 2016]
This commit is contained in:
parent
46ea041739
commit
fe4a3cb178
@ -1,5 +1,5 @@
|
|||||||
Name: kmymoney
|
Name: kmymoney
|
||||||
Version: 4.7.2
|
Version: 4.8.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A personal finance manager for KDE
|
Summary: A personal finance manager for KDE
|
||||||
Group: Graphical Desktop/Applications/Office
|
Group: Graphical Desktop/Applications/Office
|
||||||
@ -26,7 +26,7 @@ BuildRequires: perl-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libofx-devel >= 0.9.9-1mamba
|
BuildRequires: libofx-devel >= 0.9.9-1mamba
|
||||||
BuildRequires: libgmp-cxx-devel
|
BuildRequires: libgmp-cxx-devel
|
||||||
BuildRequires: libalkimia-devel
|
BuildRequires: libalkimia-devel >= 5.0.0
|
||||||
Provides: kmymoney2
|
Provides: kmymoney2
|
||||||
Obsoletes: kmymoney2
|
Obsoletes: kmymoney2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -52,7 +52,9 @@ This package provides library and header files needed for development.
|
|||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4
|
%cmake_kde4 \
|
||||||
|
-DKDE4_BUILD_TESTS=OFF
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -72,6 +74,7 @@ This package provides library and header files needed for development.
|
|||||||
%config %{_kde4_configdir}/csvimporterrc
|
%config %{_kde4_configdir}/csvimporterrc
|
||||||
%{_kde4_bindir}/kmymoney
|
%{_kde4_bindir}/kmymoney
|
||||||
%{_kde4_libdir}/libkmm_*.so.*
|
%{_kde4_libdir}/libkmm_*.so.*
|
||||||
|
%{_kde4_libdir}/libpayeeidentifier_*.so.*
|
||||||
%{_kde4_libdir}/kde4/*.so
|
%{_kde4_libdir}/kde4/*.so
|
||||||
%dir %{_kde4_datadir}/kmymoney
|
%dir %{_kde4_datadir}/kmymoney
|
||||||
%{_kde4_datadir}/kmymoney/*
|
%{_kde4_datadir}/kmymoney/*
|
||||||
@ -88,8 +91,12 @@ This package provides library and header files needed for development.
|
|||||||
%{_kde4_datadir}/kmm_printcheck/*
|
%{_kde4_datadir}/kmm_printcheck/*
|
||||||
%{_kde4_servicesdir}/*.desktop
|
%{_kde4_servicesdir}/*.desktop
|
||||||
%{_kde4_xdgappsdir}/kmymoney.desktop
|
%{_kde4_xdgappsdir}/kmymoney.desktop
|
||||||
%{_kde4_sharedir}/appdata/kmymoney.appdata.xml
|
%{_kde4_datadir}/appdata/kmymoney.appdata.xml
|
||||||
|
%{_kde4_datadir}/kmm_weboob/kmm_weboob.rc
|
||||||
|
%{_kde4_datadir}/kmm_weboob/weboob.py
|
||||||
%{_kde4_kconfupdatedir}/kmymoney.upd
|
%{_kde4_kconfupdatedir}/kmymoney.upd
|
||||||
|
%{_kde4_servicesdir}/ibanbicdata/germany.desktop
|
||||||
|
%{_kde4_servicetypesdir}/ibanbicdata.desktop
|
||||||
%{_kde4_servicetypesdir}/kmymoney*.desktop
|
%{_kde4_servicetypesdir}/kmymoney*.desktop
|
||||||
%{_kde4_icondir}/locolor/*/apps/kmymoney.png
|
%{_kde4_icondir}/locolor/*/apps/kmymoney.png
|
||||||
%{_kde4_icondir}/hicolor/*/mimetypes/application-x-kmymoney.png
|
%{_kde4_icondir}/hicolor/*/mimetypes/application-x-kmymoney.png
|
||||||
@ -98,6 +105,7 @@ This package provides library and header files needed for development.
|
|||||||
%lang(de) %{_kde4_htmldir}/de/kmymoney
|
%lang(de) %{_kde4_htmldir}/de/kmymoney
|
||||||
%lang(es) %{_kde4_htmldir}/es/kmymoney
|
%lang(es) %{_kde4_htmldir}/es/kmymoney
|
||||||
%lang(en) %{_kde4_htmldir}/en/kmymoney
|
%lang(en) %{_kde4_htmldir}/en/kmymoney
|
||||||
|
%lang(et) %{_kde4_htmldir}/et/kmymoney
|
||||||
%lang(fr) %{_kde4_htmldir}/fr/kmymoney
|
%lang(fr) %{_kde4_htmldir}/fr/kmymoney
|
||||||
%lang(it) %{_kde4_htmldir}/it/kmymoney
|
%lang(it) %{_kde4_htmldir}/it/kmymoney
|
||||||
%lang(nl) %{_kde4_htmldir}/nl/kmymoney
|
%lang(nl) %{_kde4_htmldir}/nl/kmymoney
|
||||||
@ -112,8 +120,12 @@ This package provides library and header files needed for development.
|
|||||||
%dir %{_kde4_includedir}/kmymoney
|
%dir %{_kde4_includedir}/kmymoney
|
||||||
%{_kde4_includedir}/kmymoney/*
|
%{_kde4_includedir}/kmymoney/*
|
||||||
%{_kde4_libdir}/libkmm_*.so
|
%{_kde4_libdir}/libkmm_*.so
|
||||||
|
%{_kde4_libdir}/libpayeeidentifier_*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 19 2016 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Apr 30 2015 Automatic Build System <autodist@mambasoft.it> 4.7.2-1mamba
|
* Thu Apr 30 2015 Automatic Build System <autodist@mambasoft.it> 4.7.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user