From 75bc5ac50e20838126ac0740da2414b79c088954 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Apr 20 2015 14:21:56 +0000 Subject: make -devel subpackage noarch --- diff --git a/glm.spec b/glm.spec index 182bce5..da4ca00 100644 --- a/glm.spec +++ b/glm.spec @@ -3,7 +3,7 @@ Name: glm Version: 0.9.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ mathematics library for graphics programming License: MIT @@ -25,6 +25,7 @@ types of the OpenGL shading language. %package devel Group: Development/Libraries Summary: C++ mathematics library for graphics programming +BuildArch: noarch # As required in # https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries_2 @@ -114,6 +115,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/cmake/FindGLM.cmake %doc doc/api/ %changelog +* Mon Apr 20 2015 David Tardon - 0.9.6.1-3 +- make -devel noarch + * Wed Jan 28 2015 Dan HorĂ¡k - 0.9.6.1-2 - fix build on big endian arches, patch by Jakub Cajka from #1185298