rpms/kchmviewer/EL-4 kchmviewer.spec,1.15,1.16

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Thu Dec 27 14:38:07 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/kchmviewer/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13243

Modified Files:
	kchmviewer.spec 
Log Message:
define more QT environement variables if needed


Index: kchmviewer.spec
===================================================================
RCS file: /cvs/extras/rpms/kchmviewer/EL-4/kchmviewer.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- kchmviewer.spec	27 Dec 2007 14:00:38 -0000	1.15
+++ kchmviewer.spec	27 Dec 2007 14:37:25 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           kchmviewer
 Version:        3.1
-Release:        1%{?dist}.3
+Release:        1%{?dist}.4
 Summary:        CHM viewer with KDE support
 
 Group:          Applications/Publishing
@@ -29,6 +29,9 @@
 
 %build
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
+[ -n "$QTLIB" ] || export QTLIB="$QTDIR/lib"
+[ -n "$QTINC" ] || export QTLIB="$QTDIR/include"
+
 %configure --disable-static --with-kde --disable-rpath \
  --disable-dependency-tracking --disable-strict --disable-warnings
 make %{?_smp_mflags}
@@ -79,7 +82,7 @@
 
 
 %changelog
-* Thu Aug  2 2007 Patrice Dumas <pertusus at free.fr> 3.1-1.3
+* Thu Aug  2 2007 Patrice Dumas <pertusus at free.fr> 3.1-1.4
 - update to 3.1
 
 * Sun Apr  1 2007 Patrice Dumas <pertusus at free.fr> 3.0-2




More information about the fedora-extras-commits mailing list