del rpmautospec to fix eur build error and modify doc to help

(cherry picked from commit 756f46f889a419890730949d073473deb108d5c1)
This commit is contained in:
Darssin 2023-09-14 11:03:50 +08:00 committed by openeuler-sync-bot
parent cdf85bdd49
commit cee006be49

View File

@ -1,6 +1,3 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.0)
%global commit 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55
# We choose not to package the “stb_include” library (stb_include.h) because,
@ -26,7 +23,7 @@ Name: stb
# https://github.com/nothings/stb/issues/1101
%global snapinfo .20220908git8b5f1f3
Version: 0%{snapinfo}
Release: 0.4
Release: 0.5
Summary: Single-file public domain libraries for C/C++
# See LICENSE.
@ -571,14 +568,7 @@ bytes per quad. There are designs to allow much more compact formats with a
slight reduction in shader features, but no roadmap for actually implementing
them.
%package doc
Summary: Documentation for stb
BuildArch: noarch
%description doc
Documentation for stb.
%package_help
%prep
%autosetup -n stb-%{commit} -p1
@ -700,7 +690,7 @@ EOF
# Empty metapackage
%files doc
%files help
%license LICENSE
%doc docs
%doc README.md
@ -878,6 +868,9 @@ EOF
%changelog
* Thu Sep 14 2023 Darssin <2020303249@mail.nwpu.edu.cn> - 0.20220908git8b5f1f3-0.5
- del rpmautospec to fix eur build error and modify doc to help
* Mon Dec 5 2022 peijiankang <peijiankang@kylinos.cn> - 0.20220908git8b5f1f3-0.4
- Init package for openEuler