rpms/qca2/F-7 qca2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sun Oct 21 17:47:27 UTC 2007


Author: abompard

Update of /cvs/pkgs/rpms/qca2/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18079/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	qca2.spec 
Log Message:
initial import (review in bug 289681)


--- NEW FILE qca2.spec ---
%define beta 7

Name:           qca2
Version:        2.0.0
Release:        0.2.beta%{beta}%{?dist}

Summary:        Qt Cryptographic Architecture

Group:          System Environment/Libraries
License:        LGPLv2+
URL:            http://delta.affinix.com/qca
Source0:        http://delta.affinix.com/download/qca/2.0/beta%{beta}/qca-%{version}-beta%{beta}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  qt4-devel

%description
Taking a hint from the similarly-named Java Cryptography Architecture,
QCA aims to provide a straightforward and cross-platform crypto API,
using Qt datatypes and conventions. QCA separates the API from the
implementation, using plugins known as Providers. The advantage of this
model is to allow applications to avoid linking to or explicitly depending
on any particular cryptographic library. This allows one to easily change
or upgrade crypto implementations without even needing to recompile the
application!

%package        devel
Summary:        Qt Cryptographic Architecture development files
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
This packages contains the development files for QCA

%prep
%setup -q -n qca-%{version}-beta%{beta}


%build
unset QTDIR
./configure \
  --prefix=%{_prefix} \
  --includedir=%{_includedir} \
  --libdir=%{_libdir} \
  --datadir=%{_datadir} \
  --no-separate-debug-info \
  --verbose

sed -i -e /strip/d Makefile
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install INSTALL_ROOT=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc COPYING README TODO
%{_bindir}/qcatool2
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/QtCrypto
%{_libdir}/*.so
%{_libdir}/pkgconfig/qca2.pc
%{_libdir}/libqca.prl
%{_datadir}/qt4/mkspecs/features/crypto.prf


%changelog
* Thu Sep 13 2007 Aurelien Bompard <abompard at fedoraproject.org> 2.0.0-0.2.beta7
- review from bug 289681 (thanks Rex)

* Sun Sep 09 2007 Aurelien Bompard <abompard at fedoraproject.org> 2.0.0-0.1.beta7
- initial package 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qca2/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Oct 2007 17:31:50 -0000	1.1
+++ .cvsignore	21 Oct 2007 17:46:54 -0000	1.2
@@ -0,0 +1 @@
+qca-2.0.0-beta7.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qca2/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Oct 2007 17:31:50 -0000	1.1
+++ sources	21 Oct 2007 17:46:54 -0000	1.2
@@ -0,0 +1 @@
+7e90a314fc12beb1ba6bdbbfb007d0b4  qca-2.0.0-beta7.tar.bz2




More information about the fedora-extras-commits mailing list