diff options
author | jstebbins <[email protected]> | 2013-08-12 17:42:44 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2013-08-12 17:42:44 +0000 |
commit | 7e19503c7ef3ee16f5c90145b4bfe129b70a0832 (patch) | |
tree | 152e09b1f3fe30b6901c1672639c80b119b6b259 | |
parent | 300fe7c36ddff80d4380310d4387f695091fb5a7 (diff) |
LinGui: add language files to rpm spec
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5697 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | gtk/ghb.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/ghb.spec b/gtk/ghb.spec index e4a65922a..1806fac18 100644 --- a/gtk/ghb.spec +++ b/gtk/ghb.spec @@ -49,6 +49,7 @@ make %{?_smp_mflags} -C build %install make -C build DESTDIR=$RPM_BUILD_ROOT install-strip +%find_lang ghb ## blow away stuff we don't want /bin/rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache @@ -68,7 +69,7 @@ if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache -q %{_datadir}/icons/hicolor fi -%files gui +%files gui -f ghb.lang %defattr(-,root,root,-) %doc NEWS AUTHORS CREDITS THANKS COPYING %{_datadir}/icons/hicolor |