rpms/qgo/devel qgo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Ricker (kaboom) fedora-extras-commits at redhat.com
Tue May 24 04:10:30 UTC 2005


Author: kaboom

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

Modified Files:
	.cvsignore sources 
Added Files:
	qgo.spec 
Log Message:
auto-import qgo-1.0.1-2 on branch devel from qgo-1.0.1-2.src.rpm


--- NEW FILE qgo.spec ---
Summary: Graphical Go client and SGF editor
Name: qgo
Version: 1.0.1
Release: 2
License: GPL
Group: Amusements/Games
URL: http://qgo.sourceforge.net/
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires: xorg-x11-devel libjpeg-devel libpng-devel qt-devel
BuildRequires: desktop-file-utils
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
qGo is a graphical Go client in which you can play Go against another player,
connect to Go servers on the Internet, or connect with local Go programs
such as Gnu Go. qGo is also a full-featured SGF editor. In addition,
qGo supports loading MGT and Jago XML format Go games.

%prep
%setup -q

%build
%configure --with-qt-dir=%{_libdir}/qt-3.3
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR="$RPM_BUILD_ROOT" install

desktop-file-install \
	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
	--mode 644 \
	--vendor fedora \
	--add-category X-Fedora \
	$RPM_BUILD_ROOT%{_datadir}/applnk/Games/qgo.desktop

rm -rf $RPM_BUILD_ROOT%{_datadir}/applnk


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc README ChangeLog AUTHORS COPYING TODO 
%attr(0755,root,root) %{_bindir}/*
%{_datadir}/qGo
%{_datadir}/applications/*qgo.desktop
%{_datadir}/mimelnk/text/sgf.desktop

%changelog
* Thu May 19 2005 Chris Ricker <kaboom at oobleck.net> 1.0.1-2
- Fix directory ownership

* Thu May 19 2005 Chris Ricker <kaboom at oobleck.net> 1.0.1-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qgo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 May 2005 04:10:07 -0000	1.1
+++ .cvsignore	24 May 2005 04:10:28 -0000	1.2
@@ -0,0 +1 @@
+qgo-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qgo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 May 2005 04:10:07 -0000	1.1
+++ sources	24 May 2005 04:10:28 -0000	1.2
@@ -0,0 +1 @@
+6bc17460c17cc0e19af01c991bfbd128  qgo-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list