Blob Blame History Raw


Name:          js-gl-matrix
Version:       2.3.2
Release:       5%{?dist}
Summary:       Javascript module designed to perform vector and matrix operations very fast
BuildArch:     noarch
License:       MIT
URL:           http://glmatrix.net/
Source0:       https://github.com/toji/gl-matrix/archive/v%{version}/gl-matrix-%{version}.tar.gz

BuildRequires: web-assets-devel

Requires:      web-assets-filesystem


%description
glMatrix is designed to perform vector and matrix operations stupidly fast!
By hand-tuning each function for maximum performance and encouraging
efficient usage patterns through API conventions, glMatrix will help you get
the most out of your browsers Javascript engine.

%prep
%setup -q -n gl-matrix-%{version}

%build

%install
%global installdir %{buildroot}%{_jsdir}/gl-matrix
mkdir -p %{installdir}/%{version}

cp -pr dist/* %{installdir}/%{version}

%files
%license LICENSE.md
%doc README.md VERSION
%{_jsdir}/gl-matrix


%changelog
* Tue Dec 27 2016 John Dulaney <jdulaney@fedoraproject.org> - 2.3.2-5
- Rebuild for F26

* Sun Jun 05 2016 John Dulaney <jdulaney@fedoraproject.org> - 2.3.2-4
- change install dir to gl-matrix

* Sat Jun 04 2016 John Dulaney <jdulaney@fedoraproject.org> - 2.3.2-3
- js-gl-matrix
- Add missing requires

* Fri May 27 2016 John Dulaney <jdulaney@fedoraproject.org> - 2.3.2-2
- cp -p -> cp -pr
- Better Summary
- Better Source0

* Wed May 25 2016 John Dulaney <jdulaney@fedoraproject.org> - 2.3.2-1
- Initial Packaging