rpms/qca-ossl/F-8 qca-ossl-0.1-includes.patch, NONE, 1.1 qca-ossl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Mon Oct 29 20:21:19 UTC 2007


Author: abompard

Update of /cvs/pkgs/rpms/qca-ossl/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15510/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	qca-ossl-0.1-includes.patch qca-ossl.spec 
Log Message:
* Sat Oct 27 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.1-4.20070904
- update Source1 URL


qca-ossl-0.1-includes.patch:

--- NEW FILE qca-ossl-0.1-includes.patch ---
--- ./qca-ossl.cpp.includes	2007-08-15 13:58:03.000000000 +0200
+++ ./qca-ossl.cpp	2007-08-15 14:22:17.000000000 +0200
@@ -18,7 +18,7 @@
  *
  */
 
-#include <QtCrypto>
+#include <QtCrypto/qcaprovider.h>
 
 #include <QDebug>
 #include <QtCore/qplugin.h>


--- NEW FILE qca-ossl.spec ---
%define date 20070904

Name:       qca-ossl
Version:    0.1
Release:    4.%{date}%{?dist}

Summary:    OpenSSL plugin for the Qt Cryptographic Architecture v2
License:    LGPLv2+
Group:      Applications/Internet
URL:        http://delta.affinix.com/qca/
Source0:    http://delta.affinix.com/download/qca/2.0/test4/qca-ossl-0.1-%{date}.tar.bz2
Patch0:     qca-ossl-0.1-includes.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: qt4-devel, qca2-devel >= 2.0.0-1
BuildRequires: openssl-devel >= 0.9.8


%description
This is a plugin to provide SSL/TLS capability to programs that use the Qt
Cryptographic Architecture (QCA).  QCA is a library providing an easy API
for several cryptographic algorithms to Qt programs.  This package only
contains the TLS plugin.

%prep
%setup -q -n %{name}-%{version}-%{date}
%patch0 -p0 -b .includes


%build
unset QTDIR
./configure \
  --no-separate-debug-info \
  --verbose
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

export INSTALL_ROOT=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_qt4_plugindir}/crypto
make install


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README COPYING
%{_qt4_plugindir}/crypto


%changelog
* Sat Oct 27 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.1-4.20070904
- update Source1 URL

* Thu Oct 25 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.1-3.20070904
- update to 20070904

* Thu Sep 13 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.1-2.20070706
- fixes from review in bug 289701 (thanks Rex)

* Thu Sep 13 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.1-1.20070706
- initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qca-ossl/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Oct 2007 17:24:14 -0000	1.1
+++ .cvsignore	29 Oct 2007 20:20:45 -0000	1.2
@@ -0,0 +1 @@
+qca-ossl-0.1-20070904.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qca-ossl/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Oct 2007 17:24:14 -0000	1.1
+++ sources	29 Oct 2007 20:20:45 -0000	1.2
@@ -0,0 +1 @@
+85713bfebcb8ed4fddf6f6bc8dd930a3  qca-ossl-0.1-20070904.tar.bz2




More information about the fedora-extras-commits mailing list