@@ -7,15 +7,15 @@ Distribution: Azure Linux
77
88Name: gl-manpages
99Version: 1.1
10- Release: 21 %{?dist }
10+ Release: 22 %{?dist }
1111Summary: OpenGL manpages
1212
1313License: MIT and Open Publication
1414URL: https://github.com/KhronosGroup/OpenGL-Refpages
1515Source0: https://github.com/KhronosGroup/OpenGL-Refpages/archive/%{commit }/%{name }-%{shortcommit }.tar.gz
1616# FIXME: Bundle mathml and the Oasis dbmathl until they are packaged
17- Source2: http ://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd
18- Source3: http ://www.w3.org/Math/DTD/mathml2.tgz
17+ Source2: https ://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd
18+ Source3: https ://www.w3.org/Math/DTD/mathml2.tgz
1919# FIXME These are the old gl-manpages source which
2020# still have some manpages that khronos doesn't.
2121# Ship until somebody in the know helps figuring whats what.
@@ -62,7 +62,7 @@ cp -n gl4/*.3G $RPM_BUILD_ROOT%{_mandir}/man3/
6262# when matchin don't clobber the khronos version
6363for MANP in ` find gl-manpages-1.0.1 -name * .3gl` ; do
6464 FN=${MANP//* \/ / }
65- cp -a -n $MANP $RPM_BUILD_ROOT %{_mandir}/man3/${FN/ .3gl/ .3G}
65+ cp -a $MANP $RPM_BUILD_ROOT %{_mandir}/man3/${FN/ .3gl/ .3G}
6666done
6767find $RPM_BUILD_ROOT %{_mandir }/man3/ -type f -size -100b | xargs sed -i -e ' s/\.3gl/\.3G/' -e ' s,^\.so man3G/,.so man3/,'
6868
@@ -72,6 +72,10 @@ find $RPM_BUILD_ROOT%{_mandir}/man3/ -type f -size -100b | xargs sed -i -e 's/\.
7272
7373
7474%changelog
75+ *
Wed Mar 26 2025 Durga Jagadeesh Palli <[email protected] > -
1.1-22 76+ - Build error fix
77+ - License verified
78+
7579*
Thu Oct 14 2021 Pawel Winogrodzki <[email protected] > -
1.1-21 7680- Initial CBL-Mariner import from Fedora 32 (license: MIT).
7781- Converting the 'Release' tag to the '[number].[distribution]' format.
0 commit comments