update to 0.9.7.1 [release 0.9.7.1-1mamba;Sat Oct 10 2015]
This commit is contained in:
parent
e09a9f79e5
commit
f52d3410cb
20
glm.spec
20
glm.spec
@ -1,5 +1,5 @@
|
|||||||
Name: glm
|
Name: glm
|
||||||
Version: 0.9.6.3
|
Version: 0.9.7.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A header only C++ mathematics library for graphics software based on the OpenGL Shading Language
|
Summary: A header only C++ mathematics library for graphics software based on the OpenGL Shading Language
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://glm.g-truc.net/
|
URL: http://glm.g-truc.net/
|
||||||
Source: https://downloads.sourceforge.net/project/ogl-math/glm-%{version}/glm-%{version}.zip
|
Source: https://github.com/g-truc/glm.git/%{version}/glm-%{version}.tar.bz2
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -31,10 +31,16 @@ This project isn't limited to GLSL features. An extension system provides extend
|
|||||||
GLM ensures interoperability with third party libraries, SDKs and OpenGL; replacing advantageously the deprecated matrix functions. It is a good candidate for software rendering (Raytracing / Rasterisation), image processing, physic simulations and any context that requires a simple and convenient mathematics library.
|
GLM ensures interoperability with third party libraries, SDKs and OpenGL; replacing advantageously the deprecated matrix functions. It is a good candidate for software rendering (Raytracing / Rasterisation), image processing, physic simulations and any context that requires a simple and convenient mathematics library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
# % cmake macro has problems
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake .. \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||||
|
-DINCLUDE_INSTALL_DIR=%{_includedir}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -56,9 +62,13 @@ GLM ensures interoperability with third party libraries, SDKs and OpenGL; replac
|
|||||||
%{_includedir}/glm/gtc/*
|
%{_includedir}/glm/gtc/*
|
||||||
%dir %{_includedir}/glm/gtx
|
%dir %{_includedir}/glm/gtx
|
||||||
%{_includedir}/glm/gtx/*
|
%{_includedir}/glm/gtx/*
|
||||||
%{_libdir}/cmake/FindGLM.cmake
|
%dir %{_libdir}/cmake/glm
|
||||||
|
%{_libdir}/cmake/glm/glm*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 10 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.7.1-1mamba
|
||||||
|
- update to 0.9.7.1
|
||||||
|
|
||||||
* Tue May 19 2015 Automatic Build System <autodist@mambasoft.it> 0.9.6.3-1mamba
|
* Tue May 19 2015 Automatic Build System <autodist@mambasoft.it> 0.9.6.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user