SPECS: pangopdf.spec - fixed qt usage

qboosh qboosh at pld-linux.org
Fri Oct 21 21:58:22 CEST 2005


Author: qboosh                       Date: Fri Oct 21 19:58:22 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed qt usage

---- Files affected:
SPECS:
   pangopdf.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/pangopdf.spec
diff -u SPECS/pangopdf.spec:1.19 SPECS/pangopdf.spec:1.20
--- SPECS/pangopdf.spec:1.19	Fri Oct 21 21:26:50 2005
+++ SPECS/pangopdf.spec	Fri Oct 21 21:58:17 2005
@@ -80,6 +80,11 @@
 %prep
 %setup -q
 
+sed -i -e 's,QTDIR/lib ,QTDIR/%{_lib} ,;s,QTDIR/include,QTDIR/include/qt,;s/-lqt/-lqt-mt/' \
+	configure.in
+sed -i -e 's,QTDIR)/lib ,QTDIR)/%{_lib} ,;s,QTDIR)/include,QTDIR)/include/qt,;s/-lqt/-lqt-mt/' \
+	examples/Makefile.am
+
 %build
 %{__libtoolize}
 %{__aclocal}
@@ -90,7 +95,7 @@
 	--enable-pdflib \
 	--with-html-dir=%{_gtkdocdir} \
 	--with-x \
-	%{!?with_qt:--without-qt}
+	--with%{!?with_qt:out}-qt%{?with_qt:=/usr}
 
 %{__make}
 
@@ -134,6 +139,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2005/10/21 19:58:17  qboosh
+- fixed qt usage
+
 Revision 1.19  2005/10/21 19:26:50  qboosh
 - more BRs
 - disable gp backend (breaks build if linked with pango >= 1.3)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pangopdf.spec?r1=1.19&r2=1.20&f=u




More information about the pld-cvs-commit mailing list