devel/qgo qgo.spec,1.3,1.4

Chris Ricker (kaboom) fedora-extras-commits at redhat.com
Thu May 26 21:27:56 UTC 2005


Author: kaboom

Update of /cvs/extras/devel/qgo
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28906

Modified Files:
	qgo.spec 
Log Message:
Simplify qt selection



Index: qgo.spec
===================================================================
RCS file: /cvs/extras/devel/qgo/qgo.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qgo.spec	25 May 2005 20:38:08 -0000	1.3
+++ qgo.spec	26 May 2005 21:27:54 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: Graphical Go client and SGF editor
 Name: qgo
 Version: 1.0.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Group: Amusements/Games
 URL: http://qgo.sourceforge.net/
@@ -20,7 +20,8 @@
 %setup -q
 
 %build
-%configure --with-qt-dir=%{_libdir}/qt-3.3
+unset QTDIR && . %{_sysconfdir}/profile.d/qt.sh
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -49,6 +50,9 @@
 %{_datadir}/mimelnk/text/sgf.desktop
 
 %changelog
+* Thu May 26 2005 Chris Ricker <kaboom at oobleck.net> 1.0.1-5%{?dist}
+- Simplify qt selection
+
 * Wed May 25 2005 Chris Ricker <kaboom at oobleck.net> 1.0.1-4%{?dist}
 - Bump release to rebuild
 




More information about the fedora-extras-commits mailing list