SPECS: cgoban.spec - kill _applnkdir, use _desktopdir

darekr darekr at pld-linux.org
Wed Dec 21 11:25:37 CET 2005


Author: darekr                       Date: Wed Dec 21 10:25:37 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kill _applnkdir, use _desktopdir

---- Files affected:
SPECS:
   cgoban.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/cgoban.spec
diff -u SPECS/cgoban.spec:1.9 SPECS/cgoban.spec:1.10
--- SPECS/cgoban.spec:1.9	Wed Oct 15 14:29:45 2003
+++ SPECS/cgoban.spec	Wed Dec 21 11:25:31 2005
@@ -3,7 +3,7 @@
 Summary(pl):	CGoban - klient NNGS i IGS
 Name:		cgoban
 Version:	1.9.12
-Release:	1
+Release:	2
 License:	GPL
 Group:		X11/Applications/Games
 Source0:	http://dl.sourceforge.net/cgoban1/%{name}-%{version}.tar.gz
@@ -44,12 +44,12 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_applnkdir}/Games/Board,%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_desktopdir},%{_pixmapsdir}}
 
 install cgoban $RPM_BUILD_ROOT%{_bindir}
 install man6/cgoban.6 $RPM_BUILD_ROOT%{_mandir}/man6
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Board
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
@@ -60,7 +60,7 @@
 %doc README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man6/cgoban.6*
-%{_applnkdir}/Games/Board/*.desktop
+%{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.png
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -69,6 +69,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2005/12/21 10:25:31  darekr
+- kill _applnkdir, use _desktopdir
+
 Revision 1.9  2003/10/15 12:29:45  qboosh
 - pass optflags, avoid unnecessary -lnsl, removed COPYING (just GPL)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cgoban.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list