Author: lisu Date: Sun Jun 17 20:55:33 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 1.0.4 - desktop file added - new URL - doc section added
---- Files affected: SPECS: eboard.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/eboard.spec diff -u SPECS/eboard.spec:1.9 SPECS/eboard.spec:1.10 --- SPECS/eboard.spec:1.9 Mon Feb 12 22:23:54 2007 +++ SPECS/eboard.spec Sun Jun 17 22:55:28 2007 @@ -2,13 +2,14 @@ Summary: GTK+ chess board interface for ICS and chess engines Summary(pl.UTF-8): Interfejs GTK+ do szachowych programów i serwerów Name: eboard -Version: 1.0.3 -Release: 0.1 +Version: 1.0.4 +Release: 1 License: GPL v2+ Group: X11/Applications/Games Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 -# Source0-md5: 833e656549d9fd9191e51b08005633e3 -URL: http://eboard.sourceforge.net/index.html +# Source0-md5: 2bd2927a670ed23594cbf524bc5746ef +Source1: %{name}.desktop +URL: http://www.bergo.eng.br/eboard/ BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext-devel @@ -43,19 +44,25 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +install icon-eboard.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.xpm + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc AUTHORS ChangeLog README TODO Documentation/*.txt %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} +%{_desktopdir}/%{name}.desktop %{_mandir}/man[16]/* - +%{_pixmapsdir}/%{name}.xpm %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -63,6 +70,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2007/06/17 20:55:28 lisu +- 1.0.4 +- desktop file added +- new URL +- doc section added + Revision 1.9 2007/02/12 21:23:54 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/eboard.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
