]> git.pld-linux.org Git - packages/exo.git/commitdiff
- fixed language stuff
authorRobert Kurowski <koorek@pld-linux.org>
Mon, 14 Mar 2005 17:18:50 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exo.spec -> 1.8

exo.spec

index 8559ee17c0ecffab898035ffa70969787322e9ad..51111f72d792570636fe2e349510fa31ca1da904 100644 (file)
--- a/exo.spec
+++ b/exo.spec
@@ -59,18 +59,19 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name} --all-name
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog HACKING NEWS README TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %{py_sitescriptdir}/*.py
-%{_datadir}/locale/*/*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.041234 seconds and 4 git commands to generate.