Name: glamor-egl Version: 0.6.0 Release: 2mamba Summary: An open-source 2D graphics common driver for the X Window System as implemented by X.org Group: System/X11 Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.freedesktop.org/wiki/Software/Glamor/ Source: http://cgit.freedesktop.org/xorg/driver/glamor/snapshot/glamor-egl-%{version}.tar.gz Patch0: glamor-egl-0.6.0-xorg-server-1.12.4.patch License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libGL-devel BuildRequires: libgbm-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The glamor module is an open-source 2D graphics common driver for the X Window System as implemented by X.org. It supports a variety of graphics chipsets which have OpenGL/EGL/GBM supports. %package -n lib%{name} Group: System/Libraries Summary: An open-source 2D graphics common driver for the X Window System as implemented by X.org %description -n lib%{name} The glamor module is an open-source 2D graphics common driver for the X Window System as implemented by X.org. It supports a variety of graphics chipsets which have OpenGL/EGL/GBM supports. %package -n lib%{name}-devel Group: Development/Libraries Summary: Development files for %{name} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: pkg-config %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. %debug_package %prep %setup -q %patch0 -p1 %build ./autogen.sh %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -n lib%{name} -p /sbin/ldconfig %postun -n lib%{name} -p /sbin/ldconfig %files -n lib%{name} %defattr(-,root,root) %{_libdir}/xorg/modules/libglamoregl.la %{_libdir}/xorg/modules/libglamoregl.so %{_datadir}/X11/xorg.conf.d/glamor.conf %{_libdir}/libglamor.so.* %doc COPYING %files -n lib%{name}-devel %defattr(-,root,root) %{_includedir}/xorg/glamor.h %{_libdir}/libglamor.la %{_libdir}/libglamor.so %{_libdir}/pkgconfig/glamor-egl.pc %{_libdir}/pkgconfig/glamor.pc %doc README %changelog * Sun Jun 26 2016 Silvan Calarco 0.6.0-2mamba - rebuilt * Sun Feb 23 2014 Silvan Calarco 0.6.0-1mamba - package created using the webbuild interface