rpms/SoQt/devel SoQt.spec,1.33,1.34

corsepiu corsepiu at fedoraproject.org
Mon Feb 15 08:41:12 UTC 2010


Author: corsepiu

Update of /cvs/pkgs/rpms/SoQt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7726

Modified Files:
	SoQt.spec 
Log Message:
Fix typo in date.


Index: SoQt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SoQt/devel/SoQt.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- SoQt.spec	23 Nov 2009 21:26:15 -0000	1.33
+++ SoQt.spec	15 Feb 2010 08:41:11 -0000	1.34
@@ -4,7 +4,7 @@
 Summary: High-level 3D visualization library
 Name: SoQt
 Version: 1.4.1
-Release: 14%{?dist}
+Release: 15%{?dist}
 
 License: GPLv2
 Group: System Environment/Libraries
@@ -71,7 +71,8 @@ sed -i \
 	--enable-html \
 	--with-qt=%{_libdir}/qt4 \
 	htmldir=%{coin_htmldir}/SoQt \
-	CPPFLAGS="${CPPFLAGS} -I%{_includedir}/Qt"
+	CPPFLAGS="${CPPFLAGS} -I%{_includedir}/Qt" \
+	CONFIG_QTLIBS="$(pkg-config --libs QtGui)"
 make
 
 # Strip the default libdir
@@ -114,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*.?.gz
 
 %changelog
+* Mon Feb 15 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.4.1-15
+- Pass CONFIG_QTLIBS to configure to work around (BZ 564918).
+
 * Mon Nov 23 2009 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.4.1-14
 - Let soqt-config search in %%{_libdir}/Coin2.
 



More information about the scm-commits mailing list