about summary refs log tree commit diff stats
path: root/PACKAGE/lynx.spec
diff options
context:
space:
mode:
Diffstat (limited to 'PACKAGE/lynx.spec')
-rw-r--r--PACKAGE/lynx.spec19
1 files changed, 12 insertions, 7 deletions
diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec
index f95a3efe..bb3ac80e 100644
--- a/PACKAGE/lynx.spec
+++ b/PACKAGE/lynx.spec
@@ -1,4 +1,4 @@
-# $LynxId: lynx.spec,v 1.69 2023/05/26 22:52:47 tom Exp $
+# $LynxId: lynx.spec,v 1.70 2024/01/07 18:30:52 tom Exp $
 Summary: A text-based Web browser
 Name: lynx-dev
 Version: 2.9.0
@@ -97,20 +97,25 @@ DEFAULT_INDEX_FILE:http://www.google.com/
 LOCALE_CHARSET:TRUE
 EOF
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+strip $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%find_lang %{name}
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %{_bindir}/%{name}
 %{_mandir}/*/*
-%{_datadir}/locale/*
 %{lynx_doc}/*
-%config %{lynx_etc}/*.cfg
-%config %{lynx_etc}/*.lss
+%config(noreplace) %{lynx_etc}/*.cfg
+%config(noreplace) %{lynx_etc}/*.lss
 
 %changelog
 
+* Sun Jan 07 2024 Thomas E. Dickey
+- use rpm #find_lang macro for configuring language files
+- use noreplace flag for *.cfg and *.lss config files
+- remove obsolete #clean section
+
 * Tue Mar 29 2022 Thomas E. Dickey
 - add brotli compression