rpms/qgo/FC-3 qgo.spec,1.2,1.3

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


Author: kaboom

Update of /cvs/extras/rpms/qgo/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28849

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



Index: qgo.spec
===================================================================
RCS file: /cvs/extras/rpms/qgo/FC-3/qgo.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qgo.spec	24 May 2005 05:05:18 -0000	1.2
+++ qgo.spec	26 May 2005 21:26:56 -0000	1.3
@@ -1,7 +1,7 @@
 Summary: Graphical Go client and SGF editor
 Name: qgo
 Version: 1.0.1
-Release: 3%{?dist}
+Release: 4%{?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-4%{?dist}
+- Simplify qt selection
+
 * Tue May 24 2005 Chris Ricker <kaboom at oobleck.net> 1.0.1-3%{?dist}
 - Add dist tag
 




More information about the fedora-extras-commits mailing list