update to 0.9.8.5.20180505git [release 0.9.8.5.20180505git-1mamba;Sat May 05 2018]
This commit is contained in:
parent
495290383f
commit
3c60f9088f
10
glm.spec
10
glm.spec
@ -1,5 +1,5 @@
|
|||||||
Name: glm
|
Name: glm
|
||||||
Version: 0.9.8.5
|
Version: 0.9.8.5.20180505git
|
||||||
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,8 @@ 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://github.com/g-truc/glm.git/%{version}/glm-%{version}.tar.bz2
|
Source: https://github.com/g-truc/glm.git/master/glm-%{version}.tar.bz2
|
||||||
|
#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
|
||||||
@ -58,6 +59,8 @@ cmake .. \
|
|||||||
%dir %{_includedir}/glm/detail
|
%dir %{_includedir}/glm/detail
|
||||||
%{_includedir}/glm/detail/*
|
%{_includedir}/glm/detail/*
|
||||||
%{_includedir}/glm/detail/dummy.cpp
|
%{_includedir}/glm/detail/dummy.cpp
|
||||||
|
%dir %{_includedir}/glm/ext
|
||||||
|
%{_includedir}/glm/ext/*
|
||||||
%dir %{_includedir}/glm/gtc
|
%dir %{_includedir}/glm/gtc
|
||||||
%{_includedir}/glm/gtc/*
|
%{_includedir}/glm/gtc/*
|
||||||
%dir %{_includedir}/glm/gtx
|
%dir %{_includedir}/glm/gtx
|
||||||
@ -69,6 +72,9 @@ cmake .. \
|
|||||||
%{_libdir}/pkgconfig/glm.pc
|
%{_libdir}/pkgconfig/glm.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 05 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.8.5.20180505git-1mamba
|
||||||
|
- update to 0.9.8.5.20180505git
|
||||||
|
|
||||||
* Wed Sep 06 2017 Automatic Build System <autodist@mambasoft.it> 0.9.8.5-1mamba
|
* Wed Sep 06 2017 Automatic Build System <autodist@mambasoft.it> 0.9.8.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user