SPECS: xdrawchem.spec - hack configure not to use qt-st

qboosh qboosh at pld-linux.org
Sat Aug 13 19:57:33 CEST 2005


Author: qboosh                       Date: Sat Aug 13 17:57:33 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- hack configure not to use qt-st

---- Files affected:
SPECS:
   xdrawchem.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/xdrawchem.spec
diff -u SPECS/xdrawchem.spec:1.32 SPECS/xdrawchem.spec:1.33
--- SPECS/xdrawchem.spec:1.32	Fri Aug 12 11:09:00 2005
+++ SPECS/xdrawchem.spec	Sat Aug 13 19:57:27 2005
@@ -16,7 +16,8 @@
 BuildRequires:	libtool
 BuildRequires:	openbabel-devel >= 1.100.2
 BuildRequires:	pkgconfig
-BuildRequires:	qt-st-devel >= 3.0.5
+BuildRequires:	qt-devel >= 3.0.5
+BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,7 +33,8 @@
 %prep
 %setup -q
 
-rm -rf autom4te.cache
+# don't try to use qt-st
+sed -i -e 's/libqt\./nolibqt\./' configure.ac
 
 %build
 %{__libtoolize}
@@ -85,6 +87,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2005/08/13 17:57:27  qboosh
+- hack configure not to use qt-st
+
 Revision 1.32  2005/08/12 09:09:00  blekot
 - BR: qt-st-devel req: qt-devel, deleted.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xdrawchem.spec?r1=1.32&r2=1.33&f=u




More information about the pld-cvs-commit mailing list