rpms/pikdev/FC-4 pikdev.spec,1.5,1.6

Alain Portal (dionysos) fedora-extras-commits at redhat.com
Mon Jun 19 17:38:40 UTC 2006


Author: dionysos

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

Modified Files:
	pikdev.spec 
Log Message:
New try to build x86_64 arch for FC-4


Index: pikdev.spec
===================================================================
RCS file: /cvs/extras/rpms/pikdev/FC-4/pikdev.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pikdev.spec	23 Mar 2006 10:00:04 -0000	1.5
+++ pikdev.spec	5 Apr 2006 11:17:00 -0000	1.6
@@ -1,6 +1,6 @@
 Name:		pikdev
 Version:	0.8.4
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	IDE for development of PICmicro based application (under Linux/KDE)
 Summary(fr):	EDI pour le développement d'applications à base de microcontrôleurs PIC
 
@@ -18,7 +18,6 @@
 Requires:	gputils
 
 ExcludeArch:	ppc
-ExcludeArch:	x86_64 # Only for FC-4
 
 %description
 PiKdev is a simple IDE dedicated to the development of PIC
@@ -60,6 +59,9 @@
 
 %build
 
+unset QTDIR || : ; . /etc/profile.d/qt.sh
+export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
+
 %configure --disable-rpath
 
 rm -rf pkp
@@ -103,6 +105,11 @@
 %{_datadir}/icons/*
 
 %changelog
+* Wed Apr 05 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.8.4-8
+  - New try to build x86_64 arch for FC-4
+  - Unset $QTDIR before sourcing qt.sh
+  - Thanks to Rex Dieter <rdieter[AT]math[DOT]unl[DOT]edu>
+    and Michael Schwendt <bugs[DOT]michael[AT]gmx[DOT]net>
 * Thu Mar 23 2006 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.8.4-7
   - No fix. So, remove the previous change
   - Definitely exclude arch x86_64 for FC-4




More information about the scm-commits mailing list