]> git.pld-linux.org Git - packages/clutter.git/commitdiff
- package language files
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 17 Dec 2010 11:12:13 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clutter.spec -> 1.39

clutter.spec

index 50b44b5afe2dea9f188cc4fa9cf8a5609d4ac6c6..bfabcaaac685b3bc6de29fbb509759126f203c11 100644 (file)
@@ -1,6 +1,3 @@
-# TODO:
-# - Fix unpackaged language files, %find_lang doesn't seem to work here
-#
 Summary:       Library for rich GUIs
 Summary(pl.UTF-8):     Biblioteka do bogatych graficznych interfejsów użytkownika
 Name:          clutter
@@ -120,13 +117,15 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang clutter-1.0
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%files
+%files -f clutter-1.0.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_libdir}/libclutter-glx-1.0.so.*.*.*
This page took 0.063774 seconds and 4 git commands to generate.