From df169521667dccd44b77343f39af9e01888c3e7e Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 21 Jun 1999 07:09:56 +0000 Subject: [PATCH] - unifited using %find_lang macro to scheme: %install [..] %find_lang %{name} [..] %files -f %{name}.lang Changed files: lftp.spec -> 1.25 --- lftp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lftp.spec b/lftp.spec index 20000c3..679a5ed 100644 --- a/lftp.spec +++ b/lftp.spec @@ -52,12 +52,12 @@ install lftp.conf $RPM_BUILD_ROOT/etc gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man1/* \ README NEWS -%find_lang lftp +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files -f lftp.lang +%files -f %{name}.lang %defattr(644,root,root,755) %doc {README,NEWS}.gz %config(noreplace) %verify(not size mtime md5) /etc/lftp.conf -- 2.44.0