Blame SPECS/nodejs-inflight.spec

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