Author: arvenil                      Date: Sat May 10 17:30:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added man pages: gl, lt, sr, tr
- TODO: dont know what should I do with [EMAIL PROTECTED] man pages
- clean up

---- Files affected:
SPECS:
   wesnoth.spec (1.85 -> 1.86) 

---- Diffs:

================================================================
Index: SPECS/wesnoth.spec
diff -u SPECS/wesnoth.spec:1.85 SPECS/wesnoth.spec:1.86
--- SPECS/wesnoth.spec:1.85     Thu May  8 19:06:47 2008
+++ SPECS/wesnoth.spec  Sat May 10 19:29:57 2008
@@ -2,7 +2,7 @@
 # TODO
 # - rename language files [EMAIL PROTECTED] to [EMAIL PROTECTED] and include 
them
 # - use desktop file included with project (consider which one are better)
-# - dont know what should I do with lt man pages
+# - dont know what should I do with [EMAIL PROTECTED] man pages
 #
 # Conditional build
 %bcond_without server  # without server
@@ -125,11 +125,12 @@
 
 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{gl_ES,gl}
 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{nb_NO,nb}
-
-rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED]
+mv -f $RPM_BUILD_ROOT%{_mandir}/{gl_ES,gl}
 
 # unsupported(?)
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/[EMAIL PROTECTED]
 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/la
+rm -rf $RPM_BUILD_ROOT%{_mandir}/[EMAIL PROTECTED]
 
 # the same as manuals from %{_mandir}/man?
 rm -rf $RPM_BUILD_ROOT%{_mandir}/en_GB
@@ -165,14 +166,17 @@
 %lang(de) %{_mandir}/de/man6/wesnoth.6*
 %lang(es) %{_mandir}/es/man6/wesnoth.6*
 %lang(fr) %{_mandir}/fr/man6/wesnoth.6*
+%lang(gl) %{_mandir}/gl/man6/wesnoth.6*
 %lang(hu) %{_mandir}/hu/man6/wesnoth.6*
 %lang(it) %{_mandir}/it/man6/wesnoth.6*
 %lang(ja) %{_mandir}/ja/man6/wesnoth.6*
-#%lang(lt) %{_mandir}/lt/man6/wesnoth.6*
+%lang(lt) %{_mandir}/lt/man6/wesnoth.6*
 %lang(nl) %{_mandir}/nl/man6/wesnoth.6*
 %lang(pl) %{_mandir}/pl/man6/wesnoth.6*
 %lang(sk) %{_mandir}/sk/man6/wesnoth.6*
+%lang(sr) %{_mandir}/sr/man6/wesnoth.6*
 %lang(sv) %{_mandir}/sv/man6/wesnoth.6*
+%lang(tr) %{_mandir}/tr/man6/wesnoth.6*
 %lang(zh_CN) %{_mandir}/zh_CN/man6/wesnoth.6*
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
@@ -189,14 +193,17 @@
 %lang(de) %{_mandir}/de/man6/wesnothd.6*
 %lang(es) %{_mandir}/es/man6/wesnothd.6*
 %lang(fr) %{_mandir}/fr/man6/wesnothd.6*
+%lang(gl) %{_mandir}/gl/man6/wesnothd.6*
 %lang(hu) %{_mandir}/hu/man6/wesnothd.6*
 %lang(it) %{_mandir}/it/man6/wesnothd.6*
 %lang(ja) %{_mandir}/ja/man6/wesnothd.6*
-#%lang(lt) %{_mandir}/lt/man6/wesnothd.6*
+%lang(lt) %{_mandir}/lt/man6/wesnothd.6*
 %lang(nl) %{_mandir}/nl/man6/wesnothd.6*
 %lang(pl) %{_mandir}/pl/man6/wesnothd.6*
 %lang(sk) %{_mandir}/sk/man6/wesnothd.6*
+%lang(sr) %{_mandir}/sr/man6/wesnothd.6*
 %lang(sv) %{_mandir}/sv/man6/wesnothd.6*
+%lang(tr) %{_mandir}/tr/man6/wesnothd.6*
 %lang(zh_CN) %{_mandir}/zh_CN/man6/wesnothd.6*
 %attr(770,wesnothd,wesnothd) %dir /var/run/wesnothd
 %endif
@@ -216,14 +223,17 @@
 %lang(de) %{_mandir}/de/man6/wesnoth_editor.6*
 %lang(es) %{_mandir}/es/man6/wesnoth_editor.6*
 %lang(fr) %{_mandir}/fr/man6/wesnoth_editor.6*
+%lang(gl) %{_mandir}/gl/man6/wesnoth_editor.6*
 %lang(hu) %{_mandir}/hu/man6/wesnoth_editor.6*
 %lang(it) %{_mandir}/it/man6/wesnoth_editor.6*
 %lang(ja) %{_mandir}/ja/man6/wesnoth_editor.6*
-#%lang(lt) %{_mandir}/lt/man6/wesnoth_editor.6*
+%lang(lt) %{_mandir}/lt/man6/wesnoth_editor.6*
 %lang(nl) %{_mandir}/nl/man6/wesnoth_editor.6*
 %lang(pl) %{_mandir}/pl/man6/wesnoth_editor.6*
 %lang(sk) %{_mandir}/sk/man6/wesnoth_editor.6*
+%lang(sr) %{_mandir}/sr/man6/wesnoth_editor.6*
 %lang(sv) %{_mandir}/sv/man6/wesnoth_editor.6*
+%lang(tr) %{_mandir}/tr/man6/wesnoth_editor.6*
 %lang(zh_CN) %{_mandir}/zh_CN/man6/wesnoth_editor.6*
 %{_desktopdir}/%{name}_editor.desktop
 %{_pixmapsdir}/%{name}_editor-icon.png
@@ -235,6 +245,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.86  2008-05-10 17:29:57  arvenil
+- added man pages: gl, lt, sr, tr
+- TODO: dont know what should I do with [EMAIL PROTECTED] man pages
+- clean up
+
 Revision 1.85  2008-05-08 17:06:47  lisu
 - 1.4.2
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wesnoth.spec?r1=1.85&r2=1.86&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to