summaryrefslogtreecommitdiffstats
path: root/redhat/dependencies/tqca-tls
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-07-25 18:51:54 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2013-07-25 18:51:54 +0200
commit78b3a729f0b297ba0e3ae05b98811605c8e7520f (patch)
tree445a0bb16634cc5b378296d22be505eae968e0e1 /redhat/dependencies/tqca-tls
parent96287b8537ccb56f2c0b9d7067007e2cde167b06 (diff)
downloadtde-packaging-78b3a729f0b297ba0e3ae05b98811605c8e7520f.tar.gz
tde-packaging-78b3a729f0b297ba0e3ae05b98811605c8e7520f.zip
RPM Packaging: update tqca-tls
Diffstat (limited to 'redhat/dependencies/tqca-tls')
-rw-r--r--redhat/dependencies/tqca-tls/tqca-tls-14.0.0-visibility.patch64
-rw-r--r--redhat/dependencies/tqca-tls/tqca-tls-14.0.0.spec3
2 files changed, 0 insertions, 67 deletions
diff --git a/redhat/dependencies/tqca-tls/tqca-tls-14.0.0-visibility.patch b/redhat/dependencies/tqca-tls/tqca-tls-14.0.0-visibility.patch
deleted file mode 100644
index 095b5508c..000000000
--- a/redhat/dependencies/tqca-tls/tqca-tls-14.0.0-visibility.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff --git a/configure b/configure
-index 0ced074..7a6fcfe 100755
---- a/configure
-+++ b/configure
-@@ -44,7 +44,7 @@ while [ $# -gt 0 ]; do
- done
-
-
--echo "Configuring qca-tls ..."
-+echo "Configuring tqca-tls ..."
-
- if [ "$QC_DEBUG" = "Y" ]; then
- echo
-diff --git a/qca-tls.pro b/qca-tls.pro
-index c1541bf..2457746 100644
---- a/qca-tls.pro
-+++ b/qca-tls.pro
-@@ -1,8 +1,8 @@
--# qca-tls qmake profile
-+# tqca-tls qmake profile
-
- TEMPLATE = lib
- CONFIG += qt thread release plugin
--TARGET = qca-tls
-+TARGET = tqca-tls
-
- !exists(qcaprovider.h) {
- Q_PREFIX = ../../src
-@@ -13,9 +13,9 @@ HEADERS += ($$Q_PREFIX)qcaprovider.h
- HEADERS = qca-tls.h
- SOURCES = qca-tls.cpp
-
--DEFINES += QCA_PLUGIN
-+DEFINES += TQCA_PLUGIN
- win32:{
-- DEFINES += QCA_PLUGIN_DLL OSSL_097
-+ DEFINES += TQCA_PLUGIN_DLL OSSL_097
- INCLUDEPATH += c:\local\include
- LIBS += c:\local\lib\libeay32.lib c:\local\lib\ssleay32.lib
- }
-diff --git a/qca-tls.qc b/qca-tls.qc
-index ef0a739..91179cf 100644
---- a/qca-tls.qc
-+++ b/qca-tls.qc
-@@ -1,5 +1,5 @@
- <qconf>
-- <name>qca-tls</name>
-+ <name>tqca-tls</name>
- <profile>qca-tls.pro</profile>
- <noprefix/>
- <dep type='openssl'>
-diff --git a/qca.h b/qca.h
-index 184a4b0..ccd6d03 100644
---- a/qca.h
-+++ b/qca.h
-@@ -49,7 +49,7 @@
- # endif
- #endif
- #ifndef TQCA_PLUGIN_EXPORT
--#define TQCA_PLUGIN_EXPORT extern "C"
-+#define TQCA_PLUGIN_EXPORT extern "C" __attribute__ ((visibility ("default")))
- #endif
-
- class TQHostAddress;
diff --git a/redhat/dependencies/tqca-tls/tqca-tls-14.0.0.spec b/redhat/dependencies/tqca-tls/tqca-tls-14.0.0.spec
index c6dc18eff..3f4137398 100644
--- a/redhat/dependencies/tqca-tls/tqca-tls-14.0.0.spec
+++ b/redhat/dependencies/tqca-tls/tqca-tls-14.0.0.spec
@@ -30,8 +30,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz
-Patch1: tqca-tls-14.0.0-visibility.patch
-
BuildRequires: trinity-tqt3-devel >= 3.5.0
BuildRequires: trinity-tqtinterface-devel >= %{tde_version}
BuildRequires: trinity-tqca-devel >= 1.0
@@ -54,7 +52,6 @@ contains the TLS plugin.
%prep
%setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}}
-%patch1 -p1 -b .visibility
%build