]> git.pld-linux.org Git - packages/exo.git/commitdiff
- added missing Revision/Date CVS Tags
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 13 Dec 2004 13:24:38 +0000 (13:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use %%find_lang macro

Changed files:
    exo.spec -> 1.2

exo.spec

index c49cd4efd8f53b094bb0b6a4d00c369de8381020..b9bb36d204d5b5277692a59efc115fdeb64b9d02 100644 (file)
--- a/exo.spec
+++ b/exo.spec
@@ -56,13 +56,15 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{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.*.*.*
This page took 0.045755 seconds and 4 git commands to generate.