Blob Blame History Raw
# This macro is needed at the start for building on EL6
%{?nodejs_find_provides_and_requires}

%global barename caniuse-db

Name:               nodejs-caniuse-db
Version:            1.0.30000093
Release:            1%{?dist}
Summary:            Raw browser/feature support data from caniuse.com

Group:              Development/Libraries
License:            CC-BY
URL:                https://www.npmjs.org/package/caniuse-db
Source0:            http://registry.npmjs.org/%{barename}/-/%{barename}-%{version}.tgz
BuildArch:          noarch

%if 0%{?fedora} >= 19
ExclusiveArch:      %{nodejs_arches} noarch
%else
ExclusiveArch:      %{ix86} x86_64 %{arm} noarch
%endif


BuildRequires:      nodejs-packaging >= 6

%description
This repo contains raw data from the caniuse.com support tables. It servers
two purposes:

%prep
%setup -q -n package

# Remove bundled node_modules if there are any..
rm -rf node_modules/

%nodejs_fixdep --caret

%build
%nodejs_symlink_deps --build

%install
mkdir -p %{buildroot}%{nodejs_sitelib}/caniuse-db
cp -pr package.json \
    %{buildroot}%{nodejs_sitelib}/caniuse-db

%nodejs_symlink_deps

%files
%doc README.md
%{nodejs_sitelib}/caniuse-db/

%changelog
* Tue Mar 17 2015 Ralph Bean <rbean@redhat.com> - 1.0.30000093-1
- new version

* Thu Mar 12 2015 Ralph Bean <rbean@redhat.com> - 1.0.30000090-1
- new version

* Fri Mar 06 2015 Ralph Bean <rbean@redhat.com> - 1.0.30000086-1
- new version

* Wed Feb 25 2015 Ralph Bean <rbean@redhat.com> - 1.0.30000081-1
- new version

* Sun Feb 22 2015 Ralph Bean <rbean@redhat.com> - 1.0.30000079-1
- new version

* Fri Feb 20 2015 Ralph Bean <rbean@redhat.com> - 1.0.30000078-1
- new version

* Fri Feb 20 2015 Ralph Bean <rbean@redhat.com> - 1.0.30000077-1
- new version

* Mon Jul 21 2014 Ralph Bean <rbean@redhat.com> - 1.0.20140717-1
- Latest upstream.
- Specify noarch.

* Tue Jul 08 2014 Ralph Bean <rbean@redhat.com> - 1.0.20140702-1
- Initial packaging for Fedora.