Compare commits
21 Commits
18.12.1-1m
...
20.08.3-1m
Author | SHA1 | Date | |
---|---|---|---|
84c32240dd | |||
5d2720b9a0 | |||
2c7cf7ed93 | |||
8ec61da260 | |||
05dc2622b6 | |||
0dba528ad7 | |||
4760db5df7 | |||
cf3f03d99e | |||
d16b8a78b8 | |||
230f47cfe6 | |||
79e6c25371 | |||
14c6a0d34c | |||
fe91050d5c | |||
905f6fafbb | |||
96b6c4e2f3 | |||
cbf3db19c2 | |||
7af097d958 | |||
d71225c477 | |||
68c93449d4 | |||
6443d8ec2e | |||
50bd863268 |
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user