From 756f46f889a419890730949d073473deb108d5c1 Mon Sep 17 00:00:00 2001 From: Darssin <2020303249@mail.nwpu.edu.cn> Date: Thu, 14 Sep 2023 11:03:50 +0800 Subject: [PATCH] del rpmautospec to fix eur build error and modify doc to help --- stb.spec | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/stb.spec b/stb.spec index 67d1dd8..058e7c1 100644 --- a/stb.spec +++ b/stb.spec @@ -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 - 0.20220908git8b5f1f3-0.4 - Init package for openEuler -- Gitee