]> git.pld-linux.org Git - packages/genius.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:
    genius.spec -> 1.7

genius.spec

index e669ce0f033d2e04bf1ecd2d87b8d57a444c763b..e976704b5ab1f566498da4a68b1d2184f8af97a0 100644 (file)
@@ -46,7 +46,7 @@ make install prefix=$RPM_BUILD_ROOT/usr/X11R6 \
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f genius.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc *.gz
 %attr(755,root,root) /usr/X11R6/bin/*
This page took 0.059339 seconds and 4 git commands to generate.