rpms/qca/FC-4 qca.spec,1.4,1.5

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


Author: abompard

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

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


Index: qca.spec
===================================================================
RCS file: /cvs/extras/rpms/qca/FC-4/qca.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qca.spec	22 May 2005 23:43:51 -0000	1.4
+++ qca.spec	8 Apr 2006 09:57:53 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           qca
 Version:        1.0
-Release: 5
+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,12 @@
 
 
 %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
+
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 1.0-5
 - rebuild on all arches
 




More information about the fedora-extras-commits mailing list