packages: xiphos/xiphos.spec - Used %find_lang macro

caleb caleb at pld-linux.org
Fri May 21 19:12:18 CEST 2010


Author: caleb                        Date: Fri May 21 17:12:18 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Used %find_lang macro

---- Files affected:
packages/xiphos:
   xiphos.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/xiphos/xiphos.spec
diff -u packages/xiphos/xiphos.spec:1.3 packages/xiphos/xiphos.spec:1.4
--- packages/xiphos/xiphos.spec:1.3	Fri May 21 12:12:20 2010
+++ packages/xiphos/xiphos.spec	Fri May 21 19:12:13 2010
@@ -2,13 +2,12 @@
 #
 # TODO:
 # - PLDify post/postun scrollkeper updates?
-# - Use %lang macro?
 #
 
 Summary:	GNOME-based Bible research tool
 Name:		xiphos
 Version:	3.1.3
-Release:	1
+Release:	2
 License:	GPL
 Group:		X11/Applications
 URL:		http://xiphos.org
@@ -54,6 +53,8 @@
 mv $RPM_BUILD_ROOT%{_docdir}/%{name}/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 rmdir $RPM_BUILD_ROOT%{_docdir}/%{name}
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -63,12 +64,11 @@
 %postun
 if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/xiphos
 %dir %{_datadir}/xiphos
 %{_datadir}/xiphos/*
-%{_datadir}/locale/*
 %dir %{_datadir}/omf/xiphos
 %{_datadir}/omf/xiphos/*.omf
 %{_pixmapsdir}/*
@@ -83,6 +83,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2010/05/21 17:12:13  caleb
+- Used %find_lang macro
+
 Revision 1.3  2010/05/21 10:12:20  caleb
 - Source checksum
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xiphos/xiphos.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list