Blame SPECS/nodejs-inflight.spec

7d7972
%{?scl:%scl_package nodejs-inflight}
7d7972
%{!?scl:%global pkg_name %{name}}
7d7972
%nodejs_find_provides_and_requires
7d7972
7d7972
Name:           %{?scl_prefix}nodejs-inflight
7d7972
Version:        1.0.4
7d7972
Release:        2%{?dist}
7d7972
Summary:        Node.js inflight
7d7972
License:        ISC
7d7972
Group:          Development/Languages/Other
7d7972
Url:            https://github.com/isaacs/inflight
7d7972
Source:         http://registry.npmjs.org/inflight/-/inflight-%{version}.tgz
7d7972
BuildRequires:  nodejs010
7d7972
BuildRoot:      %{_tmppath}/%{pkg_name}-%{version}-build
7d7972
BuildArch:      noarch
7d7972
ExclusiveArch:  %{ix86} x86_64 %{arm} noarch
7d7972
7d7972
7d7972
%description
7d7972
Add callbacks to requests in flight to avoid async duplication 
7d7972
7d7972
%prep
7d7972
%setup -q -n package
7d7972
7d7972
%build
7d7972
7d7972
%install
7d7972
mkdir -p %{buildroot}%{nodejs_sitelib}/inflight
7d7972
cp -pr package.json inflight.js \
7d7972
        %{buildroot}%{nodejs_sitelib}/inflight/
7d7972
7d7972
%nodejs_symlink_deps
7d7972
7d7972
%files
7d7972
%defattr(-,root,root,-)
7d7972
%doc README.md LICENSE
7d7972
%{nodejs_sitelib}/inflight
7d7972
7d7972
%changelog
7d7972
* Tue Jan 13 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.4-2
7d7972
- Remove undefined macro
7d7972
7d7972
* Mon Jan 12 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.4-1
7d7972
- Initial build
7d7972