Author: adamg Date: Mon Dec 15 01:32:32 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - use find_lang, don't own too much; rel 2
---- Files affected: SPECS: linm.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/linm.spec diff -u SPECS/linm.spec:1.2 SPECS/linm.spec:1.3 --- SPECS/linm.spec:1.2 Mon Aug 25 22:55:04 2008 +++ SPECS/linm.spec Mon Dec 15 02:32:26 2008 @@ -3,7 +3,7 @@ Summary(hu.UTF-8): LinM egy vizuális fájlkezelő Name: linm Version: 0.8.1 -Release: 1 +Release: 2 License: GPL Group: Applications/Shells Source0: http://kldp.net/frs/download.php/4508/%{name}_%{version}-1.tar.gz @@ -46,10 +46,12 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/* @@ -57,7 +59,6 @@ %{_desktopdir}/LinM.desktop %{_pixmapsdir}/linm.xpm %{_sysconfdir}/linm/* -%{_datadir}/locale/* %{_libdir}/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -66,6 +67,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008/12/15 01:32:26 adamg +- use find_lang, don't own too much; rel 2 + Revision 1.2 2008/08/25 20:55:04 uzsolt - fixed typo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/linm.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
