Blob Blame History Raw
Name:           gl-manpages
Version:        1.0.1
Release:        1%{?dist}
Summary:        OpenGL manpages

License:        MIT
URL:            http://www.opengl.org/wiki/Getting_started/XML_Toolchain_and_Man_Pages
# FIXME 
# Prebuild manpages that were previously bundled in mesa. Should be replaced
# a proper build from the khronos repos sources soon.
Source0:        gl-manpages-1.0.1.tar.bz2

BuildArch:      noarch


%description
OpenGL manpages

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}

%install
%make_install 


%files
%{_mandir}/man3/*


%changelog
* Wed Sep  5 2012 Yanko Kaneti <yaneti@declera.com> - 1.0.1-1
- Initial split from mesa