update to 2.1.3 [release 2.1.3-1mamba;Sun Sep 09 2018]
This commit is contained in:
parent
1439f4ab5c
commit
f9de7121c4
16
libqca.spec
16
libqca.spec
@ -1,15 +1,16 @@
|
||||
%define majorminor %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: libqca
|
||||
Version: 2.1.0.3
|
||||
Release: 3mamba
|
||||
Version: 2.1.3
|
||||
Release: 1mamba
|
||||
Summary: Qt Cryptographic Architecture (QCA)
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://delta.affinix.com/qca/
|
||||
Source: http://download.kde.org/stable/qca-qt5/%{version}/src/qca-qt5-%{version}.tar.xz
|
||||
Source: https://download.kde.org/stable/qca/%{version}/src/qca-%{version}.tar.xz
|
||||
#Source: http://download.kde.org/stable/qca-qt5/%{version}/src/qca-qt5-%{version}.tar.xz
|
||||
Patch0: qca-2.0.3-gcc-4.7.patch
|
||||
Patch1: libqca-2.1.0.3-qt5-5.5.patch
|
||||
Patch2: libqca-2.1.0.3-use-Q_SLOT-and-Q_SIGNAL.patch
|
||||
@ -62,10 +63,10 @@ Taking a hint from the similarly-named Java Cryptography Architecture, QCA aims
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n qca-qt5-%{version}
|
||||
%setup -q -n qca-%{version}
|
||||
#%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
#%patch1 -p1
|
||||
#%patch2 -p1
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
@ -172,6 +173,9 @@ rm -fr %{buildroot}%{_qt4_datadir}/qca/certs
|
||||
%doc README TODO
|
||||
|
||||
%changelog
|
||||
* Sun Sep 09 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-1mamba
|
||||
- update to 2.1.3
|
||||
|
||||
* Fri Jul 22 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0.3-3mamba
|
||||
- upstream headers patch to use Q_SLOT and Q_SIGNAL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user