rpms/qca/devel qca.spec,1.5,1.6

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sat Apr 8 09:58:00 UTC 2006


Author: abompard

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

Modified Files:
	qca.spec 
Log Message:
disable stripping (bug 186648)


Index: qca.spec
===================================================================
RCS file: /cvs/extras/rpms/qca/devel/qca.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qca.spec	21 Feb 2006 18:42:18 -0000	1.5
+++ qca.spec	8 Apr 2006 09:57:59 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           qca
 Version:        1.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 
 Summary:        Qt Cryptographic Architecture
 
@@ -40,6 +40,7 @@
 %build
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
 ./configure --prefix=%{_prefix} --qtdir=$QTDIR
+sed -i -e /strip/d Makefile
 make %{?_smp_mflags}
 
 
@@ -68,6 +69,9 @@
 
 
 %changelog
+* Sat Apr 08 2006 Aurelien Bompard <gauret[AT]free.fr> 1.0-7
+- disable stripping (bug 186648)
+
 * Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.0-6
 - rebuild for FC5
 




More information about the fedora-extras-commits mailing list