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
|
||||
Version: 0.9.9.8
|
||||
Version: 1.0.0
|
||||
Release: 1mamba
|
||||
Summary: A header only C++ mathematics library for graphics software based on the OpenGL Shading Language
|
||||
Group: Development/Libraries
|
||||
@ -8,12 +8,10 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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/%{version}/glm-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
@ -58,6 +56,7 @@ cp -a glm %{buildroot}%{_includedir}
|
||||
%dir %{_includedir}/glm
|
||||
%{_includedir}/glm/CMakeLists.txt
|
||||
%{_includedir}/glm/*.hpp
|
||||
%{_includedir}/glm/*.cppm
|
||||
%dir %{_includedir}/glm/detail
|
||||
%{_includedir}/glm/detail/*
|
||||
%dir %{_includedir}/glm/ext
|
||||
@ -68,11 +67,11 @@ cp -a glm %{buildroot}%{_includedir}
|
||||
%{_includedir}/glm/gtx/*
|
||||
%dir %{_includedir}/glm/simd
|
||||
%{_includedir}/glm/simd/*.h
|
||||
#%dir %{_libdir}/cmake/glm
|
||||
#%{_libdir}/cmake/glm/glm*.cmake
|
||||
#%{_libdir}/pkgconfig/glm.pc
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user