]> git.pld-linux.org Git - packages/wget.git/commitdiff
- unifited using %find_lang macro to scheme:
authorkloczek <kloczek@pld-linux.org>
Mon, 21 Jun 1999 07:09:56 +0000 (07:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
%install
[..]
%find_lang %{name}
[..]
%files -f %{name}.lang

Changed files:
    wget.spec -> 1.22

wget.spec

index 50910973c6d6f9c3d6a3bcc6e9a5959c14458e30..3624faffe299619e11a287861e9c121d0f25eb35 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -64,7 +64,7 @@ install -c util/rmold.pl $RPM_BUILD_ROOT%{_bindir}/rmold
 gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/%{name}.info*,%{_mandir}/man1/*} \
     AUTHORS ChangeLog NEWS TODO README MAILING-LIST rmold.README
 
-%find_lang wget
+%find_lang %{name}
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -77,7 +77,7 @@ if [ "$1" = "0" ]; then
        /sbin/install-info --delete %{_infodir}/%{name}.info.gz /etc/info-dir
 fi
 
-%files -f wget.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc {AUTHORS,ChangeLog,MAILING-LIST,NEWS,TODO,README,rmold.README}.gz
 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/%{name}rc
This page took 0.220608 seconds and 4 git commands to generate.