automatic version update by autodist [release 1.0.0-1mamba;Fri Jan 26 2024]
This commit is contained in:
parent
325ba57d6a
commit
7112d6cb67
11
glm.spec
11
glm.spec
@ -1,5 +1,5 @@
|
|||||||
Name: glm
|
Name: glm
|
||||||
Version: 0.9.9.8
|
Version: 1.0.0
|
||||||
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
|
||||||
@ -8,12 +8,10 @@ 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/master/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
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification and released under the MIT license.
|
OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification and released under the MIT license.
|
||||||
@ -58,6 +56,7 @@ cp -a glm %{buildroot}%{_includedir}
|
|||||||
%dir %{_includedir}/glm
|
%dir %{_includedir}/glm
|
||||||
%{_includedir}/glm/CMakeLists.txt
|
%{_includedir}/glm/CMakeLists.txt
|
||||||
%{_includedir}/glm/*.hpp
|
%{_includedir}/glm/*.hpp
|
||||||
|
%{_includedir}/glm/*.cppm
|
||||||
%dir %{_includedir}/glm/detail
|
%dir %{_includedir}/glm/detail
|
||||||
%{_includedir}/glm/detail/*
|
%{_includedir}/glm/detail/*
|
||||||
%dir %{_includedir}/glm/ext
|
%dir %{_includedir}/glm/ext
|
||||||
@ -68,11 +67,11 @@ cp -a glm %{buildroot}%{_includedir}
|
|||||||
%{_includedir}/glm/gtx/*
|
%{_includedir}/glm/gtx/*
|
||||||
%dir %{_includedir}/glm/simd
|
%dir %{_includedir}/glm/simd
|
||||||
%{_includedir}/glm/simd/*.h
|
%{_includedir}/glm/simd/*.h
|
||||||
#%dir %{_libdir}/cmake/glm
|
|
||||||
#%{_libdir}/cmake/glm/glm*.cmake
|
|
||||||
#%{_libdir}/pkgconfig/glm.pc
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 26 2024 Automatic Build System <autodist@openmamba.org> 1.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Apr 14 2020 Automatic Build System <autodist@mambasoft.it> 0.9.9.8-1mamba
|
* Tue Apr 14 2020 Automatic Build System <autodist@mambasoft.it> 0.9.9.8-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user