add some missing build requirements [release 5.14.0-2mamba;Sun Oct 04 2015]
This commit is contained in:
parent
da93b325ae
commit
032a514643
12
kwallet.spec
12
kwallet.spec
@ -1,14 +1,13 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: kwallet
|
||||
Version: 5.14.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Safe desktop-wide storage for passwords
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -27,6 +26,10 @@ BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgpgmepp-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -104,6 +107,9 @@ cat kwallet-query.lang >> kwalletd5.lang
|
||||
%doc README.md
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user