File gulp-uglify.spec of Package gulp-uglify
#
# spec file for package gulp-uglify
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gulp-uglify
Version: 1.5.2
Release: 0
Summary: Minify files with UglifyJS
License: MIT and ISC and BSD-3-Clause and MIT/X11 and BSD-2-Clause
Group: Development/Languages/NodeJS
Url: https://github.com/terinjokes/gulp-uglify
Source0: %{name}.json
# DO NOT CHANGE MANUALLY START
# pasted from %{name}.source generated by nova
Source1: http://registry.npmjs.org/deap/-/deap-1.0.0.tgz
Source2: http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
Source3: http://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.4.tgz
Source4: http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
Source5: http://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
Source6: http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
Source7: http://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
Source8: http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz
Source9: http://registry.npmjs.org/time-stamp/-/time-stamp-1.0.0.tgz
Source10: http://registry.npmjs.org/fancy-log/-/fancy-log-1.2.0.tgz
Source11: http://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz
Source12: http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
Source13: http://registry.npmjs.org/isobject/-/isobject-2.0.0.tgz
Source14: http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
Source15: http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
Source16: http://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz
Source17: http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
Source18: http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
Source19: http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.5.tgz
Source20: http://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
Source21: http://registry.npmjs.org/through2/-/through2-2.0.1.tgz
Source22: http://registry.npmjs.org/async/-/async-0.2.10.tgz
Source23: http://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz
Source24: http://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz
Source25: http://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz
Source26: http://registry.npmjs.org/is-buffer/-/is-buffer-1.1.2.tgz
Source27: http://registry.npmjs.org/kind-of/-/kind-of-3.0.2.tgz
Source28: http://registry.npmjs.org/longest/-/longest-1.0.1.tgz
Source29: http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz
Source30: http://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz
Source31: http://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.3.tgz
Source32: http://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz
Source33: http://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz
Source34: http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz
Source35: http://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz
Source36: http://registry.npmjs.org/decamelize/-/decamelize-1.1.2.tgz
Source37: http://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz
Source38: http://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz
Source39: http://registry.npmjs.org/uglify-js/-/uglify-js-2.6.1.tgz
Source40: http://registry.npmjs.org/uglify-save-license/-/uglify-save-license-0.4.1.tgz
Source41: http://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz
Source42: http://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.5.2.tgz
# DO NOT CHANGE MANUALLY END
BuildRequires: fdupes
BuildRequires: nodejs-packaging
BuildRequires: npm(gulp-util) = 3.0.7
Requires: npm(gulp-util) = 3.0.7
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{nodejs_find_provides_and_requires}
%description
Minify files with UglifyJS
%prep
%nodejs_prep
%build
#nothing to do
%install
%nodejs_mkdir
%nodejs_copy
%nodejs_filelist
# make your changes here, suppose:
# %{buildroot}%{nodejs_sitelib}/%{name} exists
# you can copy, modify stuff, like:
# ln -sf %{nodejs_sitelib}/gulp/bin/gulp \
# %{buildroot}%{_bindir}/gulp
# but your changes won't be tracked by files.lst
# so write them manually
%fdupes %{buildroot}
%files -f %{_sourcedir}/files.lst
%defattr(-,root,root,-)
%changelog