Compare commits
6 Commits
20.08.3-1m
...
21.04.1-1m
Author | SHA1 | Date | |
---|---|---|---|
80d99b9e3b | |||
0ffcd97a61 | |||
49b92c52a7 | |||
8f8421a70e | |||
27540ba1bc | |||
17deea7946 |
@ -1,12 +1,12 @@
|
||||
Name: kwalletmanager
|
||||
Version: 20.08.3
|
||||
Version: 21.04.1
|
||||
Release: 1mamba
|
||||
Summary: Wallet Management Tool
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org
|
||||
URL: https://www.kde.org
|
||||
Source: http://download.kde.org/stable/release-service/%{version}/src/kwalletmanager-%{version}.tar.xz
|
||||
License: GPL
|
||||
BuildRequires: cmake
|
||||
@ -15,38 +15,28 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkarchive-devel
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkbookmarks-devel
|
||||
BuildRequires: libkcmutils-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkcompletion-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libkdelibs4support-devel
|
||||
BuildRequires: libkguiaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkiconthemes-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkitemviews-devel
|
||||
BuildRequires: libkjobwidgets-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libkparts-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libktextwidgets-devel
|
||||
BuildRequires: libkunitconversion-devel
|
||||
BuildRequires: libkwallet-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libsolid-devel
|
||||
BuildRequires: libsonnet-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
#Requires: kde-workspace
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
KDE Wallet Management Tool.
|
||||
@ -64,7 +54,7 @@ KDE Wallet Management Tool.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name}5_qt --with-qt --with-html --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -108,21 +98,27 @@ exit 0
|
||||
%{_datadir}/kservices5/kwalletconfig5.desktop
|
||||
%{_datadir}/kservices5/kwalletmanager5_show.desktop
|
||||
%{_datadir}/kxmlgui5/kwalletmanager5/kwalletmanager.rc
|
||||
%lang(ca) %{_datadir}/doc/HTML/ca/kwallet5
|
||||
%lang(de) %{_datadir}/doc/HTML/de/kwallet5
|
||||
%lang(es) %{_datadir}/doc/HTML/es/kwallet5
|
||||
%lang(it) %{_datadir}/doc/HTML/it/kwallet5
|
||||
%lang(nl) %{_datadir}/doc/HTML/nl/kwallet5
|
||||
%lang(pt) %{_datadir}/doc/HTML/pt/kwallet5
|
||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kwallet5
|
||||
%lang(ru) %{_datadir}/doc/HTML/ru/kwallet5
|
||||
%lang(sr) %{_datadir}/doc/HTML/sr/kwallet5
|
||||
%lang(sb) %{_datadir}/doc/HTML/sv/kwallet5
|
||||
%lang(uk) %{_datadir}/doc/HTML/uk/kwallet5
|
||||
%doc COPYING COPYING.LIB
|
||||
# %doc TODO
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 24 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 08 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 11 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 05 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user