diff --git a/stb.spec b/stb.spec index 67d1dd846ac689f9dae8287e318c3470e0b0a311..058e7c1d486d4b08dfb8137712a6113f57cae7ab 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