add some missing build requirements [release 5.14.0-2mamba;Sun Oct 04 2015]

This commit is contained in:
Davide Madrisan 2024-01-06 03:20:47 +01:00
parent da93b325ae
commit 032a514643

View File

@ -1,14 +1,13 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kwallet Name: kwallet
Version: 5.14.0 Version: 5.14.0
Release: 1mamba Release: 2mamba
Summary: Safe desktop-wide storage for passwords Summary: Safe desktop-wide storage for passwords
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kde.org URL: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{majver}/kwallet-%{version}.tar.xz Source: http://download.kde.org/stable/frameworks/%_kf5_majver/kwallet-%{version}.tar.xz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -27,6 +26,10 @@ BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: cmake BuildRequires: cmake
BuildRequires: libassuan-devel
BuildRequires: libgpgme-devel
BuildRequires: libgpg-error-devel
BuildRequires: libgpgmepp-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -104,6 +107,9 @@ cat kwallet-query.lang >> kwalletd5.lang
%doc README.md %doc README.md
%changelog %changelog
* Sun Oct 04 2015 Davide Madrisan <davide.madrisan@gmail.com> 5.14.0-2mamba
- add some missing build requirements
* Sun Oct 04 2015 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba * Sun Oct 04 2015 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba
- automatic version update by autodist - automatic version update by autodist