- 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
|
||||
/gl-manpages-1.1-20130122.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
|
||||
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 <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}
|
||||
- New upstream snapshot.
|
||||
|
||||
|
@ -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
|
||||
|
5
sources
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user