Compare commits

..

No commits in common. "be34aadffd00845bd7a51d4d0216c31260d8ac2c" and "9e313a29ec1f00aa4538465bdf3fcb40b060ed48" have entirely different histories.

2 changed files with 5 additions and 13 deletions

View File

@ -1,9 +1,9 @@
Name: gl-manpages
Version: 1.1
Release: 18
Release: 17
Summary: OpenGL manpages
License: MIT and OPUBL-1.0
License: MIT and Open Publication
URL: http://www.opengl.org/wiki/Getting_started/XML_Toolchain_and_Man_Pages
Source0: %{name}-%{version}-20161227.tar.xz
Source1: make-gl-man-snapshot.sh
@ -47,11 +47,11 @@ for MANP in gl*.xml ; do
done
%install
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3/
cp --update=none {man4,man3,man2}/*.3G $RPM_BUILD_ROOT%{_mandir}/man3/
install -d $RPM_BUILD_ROOT%{_mandir}/man3/
cp -n {man4,man3,man2}/*.3G $RPM_BUILD_ROOT%{_mandir}/man3/
for MANP in `find gl-manpages-1.0.1 -name *.3gl` ; do
FN=${MANP//*\//}
cp -a --update=none $MANP $RPM_BUILD_ROOT%{_mandir}/man3/${FN/.3gl/.3G}
cp -a -n $MANP $RPM_BUILD_ROOT%{_mandir}/man3/${FN/.3gl/.3G}
done
find $RPM_BUILD_ROOT%{_mandir}/man3/ -type f -size -100b | xargs sed -i -e 's/\.3gl/\.3G/' -e 's,^\.so man3G/,.so man3/,'
@ -59,8 +59,5 @@ find $RPM_BUILD_ROOT%{_mandir}/man3/ -type f -size -100b | xargs sed -i -e 's/\.
%{_mandir}/man3/*
%changelog
* Tue Jul 18 2023 chenchen <chen_aka_jan@163.com> - 1.1-18
- modify cp arguments due to coreutils upgrade
* Sat Nov 30 2019 Alex Chao <zhaolei746@huawei.com> - 1.1-17
- Package init

View File

@ -1,5 +0,0 @@
git_url: https://github.com/KhronosGroup/OpenGL-Refpages
version_control: github
src_repo: KhronosGroup/OpenGL-Refpages
tag_prefix: "^"
sepreator: ""