Blame SPECS/nodejs-unc-path-regex.spec

524846
%{?scl:%scl_package nodejs-%{npm_name}}
524846
%{!?scl:%global pkg_name %{name}}
524846
%{?nodejs_find_provides_and_requires}
524846
524846
%global npm_name unc-path-regex
524846
524846
Summary:       Test if a file path is a windows UNC file path
524846
Name:          %{?scl_prefix}nodejs-%{npm_name}
524846
Version:       0.1.1
524846
Release:       3%{?dist}
524846
License:       MIT
524846
URL:           https://github.com/jonschlinkert/unc-path-regex
524846
Source0:       http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
524846
BuildRequires: nodejs010-runtime
524846
ExclusiveArch: %{nodejs_arches} noarch
524846
BuildArch:     noarch
524846
Provides:      %{?scl_prefix}nodejs-%{npm_name} = %{version}
524846
524846
%description
524846
Regular expression for testing if a file path is a 
524846
windows UNC file path. Can also be used as a component 
524846
of another regexp via the .source property.
524846
524846
%prep
524846
%setup -q -n package
524846
524846
%build
524846
524846
%install
524846
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
524846
cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}
524846
524846
%files
524846
%doc README.md LICENSE
524846
%{nodejs_sitelib}/%{npm_name}
524846
524846
%changelog
524846
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.1.1-3
524846
- rebuilt
524846
524846
* Tue Dec 01 2015 Tomas Hrcka <thrcka@redhat.com> - 0.1.1-2
524846
- Enable scl macros
524846
524846
* Tue Nov 17 2015 Troy Dawson <tdawson@redhat.com> - 0.1.1-1
524846
- Initial package