automatic version update by autodist [release 2.26.1-1mamba;Thu Jul 29 2021]
This commit is contained in:
parent
9bc90396a5
commit
be0708e5e3
@ -1,5 +1,5 @@
|
||||
# skrooge
|
||||
|
||||
Skrooge allows you to manage your personal finances, powered by KDE 4.x.
|
||||
Skrooge allows you to manage your personal finances, powered by KDE Plasma.
|
||||
Thanks to its many features, it is one of the most powerful way to enter, follow, and analyze your expenses.
|
||||
|
||||
|
27
skrooge.spec
27
skrooge.spec
@ -1,11 +1,11 @@
|
||||
Name: skrooge
|
||||
Version: 2.25.0
|
||||
Version: 2.26.1
|
||||
Release: 1mamba
|
||||
Summary: A personal finances manager, powered by KDE
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://skrooge.org
|
||||
Source: http://download.kde.org/stable/skrooge/skrooge-%{version}.tar.xz
|
||||
License: GPL
|
||||
@ -53,12 +53,13 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libofx-devel >= 0.9.9-1mamba
|
||||
BuildRequires: libsqlcipher-devel
|
||||
BuildRequires: cmake
|
||||
#Requires: kde-workspace
|
||||
|
||||
%description
|
||||
Skrooge allows you to manage your personal finances, powered by KDE 4.x.
|
||||
Skrooge allows you to manage your personal finances, powered by KDE Plasma.
|
||||
Thanks to its many features, it is one of the most powerful way to enter, follow, and analyze your expenses.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -70,7 +71,7 @@ Thanks to its many features, it is one of the most powerful way to enter, follow
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name} --all-name --with-kde || touch %{name}.lang
|
||||
%find_lang %{name} --all-name --with-kde --with-html || touch %{name}.lang
|
||||
|
||||
# remove unpackaged files
|
||||
rm -f %{buildroot}%{_kde5_libdir}/libskg*.so
|
||||
@ -102,7 +103,6 @@ exit 0
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/xdg/skrooge_monthly.knsrc
|
||||
%{_sysconfdir}/xdg/skrooge_unit.knsrc
|
||||
%{_kde5_bindir}/skrooge
|
||||
%{_kde5_bindir}/skroogeconvert
|
||||
@ -121,6 +121,7 @@ exit 0
|
||||
%{_datadir}/kxmlgui5/skg/skgmainpanel.rc
|
||||
%dir %{_datadir}/kxmlgui5/skg_*
|
||||
%{_datadir}/kxmlgui5/sk*/*
|
||||
%{_datadir}/knsrcfiles/skrooge_monthly.knsrc
|
||||
%dir %{_kde5_datadir}/%{name}
|
||||
%{_kde5_datadir}/%{name}/*
|
||||
%{_kde5_kcfgdir}/skg*.kcfg
|
||||
@ -130,21 +131,13 @@ exit 0
|
||||
%{_kde5_icondir}/hicolor/scalable/*/*.svgz
|
||||
%{_kde5_xdgmimedir}/x-skg.xml
|
||||
%{_kde5_servicesdir}/*.desktop
|
||||
%doc %lang(de) %{_kde5_htmldir}/de/%{name}
|
||||
%doc %lang(en) %{_kde5_htmldir}/en/%{name}
|
||||
%doc %lang(es) %{_kde5_htmldir}/es/%{name}
|
||||
%doc %lang(fr) %{_kde5_htmldir}/fr/%{name}
|
||||
%doc %lang(lt) %{_kde5_htmldir}/lt/%{name}
|
||||
%doc %lang(nl) %{_kde5_htmldir}/nl/%{name}
|
||||
%doc %lang(pt_BR) %{_kde5_htmldir}/pt_BR/%{name}
|
||||
%doc %lang(pt) %{_kde5_htmldir}/pt/%{name}
|
||||
%doc %lang(ru) %{_kde5_htmldir}/ru/%{name}
|
||||
%doc %lang(sv) %{_kde5_htmldir}/sv/%{name}
|
||||
%doc %lang(uk) %{_kde5_htmldir}/uk/%{name}
|
||||
%doc AUTHORS COPYING
|
||||
#%doc README TODO
|
||||
|
||||
%changelog
|
||||
* Thu Jul 29 2021 Automatic Build System <autodist@mambasoft.it> 2.26.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 23 2021 Automatic Build System <autodist@mambasoft.it> 2.25.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user