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

popt.spec

index a14698c6777fc5cdd8cc56e3853df4ae5b071eab..52eb2dc55d6e9001ef13e231c20e67e50aace003 100644 (file)
--- a/popt.spec
+++ b/popt.spec
@@ -110,12 +110,12 @@ strip --strip-unneeded $RPM_BUILD_ROOT/lib/lib*.so.*.*
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/*
 
-%find_lang popt
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f popt.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) /lib/*
 
This page took 0.227301 seconds and 4 git commands to generate.