|
|
|
@ -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 <dtardon@redhat.com> - 0.9.6.1-3
|
|
|
|
|
- make -devel noarch
|
|
|
|
|
|
|
|
|
|
* Wed Jan 28 2015 Dan Horák <dan[at]danny.cz> - 0.9.6.1-2
|
|
|
|
|
- fix build on big endian arches, patch by Jakub Cajka from #1185298
|
|
|
|
|
|
|
|
|
|