- New upstream snapshot
- GLSL folded into man4. - tarball tweaks
This commit is contained in:
parent
0ed4ace3c3
commit
d395dfcd47
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/dbmathml.dtd
|
/dbmathml.dtd
|
||||||
/gl-manpages-1.1-20130122.tar.xz
|
/gl-manpages-1.1-20130122.tar.xz
|
||||||
/gl-manpages-1.1-20131105.tar.xz
|
/gl-manpages-1.1-20131105.tar.xz
|
||||||
|
/gl-manpages-1.1-20140424.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global codate 20131105
|
%global codate 20140424
|
||||||
|
|
||||||
Name: gl-manpages
|
Name: gl-manpages
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 7.%{codate}%{?dist}
|
Release: 8.%{codate}%{?dist}
|
||||||
Summary: OpenGL manpages
|
Summary: OpenGL manpages
|
||||||
|
|
||||||
License: MIT and Open Publication
|
License: MIT and Open Publication
|
||||||
@ -36,7 +36,7 @@ tar xjf %{SOURCE4}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME Figure out how to build the GLSL manpages
|
# FIXME Figure out what to do about the GLSL builtin functions
|
||||||
export BD=`pwd`
|
export BD=`pwd`
|
||||||
xmlcatalog --create --noout \
|
xmlcatalog --create --noout \
|
||||||
--add public "-//W3C//DTD MathML 2.0//EN" "file://$BD/mathml2/mathml2.dtd" \
|
--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
|
%changelog
|
||||||
|
* Thu Apr 24 2014 Yanko Kaneti <yaneti@declera.com> - 1.1-8.%{codate}
|
||||||
|
- New upstream snapshot
|
||||||
|
- GLSL folded into man4.
|
||||||
|
- tarball tweaks
|
||||||
|
|
||||||
* Tue Nov 5 2013 Yanko Kaneti <yaneti@declera.com> - 1.1-7.%{codate}
|
* Tue Nov 5 2013 Yanko Kaneti <yaneti@declera.com> - 1.1-7.%{codate}
|
||||||
- New upstream snapshot.
|
- New upstream snapshot.
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
TODAY=`date +%Y%m%d`
|
TODAY=`date +%Y%m%d`
|
||||||
DIR=gl-manpages-1.1-$TODAY
|
DIR=gl-manpages-1.1-$TODAY
|
||||||
mkdir -p $DIR
|
mkdir -p $DIR
|
||||||
for MAN in man4 man3 man2 manglsl ; do
|
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
|
svn co --username anonymous --password anonymous https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/docs/$MAN/ $DIR/$MAN --depth immediates
|
||||||
done
|
done
|
||||||
find $DIR -name .svn | xargs rm -rf
|
find $DIR -name .svn | xargs rm -rf
|
||||||
tar cJf $DIR.tar.xz $DIR
|
tar cJf $DIR.tar.xz $DIR
|
||||||
|
5
sources
5
sources
@ -1,4 +1 @@
|
|||||||
d5e8926fa467c9e1bad59de24206bcbe mathml2.tgz
|
08d75ee22f2107e955bb981c8f934087 gl-manpages-1.1-20140424.tar.xz
|
||||||
bbf92a1d88ce217d736c222470d6811c dbmathml.dtd
|
|
||||||
6ae05158e678f4594343f32c2ca50515 gl-manpages-1.0.1.tar.bz2
|
|
||||||
f39eb9e30b105093d00b410014af632c gl-manpages-1.1-20131105.tar.xz
|
|
||||||
|
Loading…
Reference in New Issue
Block a user