Blame SPECS/nodejs-block-stream.spec

0b15df
%{?scl:%scl_package nodejs-block-stream}
0b15df
%{!?scl:%global pkg_name %{name}}
0b15df
%{?nodejs_find_provides_and_requires}
0b15df
0b15df
Name:       %{?scl_prefix}nodejs-block-stream
0b15df
Version:    0.0.8
0b15df
Release:    1%{?dist}
0b15df
Summary:    A stream of blocks
0b15df
License:    BSD
0b15df
URL:        https://github.com/isaacs/block-stream
0b15df
Source0:    http://registry.npmjs.org/block-stream/-/block-stream-%{version}.tgz
0b15df
BuildArch:  noarch
0b15df
ExclusiveArch: %{nodejs_arches} noarch
0b15df
0b15df
BuildRequires:  %{?scl_prefix}nodejs-devel
0b15df
0b15df
%description
0b15df
Write data into it, and it'll output data in buffer blocks the size you
0b15df
specify, padding with zeroes if necessary.
0b15df
0b15df
%prep
0b15df
%setup -q -n package
0b15df
0b15df
%build
0b15df
#nothing to do
0b15df
0b15df
%install
0b15df
mkdir -p %{buildroot}%{nodejs_sitelib}/block-stream
0b15df
cp -pr block-stream.js package.json %{buildroot}%{nodejs_sitelib}/block-stream
0b15df
0b15df
%nodejs_symlink_deps
0b15df
0b15df
# tests disabled until tap is packaged
0b15df
#%%check
0b15df
#%%tap test/
0b15df
0b15df
%files
0b15df
%{nodejs_sitelib}/block-stream
0b15df
%doc README.md LICENCE
0b15df
0b15df
%changelog
0b15df
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.0.8-1
0b15df
- Update
0b15df
0b15df
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.0.7-2
0b15df
- replace provides and requires with macro
0b15df
0b15df
0b15df
* Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.7-1
0b15df
- new upstream release 0.0.7
0b15df
0b15df
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.6-7
0b15df
- restrict to compatible arches
0b15df
0b15df
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.6-6
0b15df
- add macro for EPEL6 dependency generation
0b15df
0b15df
* Fri Apr 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.0.6-6
0b15df
- Add support for software collections
0b15df
0b15df
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.6-5
0b15df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0b15df
0b15df
* Thu Jan 17 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.6-4
0b15df
- correct Licensse tag
0b15df
- include LICENCE file
0b15df
- provide a better description
0b15df
0b15df
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.6-3
0b15df
- add missing build section
0b15df
0b15df
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.6-2
0b15df
- clean up for submission
0b15df
0b15df
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.6-1
0b15df
- new upstream release 0.0.6
0b15df
0b15df
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.5-2
0b15df
- guard Requires for F17 automatic depedency generation
0b15df
0b15df
* Sat Feb 25 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.5-1
0b15df
- new upstream release 0.0.5
0b15df
0b15df
* Fri Jan 21 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.4-1
0b15df
- initial package