rpms/qca2/F-7 qca2-2.0.0-64bits.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 qca2.spec, 1.2, 1.3 sources, 1.2, 1.3

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Mon Oct 22 06:21:18 UTC 2007


Author: abompard

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

Modified Files:
	.cvsignore qca2.spec sources 
Added Files:
	qca2-2.0.0-64bits.patch 
Log Message:
* Sun Oct 21 2007 Aurelien Bompard <abompard at fedoraproject.org> 2.0.0-1
- version 2.0.0 final


qca2-2.0.0-64bits.patch:

--- NEW FILE qca2-2.0.0-64bits.patch ---
diff -up ./configure.64bits ./configure
--- ./configure.64bits	2007-10-21 22:45:45.000000000 +0200
+++ ./configure	2007-10-21 22:49:03.000000000 +0200
@@ -743,7 +743,7 @@ public:
 		}
 
         	str = QString(
-		"pcfiles.path = \$\$PREFIX/lib/pkgconfig\n"
+		"pcfiles.path = \$\$LIBDIR/pkgconfig\n"
 		"pcfiles.files = %1\n"
 		"INSTALLS += pcfiles\n"
 		).arg(pcfiles.join(" "));


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qca2/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	21 Oct 2007 17:46:54 -0000	1.2
+++ .cvsignore	22 Oct 2007 06:20:44 -0000	1.3
@@ -1 +1 @@
-qca-2.0.0-beta7.tar.bz2
+qca-2.0.0.tar.bz2


Index: qca2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qca2/F-7/qca2.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qca2.spec	21 Oct 2007 20:14:40 -0000	1.2
+++ qca2.spec	22 Oct 2007 06:20:44 -0000	1.3
@@ -1,15 +1,15 @@
-%define beta 7
-
 Name:           qca2
 Version:        2.0.0
-Release:        0.3.beta%{beta}%{?dist}
+Release:        1%{?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
+Source0:        http://delta.affinix.com/download/qca/2.0/qca-%{version}.tar.bz2
+# Fix build on x86_64
+Patch0:         qca2-2.0.0-64bits.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt4-devel
@@ -36,7 +36,8 @@
 This packages contains the development files for QCA
 
 %prep
-%setup -q -n qca-%{version}-beta%{beta}
+%setup -q -n qca-%{version}
+%patch0 -p0 -b .64bits
 
 
 %build
@@ -71,6 +72,7 @@
 %doc COPYING README TODO
 %{_bindir}/qcatool2
 %{_libdir}/*.so.*
+%{_mandir}/*/*
 
 %files devel
 %defattr(-,root,root,-)
@@ -82,6 +84,12 @@
 
 
 %changelog
+* Sun Oct 21 2007 Aurelien Bompard <abompard at fedoraproject.org> 2.0.0-1
+- version 2.0.0 final
+
+* Sun Oct 21 2007 Aurelien Bompard <abompard at fedoraproject.org> 2.0.0-0.4.beta7
+- fix build on x86_64
+
 * Sun Oct 21 2007 Aurelien Bompard <abompard at fedoraproject.org> 2.0.0-0.3.beta7
 - missing BR: openssl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qca2/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	21 Oct 2007 17:46:54 -0000	1.2
+++ sources	22 Oct 2007 06:20:44 -0000	1.3
@@ -1 +1 @@
-7e90a314fc12beb1ba6bdbbfb007d0b4  qca-2.0.0-beta7.tar.bz2
+07d54358ef4880d05b3c6f56b629aa55  qca-2.0.0.tar.bz2




More information about the fedora-extras-commits mailing list