Name: js-respond Version: 1.4.2 Release: 1%{?dist} Summary: A fast & lightweight polyfill for min/max-width CSS3 Media Queries License: MIT URL: https://github.com/scottjehl/Respond Source0: https://github.com/scottjehl/Respond/archive/%{version}/respond-%{version}.tar.gz BuildArch: noarch BuildRequires: web-assets-devel BuildRequires: nodejs-packaging BuildRequires: npm(grunt) >= 0.4.0 BuildRequires: npm(grunt-cli) >= 0.1 # Review request : https://bugzilla.redhat.com/show_bug.cgi?id=1364643 #BuildRequires: npm(grunt-contrib-jshint) >= 0.2.0 # Not packaged yet... #BuildRequires: npm(grunt-contrib-qunit) >= 0.3.0 BuildRequires: npm(grunt-contrib-uglify) >= 0.2.7 Requires: web-assets-filesystem %description The goal of this script is to provide a fast and lightweight (3kb minified / 1kb gzipped) script to enable responsive web designs in browsers that don't support CSS3 Media Queries - in particular, Internet Explorer 8 and under. It's written in such a way that it will probably patch support for other non-supporting browsers as well. %prep %setup -q -n Respond-%{version} rm -f dest/* %build %nodejs_symlink_deps --build grunt uglify # default is an alias for "jshint", "uglify" tasks. %install mkdir -p %{buildroot}%{_jsdir}/ cp -p dest/* %{buildroot}%{_jsdir}/ %files %license LICENSE-MIT %doc README.md %{_jsdir}/respond*.js %changelog * Wed Dec 13 2017 Xavier Bachelot - 1.4.2-1 - Initial package.