rpms/qca/devel qca-1.0-mach.patch, NONE, 1.1 qca.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Jan 13 18:24:23 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/qca/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv9361/devel

Modified Files:
	.cvsignore sources 
Added Files:
	qca-1.0-mach.patch qca.spec 
Log Message:
auto-import qca-1.0-3 on branch devel from qca-1.0-3.src.rpm

qca-1.0-mach.patch:

--- NEW FILE qca-1.0-mach.patch ---
--- ./qca.pro.mach	2004-11-22 11:15:24.061984966 +0100
+++ ./qca.pro	2004-11-22 11:15:31.483010203 +0100
@@ -2,6 +2,7 @@
 
 TEMPLATE = lib
 CONFIG += qt thread release
+CONFIG += no_fixpath
 TARGET = qca
 
 MOC_DIR        = .moc


--- NEW FILE qca.spec ---
Name:           qca
Version:        1.0
Release:        3
Epoch:          0
Summary:        Qt Cryptographic Architecture

Group:          System Environment/Libraries
License:        LGPL
URL:            http://delta.affinix.com/qca
Source0:        http://delta.affinix.com/qca/qca-1.0.tar.bz2
Patch0:         qca-1.0-mach.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  qt-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} = %{epoch}:%{version}-%{release}

%description    devel
This packages contains the development files for QCA

%prep
%setup -q
%patch0 -p0 -b .mach
perl -pi -e 's,target\.path=\$PREFIX/lib,target.path=\$PREFIX/%{_lib},g' qcextra


%build
[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
./configure --prefix=%{_prefix} --qtdir=$QTDIR
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
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/*.h
%{_libdir}/*.so


%changelog
* Thu Jan 13 2005 Aurelien Bompard <gauret[AT]free.fr> 0:1.0-3
- fix Category
- fix build on x86_64

* Thu Jan 13 2005 Aurelien Bompard <gauret[AT]free.fr> 0:1.0-0.fdr.2
- clean up comments to fix %%postun scriptlet.

* Mon Nov 22 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.0-0.fdr.1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qca/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Jan 2005 18:23:28 -0000	1.1
+++ .cvsignore	13 Jan 2005 18:24:21 -0000	1.2
@@ -0,0 +1 @@
+qca-1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qca/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Jan 2005 18:23:28 -0000	1.1
+++ sources	13 Jan 2005 18:24:21 -0000	1.2
@@ -0,0 +1 @@
+ee44022eb0e5b8b5df64c62630f6e6b6  qca-1.0.tar.bz2




More information about the fedora-extras-commits mailing list