]> git.pld-linux.org Git - packages/xine-lib.git/commitdiff
- fix vo_out opengl/xshm permissions, rel 5
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Apr 2006 17:07:00 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xine-lib.spec -> 1.171

xine-lib.spec

index b2b73bfee982217029d166153a1fad2d3dc36d76..75b14e3d98d02d36792c7213dc3f0f2de64f600b 100644 (file)
@@ -26,7 +26,7 @@ Summary(pl):  Odtwarzacz film
 Summary(pt_BR):        Xine, um player de video
 Name:          xine-lib
 Version:       1.1.1
-Release:       4
+Release:       5
 Epoch:         2
 License:       GPL
 Group:         Libraries
@@ -914,7 +914,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with opengl}
 %files -n xine-output-video-opengl
 %defattr(644,root,root,755)
-%attr(644,root,root) %{_pluginsdir}/xineplug_vo_out_opengl.so
+%attr(755,root,root) %{_pluginsdir}/xineplug_vo_out_opengl.so
 %endif
 
 %if %{with sdl}
@@ -984,7 +984,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n xine-output-video-xshm
 %defattr(644,root,root,755)
-%attr(644,root,root) %{_pluginsdir}/xineplug_vo_out_xshm.so
+%attr(755,root,root) %{_pluginsdir}/xineplug_vo_out_xshm.so
 
 %files -n xine-output-video-xv
 %defattr(644,root,root,755)
This page took 0.029363 seconds and 4 git commands to generate.