From 1223ecb8e04581142e17afac9684cc3598b27240 Mon Sep 17 00:00:00 2001 From: yueyuankun Date: Tue, 4 Jun 2024 15:33:24 +0800 Subject: [PATCH] Cancel the noarch attribute of "glm-devel" package (cherry picked from commit 27ec78c775087ea54ac35ec9ca5ec8fe3017dc8a) --- glm.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/glm.spec b/glm.spec index e3e25b3..5e36c47 100644 --- a/glm.spec +++ b/glm.spec @@ -3,7 +3,7 @@ Name: glm Version: 0.9.9.8 -Release: 1 +Release: 2 Summary: C++ mathematics library for graphics programming License: MIT @@ -23,7 +23,6 @@ types of the OpenGL shading language. %package devel Summary: C++ mathematics library for graphics programming -BuildArch: noarch Provides: %{name}-static = %{version}-%{release} @@ -79,5 +78,8 @@ rmdir $RPM_BUILD_ROOT%{_libdir} %doc doc/manual.pdf %changelog +* Tue Jun 04 2024 - 0.9.9.8-2 +- Cancel the noarch attribute of "glm-devel" package + * Thu Apr 21 2022 - 0.9.9.8-1 -- Init package (Spec file by fedora team, patch by Max Ree & Krzysztof Kurek) \ No newline at end of file +- Init package (Spec file by fedora team, patch by Max Ree & Krzysztof Kurek) -- Gitee