]> git.pld-linux.org Git - packages/w3m.git/commitdiff
- BR: gettext-devel, find_lang is back
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Jun 2004 20:30:20 +0000 (20:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    w3m.spec -> 1.56

w3m.spec

index 592a31fba972d0df62aa953dcab4666f61c1090c..3524d933f8566740100b18287398dd3612e9a4b3 100644 (file)
--- a/w3m.spec
+++ b/w3m.spec
@@ -20,6 +20,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: gc-devel
 BuildRequires: gdk-pixbuf-devel >= 0.16.0
+BuildRequires: gettext-devel
 BuildRequires: gpm-devel
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: openssl-devel >= 0.9.7d
@@ -103,13 +104,12 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
 # symlink instead of duplicated file
 ln -sf w3mhelp-lynx_en.html $RPM_BUILD_ROOT%{_datadir}/w3m/w3mhelp.html
 
-#%%find_lang %{name}
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files 
-#-f %{name}.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc doc/*.html doc/{README,keymap,menu}.* NEWS
 %attr(755,root,root) %{_bindir}/*
This page took 0.026913 seconds and 4 git commands to generate.