commit
a20b0a67de
BIN
combined-stream-1.0.5.tgz
Normal file
BIN
combined-stream-1.0.5.tgz
Normal file
Binary file not shown.
32
nodejs-combined-stream.spec
Normal file
32
nodejs-combined-stream.spec
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
%{?nodejs_find_provides_and_requires}
|
||||||
|
Name: nodejs-combined-stream
|
||||||
|
Version: 1.0.5
|
||||||
|
Release: 1
|
||||||
|
Summary: A stream that emits multiple other streams one after another
|
||||||
|
License: MIT
|
||||||
|
URL: https://github.com/felixge/node-combined-stream
|
||||||
|
Source0: https://registry.npmjs.org/combined-stream/-/combined-stream-%{version}.tgz
|
||||||
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
|
BuildRequires: nodejs-packaging
|
||||||
|
%description
|
||||||
|
A stream that emits multiple other streams one after another.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n package
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf %buildroot
|
||||||
|
mkdir -p %{buildroot}%{nodejs_sitelib}/combined-stream
|
||||||
|
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/combined-stream
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc Readme.md
|
||||||
|
%license License
|
||||||
|
%{nodejs_sitelib}/combined-stream
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Aug 17 2020 Anan Fu <fuanan3@huawei.com> - 1.0.5-1
|
||||||
|
- package init
|
||||||
80
nodejs-combined-stream.spec.old
Normal file
80
nodejs-combined-stream.spec.old
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
%{?nodejs_find_provides_and_requires}
|
||||||
|
|
||||||
|
Name: nodejs-combined-stream
|
||||||
|
Version: 1.0.5
|
||||||
|
Release: 7%{?dist}
|
||||||
|
Summary: A stream that emits multiple other streams one after another
|
||||||
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
URL: https://github.com/felixge/node-combined-stream
|
||||||
|
Source0: https://registry.npmjs.org/combined-stream/-/combined-stream-%{version}.tgz
|
||||||
|
|
||||||
|
BuildRequires: nodejs-packaging
|
||||||
|
|
||||||
|
%description
|
||||||
|
A stream that emits multiple other streams one after another.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n package
|
||||||
|
|
||||||
|
%build
|
||||||
|
#nothing to do
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf %buildroot
|
||||||
|
mkdir -p %{buildroot}%{nodejs_sitelib}/combined-stream
|
||||||
|
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/combined-stream
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc Readme.md
|
||||||
|
%license License
|
||||||
|
%{nodejs_sitelib}/combined-stream
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Oct 26 2015 Piotr Popieluch <piotr1212@gmail.com> - 1.0.5-1
|
||||||
|
- Update to new version
|
||||||
|
- Update package to new package guidelines
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.4-3
|
||||||
|
- restrict to compatible arches
|
||||||
|
|
||||||
|
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.4-2
|
||||||
|
- add macro for EPEL6 dependency generation
|
||||||
|
|
||||||
|
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.4-1
|
||||||
|
- new upstream release 0.0.4
|
||||||
|
|
||||||
|
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-2
|
||||||
|
- add missing build section
|
||||||
|
|
||||||
|
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-1
|
||||||
|
- initial package generated by npm2rpm
|
||||||
Loading…
x
Reference in New Issue
Block a user