[shotwell] Fix file lists

Matthias Clasen mclasen at fedoraproject.org
Wed Jul 6 23:01:20 UTC 2011


commit 485c66524aae0f274fc65bfdc824b6e749c39c7c
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Jul 6 19:00:41 2011 -0400

    Fix file lists

 shotwell.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/shotwell.spec b/shotwell.spec
index dcbd57f..45bbbcd 100644
--- a/shotwell.spec
+++ b/shotwell.spec
@@ -75,6 +75,8 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/shotwell-viewer.de
 )
 
 %find_lang %{name}
+%find_lang %{name}-extras
+cat %{name}-extras.lang >> %{name}.lang
 
 %post
 update-desktop-database &>/dev/null || :
@@ -98,10 +100,10 @@ fi
 gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc README COPYING MAINTAINERS NEWS THANKS AUTHORS
 %config(noreplace) %{_sysconfdir}/gconf/schemas/shotwell.schemas
 %{_bindir}/shotwell
+%{_bindir}/shotwell-video-thumbnailer
 %{_libdir}/shotwell
 %{_datadir}/shotwell
 %{_datadir}/applications/shotwell.desktop


More information about the scm-commits mailing list