Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
be34aadffd
!9 modify cp arguments due to coreutils upgrade
From: @chen-jan 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-07-19 07:22:21 +00:00
chen-jan
c456dbba0b modify cp arguments due to coreutils upgrade 2023-07-18 20:21:54 +08:00
openeuler-ci-bot
e2d219ec1a !6 change wrong yaml
Merge pull request !6 from wang_yue111/master
2020-08-14 09:51:42 +08:00
wang_yue111
edd20368df change wrong yaml 2020-08-13 11:07:58 +08:00
openeuler-ci-bot
5e990e51fe !5 Add gl-manpages yaml file
Merge pull request !5 from 雷炬/master
2020-05-09 16:49:27 +08:00
lei_ju
09aa4ea159 Increase gl-manpages yaml 2020-05-08 19:48:13 +08:00
openeuler-ci-bot
0402fd2d5a !4 回退 'Pull Request !2 : modufy url'
Merge pull request !4 from 严志华/revert-merge-2-master
2020-01-02 14:24:22 +08:00
严志华
b61208f18b 回退 'Pull Request !2 : modufy url' 2020-01-02 14:20:34 +08:00
薄皮小笼包
b0b3ec4a6a !2 modufy url-likexin
Merge pull request !2 from 薄皮小笼包/master
2019-12-31 14:24:51 +08:00
lkx690
65056bc229 modify url 2019-12-30 15:58:08 +08:00
2 changed files with 13 additions and 5 deletions

View File

@ -1,9 +1,9 @@
Name: gl-manpages
Version: 1.1
Release: 17
Release: 18
Summary: OpenGL manpages
License: MIT and Open Publication
License: MIT and OPUBL-1.0
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
install -d $RPM_BUILD_ROOT%{_mandir}/man3/
cp -n {man4,man3,man2}/*.3G $RPM_BUILD_ROOT%{_mandir}/man3/
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3/
cp --update=none {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 -n $MANP $RPM_BUILD_ROOT%{_mandir}/man3/${FN/.3gl/.3G}
cp -a --update=none $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,5 +59,8 @@ 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

5
gl-manpages.yaml Normal file
View File

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