|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: glm
|
|
|
|
|
Version: 0.9.4.4
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.9.4.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: C++ mathematics library for graphics programming
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -54,7 +54,11 @@ a programming manual for the %{name}-devel package.
|
|
|
|
|
#
|
|
|
|
|
# When updating this package, take care to check if -c is
|
|
|
|
|
# needed for the particular version.
|
|
|
|
|
%setup -q
|
|
|
|
|
#
|
|
|
|
|
# Also it looks like some versions get shipped with a common
|
|
|
|
|
# directory in archive root, but with an unusual name for the
|
|
|
|
|
# directory. In this case, use the -n option of the setup macro.
|
|
|
|
|
%setup -q -n glm
|
|
|
|
|
|
|
|
|
|
# A couple of files had CRLF line-ends in them.
|
|
|
|
|
# Check with rpmlint after updating the package that we are not
|
|
|
|
@ -97,6 +101,10 @@ find $RPM_BUILD_ROOT -name CMakeLists.txt -exec rm -f {} ';'
|
|
|
|
|
%doc doc/api/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 20 2013 Joonas Sarajärvi <muep@iki.fi> - 0.9.4.5-1
|
|
|
|
|
- Update to upstream GLM version 0.9.4.5
|
|
|
|
|
- Bug fixes
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|