From 990fe86330127be6d48e2ff6d965648ad54d7269 Mon Sep 17 00:00:00 2001 From: ankry Date: Mon, 25 Nov 2002 14:12:19 +0000 Subject: [PATCH] - massive attack: no need for 755 for *.la Changed files: SDL_mixer.spec -> 1.31 --- SDL_mixer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL_mixer.spec b/SDL_mixer.spec index 23b36e8..d20f7bd 100644 --- a/SDL_mixer.spec +++ b/SDL_mixer.spec @@ -106,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so -%attr(755,root,root) %{_libdir}/lib*.la +%{_libdir}/lib*.la %{_includedir}/SDL/* %files static -- 2.43.0