diff --git a/.gitignore b/.gitignore index 20cf0fb..1dcf47c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /dbmathml.dtd /gl-manpages-1.1-20130122.tar.xz /gl-manpages-1.1-20131105.tar.xz +/gl-manpages-1.1-20140424.tar.xz diff --git a/gl-manpages.spec b/gl-manpages.spec index 481dd9a..e44df07 100644 --- a/gl-manpages.spec +++ b/gl-manpages.spec @@ -1,8 +1,8 @@ -%global codate 20131105 +%global codate 20140424 Name: gl-manpages Version: 1.1 -Release: 7.%{codate}%{?dist} +Release: 8.%{codate}%{?dist} Summary: OpenGL manpages License: MIT and Open Publication @@ -36,7 +36,7 @@ tar xjf %{SOURCE4} %build -# FIXME Figure out how to build the GLSL manpages +# FIXME Figure out what to do about the GLSL builtin functions export BD=`pwd` xmlcatalog --create --noout \ --add public "-//W3C//DTD MathML 2.0//EN" "file://$BD/mathml2/mathml2.dtd" \ @@ -71,6 +71,11 @@ find $RPM_BUILD_ROOT%{_mandir}/man3/ -type f -size -100b | xargs sed -i -e 's/\. %changelog +* Thu Apr 24 2014 Yanko Kaneti - 1.1-8.%{codate} +- New upstream snapshot +- GLSL folded into man4. +- tarball tweaks + * Tue Nov 5 2013 Yanko Kaneti - 1.1-7.%{codate} - New upstream snapshot. diff --git a/make-gl-man-snapshot.sh b/make-gl-man-snapshot.sh index 9bb13f5..c66ea96 100644 --- a/make-gl-man-snapshot.sh +++ b/make-gl-man-snapshot.sh @@ -2,8 +2,8 @@ TODAY=`date +%Y%m%d` DIR=gl-manpages-1.1-$TODAY mkdir -p $DIR -for MAN in man4 man3 man2 manglsl ; do - svn co --username anonymous --password anonymous https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/docs/$MAN/ $DIR/$MAN +for MAN in man4 man3 man2 ; do + svn co --username anonymous --password anonymous https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/docs/$MAN/ $DIR/$MAN --depth immediates done find $DIR -name .svn | xargs rm -rf tar cJf $DIR.tar.xz $DIR diff --git a/sources b/sources index 6644d2a..f91fe15 100644 --- a/sources +++ b/sources @@ -1,4 +1 @@ -d5e8926fa467c9e1bad59de24206bcbe mathml2.tgz -bbf92a1d88ce217d736c222470d6811c dbmathml.dtd -6ae05158e678f4594343f32c2ca50515 gl-manpages-1.0.1.tar.bz2 -f39eb9e30b105093d00b410014af632c gl-manpages-1.1-20131105.tar.xz +08d75ee22f2107e955bb981c8f934087 gl-manpages-1.1-20140424.tar.xz