ae1868
%global codate 20161227
ae1868
ae1868
Name:           gl-manpages
ae1868
Version:        1.1
ae1868
Release:        15.%{codate}%{?dist}
ae1868
Summary:        OpenGL manpages
ae1868
ae1868
License:        MIT and Open Publication
ae1868
URL:            http://www.opengl.org/wiki/Getting_started/XML_Toolchain_and_Man_Pages
ae1868
# see Source1
ae1868
Source0:        gl-manpages-%{version}-%{codate}.tar.xz
ae1868
Source1:        make-gl-man-snapshot.sh
ae1868
# FIXME: Bundle mathml and the Oasis dbmathl until they are packaged
ae1868
Source2:        http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd
ae1868
Source3:        http://www.w3.org/Math/DTD/mathml2.tgz
ae1868
# FIXME  These are the old gl-manpages source which 
ae1868
# still have some manpages that khronos doesn't. 
ae1868
# Ship until somebody in the know helps figuring whats what.
ae1868
# When matching install the kronos version.
ae1868
Source4:        gl-manpages-1.0.1.tar.bz2
ae1868
#Silence author/version/manual etc. warnings
ae1868
Source5:        metainfo.xsl
ae1868
ae1868
BuildArch:      noarch
ae1868
ae1868
BuildRequires:  libxslt docbook-style-xsl docbook5-style-xsl
ae1868
ae1868
%description
ae1868
OpenGL manpages
ae1868
ae1868
%prep
ae1868
%setup -q -n %{name}-%{version}-%{codate}
ae1868
tar xzf %{SOURCE3}
ae1868
cp -av %{SOURCE2} mathml2/
ae1868
tar xjf %{SOURCE4}
ae1868
ae1868
ae1868
%build
ae1868
# FIXME Figure out what to do about the GLSL builtin functions
ae1868
export BD=`pwd`
ae1868
xmlcatalog --create --noout \
ae1868
	--add public "-//W3C//DTD MathML 2.0//EN" "file://$BD/mathml2/mathml2.dtd" \
ae1868
	--add system "http://www.w3.org/TR/MathML2/dtd/mathml2.dtd" "file://$BD/mathml2/mathml2.dtd" \
ae1868
	--add public "-//OASIS//DTD DocBook MathML Module V1.1b1//EN" "file://$BD/mathml2/dbmathml.dtd" \
ae1868
	--add system "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd" "file://$BD/mathml2/dbmathml.dtd" \
ae1868
	mathml2.cat
ae1868
export XML_CATALOG_FILES="$BD/mathml2.cat /etc/xml/catalog"
ae1868
for MAN in man3 man2 ; do
ae1868
	pushd $MAN
ae1868
	for MANP in gl*.xml ; do
ae1868
		xsltproc --nonet %{SOURCE5} $MANP | xsltproc --nonet /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl -
ae1868
	done
ae1868
	popd
ae1868
done
ae1868
pushd man4
ae1868
for MANP in gl*.xml ; do
ae1868
	xsltproc --xinclude --nonet %{SOURCE5} $MANP | xsltproc --xinclude --nonet /usr/share/sgml/docbook/xsl-ns-stylesheets/manpages/docbook.xsl -
ae1868
done
ae1868
popd
ae1868
ae1868
ae1868
%install
ae1868
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3/
ae1868
cp -n {man4,man3,man2}/*.3G $RPM_BUILD_ROOT%{_mandir}/man3/
ae1868
# install the old manpages source with 3gl -> 3G
ae1868
# when matchin don't clobber the khronos version
ae1868
for MANP in `find gl-manpages-1.0.1 -name *.3gl` ; do
ae1868
	FN=${MANP//*\//}
ae1868
	cp -a -n $MANP $RPM_BUILD_ROOT%{_mandir}/man3/${FN/.3gl/.3G}
ae1868
done
ae1868
find $RPM_BUILD_ROOT%{_mandir}/man3/ -type f -size -100b | xargs sed -i -e 's/\.3gl/\.3G/' -e 's,^\.so man3G/,.so man3/,'
ae1868
ae1868
ae1868
%files
ae1868
%{_mandir}/man3/*
ae1868
ae1868
ae1868
%changelog
ae1868
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-15.20161227
ae1868
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ae1868
ae1868
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-14.20161227
ae1868
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ae1868
ae1868
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-13.20161227
ae1868
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ae1868
ae1868
* Wed Dec 28 2016 Yanko Kaneti <yaneti@declera.com> - 1.1-12.20161227
ae1868
- Use docbook5-style-xsl for building the GL4 manpages
ae1868
ae1868
* Tue Dec 27 2016 Yanko Kaneti <yaneti@declera.com> - 1.1-11.20161227
ae1868
- New upstream snapshot.
ae1868
ae1868
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-11.20140424
ae1868
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ae1868
ae1868
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-10.20140424
ae1868
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ae1868
ae1868
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-9.20140424
ae1868
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ae1868
ae1868
* Thu Apr 24 2014 Yanko Kaneti <yaneti@declera.com> - 1.1-8.%{codate}
ae1868
- New upstream snapshot
ae1868
- GLSL folded into man4.
ae1868
- tarball tweaks
ae1868
ae1868
* Tue Nov  5 2013 Yanko Kaneti <yaneti@declera.com> - 1.1-7.%{codate}
ae1868
- New upstream snapshot.
ae1868
ae1868
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7.20130122
ae1868
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ae1868
ae1868
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6.20130122
ae1868
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ae1868
ae1868
* Tue Jan 22 2013 Yanko Kaneti <yaneti@declera.com> - 1.1-5.%{codate}
ae1868
- Newer upstream snapshot. Minor upstream rearrangement.
ae1868
- Remove checkout script from sources and add to git.
ae1868
- Try to actually use the bundled mathml2. Fix warnings.
ae1868
ae1868
* Wed Jan 16 2013 Yanko Kaneti <yaneti@declera.com> - 1.1-4.%{codate}
ae1868
- Fix symlinked man references some more (#895986) 
ae1868
ae1868
* Mon Oct 15 2012 Yanko Kaneti <yaneti@declera.com> - 1.1-3.%{codate}
ae1868
- Fix symlinked man variants. 
ae1868
- Preserve timestamps on the older gl-manpages.
ae1868
ae1868
* Tue Oct  9 2012 Yanko Kaneti <yaneti@declera.com> - 1.1-2.%{codate}
ae1868
- Re-add the older gl-manpages for those not present in khronos
ae1868
ae1868
* Tue Oct  9 2012 Yanko Kaneti <yaneti@declera.com> - 1.1-1.%{codate}
ae1868
- Try building from source
ae1868
ae1868
* Wed Sep  5 2012 Yanko Kaneti <yaneti@declera.com> - 1.0.1-1
ae1868
- Initial split from mesa