Blame SPECS/nodejs-jju.spec

56656d
%{?scl:%scl_package nodejs-jju}
56656d
%{!?scl:%global pkg_name %{name}}
56656d
56656d
# spec file for package nodejs-nodejs-jju
56656d
56656d
%global npm_name jju
56656d
%{?nodejs_find_provides_and_requires}
56656d
56656d
%global enable_tests 0
56656d
56656d
Name:		%{?scl_prefix}nodejs-jju
56656d
Version:	1.2.1
56656d
Release:	3%{?dist}
56656d
Summary:	a set of utilities to work with JSON / JSON5 documents
56656d
Url:		http://rlidwka.github.io/jju/
56656d
Source0:	https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
56656d
License:	{"type"=>"WTFPL", "url"=>"http://www.wtfpl.net/txt/copying/"}
56656d
56656d
BuildArch:	noarch
56656d
56656d
%if 0%{?fedora} >= 19
56656d
ExclusiveArch: %{nodejs_arches} noarch
56656d
%else
56656d
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
56656d
%endif
56656d
56656d
BuildRequires:  %{?scl_prefix}nodejs-devel
56656d
BuildRequires:  %{?scl_prefix}runtime
56656d
56656d
%if 0%{?enable_tests}
56656d
BuildRequires:	%{?scl_prefix}npm(eslint)
56656d
BuildRequires:	%{?scl_prefix}npm(js-yaml)
56656d
BuildRequires:	%{?scl_prefix}npm(mocha)
56656d
%endif
56656d
56656d
%description
56656d
a set of utilities to work with JSON / JSON5 documents
56656d
56656d
%prep
56656d
%setup -q -n package
56656d
56656d
rm -rf node_modules
56656d
56656d
%build
56656d
56656d
%install
56656d
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
56656d
56656d
cp -pr package.json *.js \
56656d
%{buildroot}%{nodejs_sitelib}/%{npm_name}
56656d
56656d
%{nodejs_symlink_deps}
56656d
56656d
%if 0%{?enable_tests}
56656d
56656d
%check
56656d
%{nodejs_symlink_deps} --check
56656d
56656d
%endif
56656d
56656d
%files
56656d
%{nodejs_sitelib}/jju
56656d
56656d
%doc README.md
56656d
56656d
%changelog
56656d
* Tue Feb 16 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.2.1-3
56656d
- Use macro in -runtime dependency
56656d
56656d
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.2.1-2
56656d
- Rebuilt with updated metapackage
56656d
56656d
* Tue Dec 01 2015 Tomas Hrcka <thrcka@redhat.com> - 1.2.1-1
56656d
- Initial build