Compare commits
18 Commits
18.08.1-1m
...
20.04.0-1m
Author | SHA1 | Date | |
---|---|---|---|
cf3f03d99e | |||
d16b8a78b8 | |||
230f47cfe6 | |||
79e6c25371 | |||
14c6a0d34c | |||
fe91050d5c | |||
905f6fafbb | |||
96b6c4e2f3 | |||
cbf3db19c2 | |||
7af097d958 | |||
d71225c477 | |||
68c93449d4 | |||
6443d8ec2e | |||
50bd863268 | |||
4615e2a1aa | |||
fc9cf7d4f5 | |||
58adc2dbd4 | |||
1cc8bc1bf7 |
@ -1,5 +1,5 @@
|
||||
Name: kwalletmanager
|
||||
Version: 18.08.1
|
||||
Version: 20.04.0
|
||||
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
|
||||
@ -90,7 +90,6 @@ exit 0
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmkwallet5.conf
|
||||
%{_bindir}/kwalletmanager5
|
||||
%{_libdir}/qt5/plugins/kcm_kwallet5.so
|
||||
%{_libexecdir}/kf5/kauth/kcm_kwallet_helper5
|
||||
@ -98,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
|
||||
@ -122,6 +123,63 @@ exit 0
|
||||
# %doc TODO
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Tue Dec 18 2018 Automatic Build System <autodist@mambasoft.it> 18.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 18.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 12 2018 Automatic Build System <autodist@mambasoft.it> 18.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 07 2018 Automatic Build System <autodist@mambasoft.it> 18.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user