[webkitgtk3/f15/master] fix file list

Matthias Clasen mclasen at fedoraproject.org
Tue Mar 22 19:25:44 UTC 2011


commit 3d3cbcb24f2afc3ba8c011133dc6ce135236cbf0
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Mar 22 15:25:06 2011 -0400

    fix file list

 webkitgtk3.spec |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 03e9e56..0e5256f 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -95,7 +95,7 @@ install -d -m 755 %{buildroot}%{_libexecdir}/%{name}
 install -m 755 Programs/GtkLauncher %{buildroot}%{_libexecdir}/%{name}
 
 # for some reason translations don't get installed in 1.3.7
-#%%find_lang webkit-3.0
+%find_lang webkit-3.0
 
 ## Finally, copy over and rename the various files for %%doc inclusion.
 %add_to_doc_files Source/WebKit/LICENSE
@@ -121,8 +121,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 
-%files
-#-f webkit-3.0.lang
+%files -f webkit-3.0.lang
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}-%{version}/
 %exclude %{_libdir}/*.la


More information about the scm-commits mailing list