rpms/eboard/F-9 eboard.desktop, NONE, 1.1 eboard.spec, NONE, 1.1 sources, 1.1, 1.2

Marek Mahut mmahut at fedoraproject.org
Thu Jan 8 14:53:14 UTC 2009


Author: mmahut

Update of /cvs/pkgs/rpms/eboard/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17831

Modified Files:
	sources 
Added Files:
	eboard.desktop eboard.spec 
Log Message:
initial import



--- NEW FILE eboard.desktop ---
[Desktop Entry]
Name=Eboard
Comment=Play chess against an engine, on a LAN or on the Internet
Exec=eboard
Terminal=false
Type=Application
Categories=Application;BoardGame;


--- NEW FILE eboard.spec ---
Name:		eboard
Version:	1.1.1
Release:	1%{?dist}
Summary:	Chess board interface for ICS

Group:		Amusements/Games
License:	GPLv2+
URL:		http://eboard.sourceforge.net/
Source0:	http://dl.sf.net/%{name}/%{name}-%{version}.tar.bz2
Source1:	eboard.desktop
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libstdc++-devel
BuildRequires:	libpng-devel
BuildRequires:	cairo-devel
BuildRequires:	pango-devel
BuildRequires:	perl
BuildRequires:	gtk2-devel
BuildRequires:	desktop-file-utils

%description
Eboard provides a chess board interface to ICS (Internet Chess Servers)
like FICS and to chess engines like GNU Chess, Sjeng and Crafty.

%prep 
%setup -q

%build
export EXTRAFLAGS=`echo '%{optflags}' | sed 's/ /:/g'`
./configure --prefix="/usr" --man-prefix="%{_mandir}" --extra-flags="$EXTRAFLAGS"
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR="$RPM_BUILD_ROOT"
desktop-file-install --vendor fedora --dir ${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING Documentation/*.txt INSTALL README TODO
%{_bindir}/eboard
%{_bindir}/eboard-addtheme
%{_bindir}/eboard-config
%{_datadir}/eboard/
%{_datadir}/applications/fedora-%{name}.desktop
%{_mandir}/man6/eboard.6*
%{_mandir}/man1/eboard-addtheme.1*
%{_mandir}/man1/eboard-config.1*

%changelog
* Wed Jul 30 2008 Marek Mahut <mmahut at fedoraproject.org> - 1.1.1-1
- Initial build


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eboard/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Dec 2008 02:40:33 -0000	1.1
+++ sources	8 Jan 2009 14:52:44 -0000	1.2
@@ -0,0 +1 @@
+03dcdaa2bc85218b1b18c4bee276fea7  eboard-1.1.1.tar.bz2




More information about the scm-commits mailing list