Stefan Dirsch 2012-02-16 15:19:36 +00:00 committed by Git OBS Bridge
parent a920094385
commit 65b17976e5

View File

@ -15,6 +15,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libdrm
Url: http://dri.freedesktop.org/
Version: 2.4.31
@ -155,14 +157,23 @@ rm -f "%buildroot/%_libdir"/*.la
tests/modetest/.libs/modetest $RPM_BUILD_ROOT/usr/bin
%post -n libdrm2 -p /sbin/ldconfig
%postun -n libdrm2 -p /sbin/ldconfig
%post -n libdrm_intel1 -p /sbin/ldconfig
%postun -n libdrm_intel1 -p /sbin/ldconfig
%post -n libdrm_nouveau1 -p /sbin/ldconfig
%postun -n libdrm_nouveau1 -p /sbin/ldconfig
%post -n libdrm_radeon1 -p /sbin/ldconfig
%postun -n libdrm_radeon1 -p /sbin/ldconfig
%post -n libkms1 -p /sbin/ldconfig
%postun -n libkms1 -p /sbin/ldconfig
%files tools