]> git.pld-linux.org Git - packages/console-tools.git/commitdiff
- unifited using %find_lang macro to scheme:
authorkloczek <kloczek@pld-linux.org>
Mon, 21 Jun 1999 07:09:55 +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:
    console-tools.spec -> 1.13

console-tools.spec

index 6a24e41670e0fd2bf31dcf06285ac9019e0a49af..3bec4248cb33ec94bcf7ccd6415c14d56d3a3d50 100644 (file)
@@ -98,7 +98,7 @@ fi
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f console-tools.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc {README,NEWS,BUGS}.gz doc/README.*
 %doc doc/{dvorak,file-formats,contrib}
This page took 0.026379 seconds and 4 git commands to generate.