rpms/qt/FC-4 qt.spec,1.77,1.78

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 26 09:25:53 UTC 2005


Author: than

Update of /cvs/dist/rpms/qt/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv9410

Modified Files:
	qt.spec 
Log Message:
export QTINC/QTLIB, thanks to Rex Dieter (#169132)



Index: qt.spec
===================================================================
RCS file: /cvs/dist/rpms/qt/FC-4/qt.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- qt.spec	22 Aug 2005 09:01:15 -0000	1.77
+++ qt.spec	26 Sep 2005 09:25:50 -0000	1.78
@@ -82,7 +82,7 @@
 Summary: The shared library for the Qt GUI toolkit.
 Name: qt
 Version: %{ver}
-Release: 15.4
+Release: 15.5
 Epoch: 1
 License: GPL/QPL
 Group: System Environment/Libraries
@@ -509,8 +509,10 @@
 # Qt initialization script (sh)
 if [ -z "\$QTDIR" ] ; then
 	QTDIR="%{qtdir}"
+	QTINC="%{qtdir}/include"
+	QTLIB="%{qtdir}/lib"
 fi
-export QTDIR
+export QTDIR QTINC QTLIB
 EOF
 
 cat > %{buildroot}/etc/profile.d/qt.csh <<EOF
@@ -519,6 +521,8 @@
          exit
 endif
 setenv QTDIR %{qtdir}
+setenv QTINC %{qtdir}/include
+setenv QTLIB %{qtdir}/lib
 EOF
 
 chmod 755 %{buildroot}/etc/profile.d/*
@@ -709,6 +713,9 @@
 
 
 %changelog
+* Mon Sep 26 2005 Than Ngo <than at redhat.com> 1:3.3.4-15.5
+- export QTINC/QTLIB, thanks to Rex Dieter (#169132)
+
 * Mon Aug 22 2005 Than Ngo <than at redhat.com> 1:3.3.4-15.4
 - apply upstream patch to fix kmail folder selector #166430
 




More information about the fedora-cvs-commits mailing list