packages: exaile/exaile.spec - use %%find_lang macro - package man page

lisu lisu at pld-linux.org
Tue Oct 19 15:56:28 CEST 2010


Author: lisu                         Date: Tue Oct 19 13:56:28 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use %%find_lang macro
- package man page

---- Files affected:
packages/exaile:
   exaile.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: packages/exaile/exaile.spec
diff -u packages/exaile/exaile.spec:1.31 packages/exaile/exaile.spec:1.32
--- packages/exaile/exaile.spec:1.31	Tue Oct 19 15:39:23 2010
+++ packages/exaile/exaile.spec	Tue Oct 19 15:56:23 2010
@@ -16,6 +16,7 @@
 BuildRequires:	gettext-devel
 BuildRequires:	intltool
 BuildRequires:	python-pygtk-devel >= 2:2.18.0
+BuildRequires:	rpmbuild(macros) >= 1.268
 Requires:	gstreamer-plugins-base >= 0.10
 Requires:	gstreamer-plugins-good >= 0.10
 Requires:	python-dbus >= 0.71
@@ -101,19 +102,22 @@
 	LIBINSTALLDIR=/lib
 %endif
 
+%find_lang %{name} --all-name
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{name}
 %dir %{_sysconfdir}/xdg/exaile
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/exaile/settings.ini
-%{_desktopdir}/%{name}.desktop
-%{_pixmapsdir}/%{name}.png
 %{_libdir}/%{name}
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/data
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
+%{_mandir}/man1/exaile.1
 # maybe seperate subpackages for plugins?
 %{_datadir}/%{name}/plugins
 
@@ -123,6 +127,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2010/10/19 13:56:23  lisu
+- use %%find_lang macro
+- package man page
+
 Revision 1.31  2010/10/19 13:39:23  lisu
 - updated to 0.3.2.0
 - R: python-pygobject >= 2.26.0
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/exaile/exaile.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list