Compare commits

...

21 Commits

Author SHA1 Message Date
84c32240dd automatic version update by autodist [release 20.08.3-1mamba;Thu Nov 05 2020] 2024-01-06 03:22:36 +01:00
5d2720b9a0 automatic version update by autodist [release 20.08.2-1mamba;Sat Oct 10 2020] 2024-01-06 03:22:36 +01:00
2c7cf7ed93 automatic version update by autodist [release 20.08.1-1mamba;Fri Sep 04 2020] 2024-01-06 03:22:36 +01:00
8ec61da260 automatic version update by autodist [release 20.08.0-1mamba;Sat Aug 15 2020] 2024-01-06 03:22:36 +01:00
05dc2622b6 automatic version update by autodist [release 20.04.3-1mamba;Fri Jul 10 2020] 2024-01-06 03:22:36 +01:00
0dba528ad7 automatic version update by autodist [release 20.04.2-1mamba;Fri Jun 12 2020] 2024-01-06 03:22:36 +01:00
4760db5df7 automatic version update by autodist [release 20.04.1-1mamba;Sat May 16 2020] 2024-01-06 03:22:36 +01:00
cf3f03d99e automatic version update by autodist [release 20.04.0-1mamba;Fri Apr 24 2020] 2024-01-06 03:22:36 +01:00
d16b8a78b8 automatic version update by autodist [release 19.12.3-1mamba;Fri Mar 06 2020] 2024-01-06 03:22:35 +01:00
230f47cfe6 automatic version update by autodist [release 19.12.2-1mamba;Fri Feb 07 2020] 2024-01-06 03:22:35 +01:00
79e6c25371 automatic version update by autodist [release 19.12.1-1mamba;Fri Jan 10 2020] 2024-01-06 03:22:35 +01:00
14c6a0d34c automatic version update by autodist [release 19.12.0-1mamba;Mon Dec 30 2019] 2024-01-06 03:22:35 +01:00
fe91050d5c automatic version update by autodist [release 19.08.3-1mamba;Fri Nov 08 2019] 2024-01-06 03:22:35 +01:00
905f6fafbb automatic version update by autodist [release 19.08.2-1mamba;Fri Oct 11 2019] 2024-01-06 03:22:35 +01:00
96b6c4e2f3 automatic version update by autodist [release 19.08.1-1mamba;Tue Sep 10 2019] 2024-01-06 03:22:35 +01:00
cbf3db19c2 automatic version update by autodist [release 19.04.3-1mamba;Sun Jul 14 2019] 2024-01-06 03:22:35 +01:00
7af097d958 automatic version update by autodist [release 19.04.2-1mamba;Fri Jun 07 2019] 2024-01-06 03:22:35 +01:00
d71225c477 automatic version update by autodist [release 19.04.1-1mamba;Sat May 11 2019] 2024-01-06 03:22:35 +01:00
68c93449d4 automatic version update by autodist [release 19.04.0-1mamba;Fri Apr 19 2019] 2024-01-06 03:22:34 +01:00
6443d8ec2e automatic version update by autodist [release 18.12.3-1mamba;Thu Mar 07 2019] 2024-01-06 03:22:34 +01:00
50bd863268 automatic version update by autodist [release 18.12.2-1mamba;Sat Feb 09 2019] 2024-01-06 03:22:34 +01:00

View File

@ -1,5 +1,5 @@
Name: kwalletmanager
Version: 18.12.1
Version: 20.08.3
Release: 1mamba
Summary: Wallet Management Tool
Group: Graphical Desktop/Applications/Utilities
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.kde.org
Source: http://download.kde.org/stable/applications/%{version}/src/kwalletmanager-%{version}.tar.xz
Source: http://download.kde.org/stable/release-service/%{version}/src/kwalletmanager-%{version}.tar.xz
License: GPL
BuildRequires: cmake
## AUTOBUILDREQ-BEGIN
@ -75,14 +75,14 @@ exit 0
%posttrans
update-desktop-database -q >/dev/null 2>&1
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
exit 0
%postun
if [ $1 -eq 0 ]; then
update-desktop-database -q >/dev/null 2>&1
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
fi
@ -90,8 +90,6 @@ exit 0
%files -f %{name}5_qt.lang
%defattr(-,root,root)
%{_sysconfdir}/xdg/kwalletmanager.categories
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmkwallet5.conf
%{_bindir}/kwalletmanager5
%{_libdir}/qt5/plugins/kcm_kwallet5.so
%{_libexecdir}/kf5/kauth/kcm_kwallet_helper5
@ -99,7 +97,9 @@ exit 0
%{_datadir}/applications/org.kde.kwalletmanager5.desktop
%{_datadir}/metainfo/org.kde.kwalletmanager5.appdata.xml
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service
%{_datadir}/dbus-1/system.d/org.kde.kcontrol.kcmkwallet5.conf
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmkwallet5.policy
%{_datadir}/qlogging-categories5/kwalletmanager.categories
%dir %{_datadir}/doc/HTML/en/kwallet5
%{_datadir}/doc/HTML/en/kwallet5/*
%{_datadir}/icons/hicolor/*/apps/kwalletmanager.png
@ -123,6 +123,72 @@ exit 0
# %doc TODO
%changelog
* Thu Nov 05 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
- automatic version update by autodist
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
- automatic version update by autodist
* Fri Sep 04 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
- automatic version update by autodist
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
- automatic version update by autodist
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
- automatic version update by autodist
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
- automatic version update by autodist
* Sat May 16 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
- automatic version update by autodist
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
- automatic version update by autodist
* Fri Mar 06 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
- automatic version update by autodist
* Fri Feb 07 2020 Automatic Build System <autodist@mambasoft.it> 19.12.2-1mamba
- automatic version update by autodist
* Fri Jan 10 2020 Automatic Build System <autodist@mambasoft.it> 19.12.1-1mamba
- automatic version update by autodist
* Mon Dec 30 2019 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba
- automatic version update by autodist
* Fri Nov 08 2019 Automatic Build System <autodist@mambasoft.it> 19.08.3-1mamba
- automatic version update by autodist
* Fri Oct 11 2019 Automatic Build System <autodist@mambasoft.it> 19.08.2-1mamba
- automatic version update by autodist
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.1-1mamba
- automatic version update by autodist
* Mon Sep 02 2019 Automatic Build System <autodist@mambasoft.it> 19.08.0-1mamba
- automatic version update by autodist
* Sun Jul 14 2019 Automatic Build System <autodist@mambasoft.it> 19.04.3-1mamba
- automatic version update by autodist
* Fri Jun 07 2019 Automatic Build System <autodist@mambasoft.it> 19.04.2-1mamba
- automatic version update by autodist
* Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 19.04.1-1mamba
- automatic version update by autodist
* Fri Apr 19 2019 Automatic Build System <autodist@mambasoft.it> 19.04.0-1mamba
- automatic version update by autodist
* Thu Mar 07 2019 Automatic Build System <autodist@mambasoft.it> 18.12.3-1mamba
- automatic version update by autodist
* Sat Feb 09 2019 Automatic Build System <autodist@mambasoft.it> 18.12.2-1mamba
- automatic version update by autodist
* Fri Jan 11 2019 Automatic Build System <autodist@mambasoft.it> 18.12.1-1mamba
- automatic version update by autodist