back to previous version ...

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=167
This commit is contained in:
Stefan Dirsch 2014-03-14 15:51:19 +00:00 committed by Git OBS Bridge
parent 702cd3b5c9
commit 2626fa8c2a
2 changed files with 0 additions and 23 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Wed Mar 12 16:22:55 UTC 2014 - guillaume@opensuse.org
- Add subpackage for Exynos (ARM)
-------------------------------------------------------------------
Sun Feb 16 15:16:40 UTC 2014 - afaerber@suse.de

View File

@ -73,7 +73,6 @@ Requires: libdrm2 = %version
Requires: libdrm_nouveau2 = %version
Requires: libdrm_radeon1 = %version
%ifarch %arm
Requires: libdrm_exynos1 = %version
Requires: libdrm_freedreno1 = %version
Requires: libdrm_omap1 = %version
%endif
@ -160,13 +159,6 @@ Group: System/Libraries
%description -n libdrm_freedreno1
(Upstream has not provided a description)
%package -n libdrm_exynos1
Summary: Userspace interface to kernel DRM services for exynos chips
Group: System/Libraries
%description -n libdrm_exynos1
(Upstream has not provided a description)
%endif
%prep
@ -182,7 +174,6 @@ autoreconf -fi
%ifarch %arm
--enable-omap-experimental-api \
--enable-freedreno-experimental-api \
--enable-exynos-experimental-api \
%endif
--enable-udev
@ -232,10 +223,6 @@ rm -f "%buildroot/%_libdir"/*.la
%post -n libdrm_freedreno1 -p /sbin/ldconfig
%postun -n libdrm_freedreno1 -p /sbin/ldconfig
%post -n libdrm_exynos1 -p /sbin/ldconfig
%postun -n libdrm_exynos1 -p /sbin/ldconfig
%endif
%files tools
@ -251,7 +238,6 @@ rm -f "%buildroot/%_libdir"/*.la
%ifarch %arm
%_includedir/omap
%_includedir/freedreno
%_includedir/exynos
%endif
%_includedir/xf86drm.h
%_includedir/xf86drmMode.h
@ -296,10 +282,6 @@ rm -f "%buildroot/%_libdir"/*.la
%files -n libdrm_freedreno1
%defattr(-,root,root)
%_libdir/libdrm_freedreno.so.1*
%files -n libdrm_exynos1
%defattr(-,root,root)
%_libdir/libdrm_exynos.so.1*
%endif
%changelog