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

freetype.spec

index 0769b8b9a00942373e1ae60a08fef4dabada1254..990fe23d683898c8be602b52dc130767e033aba0 100644 (file)
@@ -97,7 +97,7 @@ strip $RPM_BUILD_ROOT%{_libdir}/lib*so.*.*
 
 gzip -9nf howto/unix.txt README announce docs/{*.txt,*.doc,FAQ,TODO,credits}
 
-%find_lang freetype
+%find_lang %{name}
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -105,7 +105,7 @@ gzip -9nf howto/unix.txt README announce docs/{*.txt,*.doc,FAQ,TODO,credits}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f freetype.lang
+%files -f %{name}.lang
 %attr(755,root,root) %{_libdir}/lib*so.*.*
 
 %files devel
This page took 0.106706 seconds and 4 git commands to generate.