From 57c69bfc8cfe44703a19202af3c1e515bc99c41f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 24 2017 08:42:51 +0000 Subject: import rh-nodejs8-nodejs-from-0.1.3-7.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a075270 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/from-0.1.3.tgz diff --git a/.rh-nodejs8-nodejs-from.metadata b/.rh-nodejs8-nodejs-from.metadata new file mode 100644 index 0000000..a6d17b2 --- /dev/null +++ b/.rh-nodejs8-nodejs-from.metadata @@ -0,0 +1 @@ +ef63ac2062ac32acf7862e0d40b44b896f22f3bc SOURCES/from-0.1.3.tgz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/nodejs-from.spec b/SPECS/nodejs-from.spec new file mode 100644 index 0000000..69cd41f --- /dev/null +++ b/SPECS/nodejs-from.spec @@ -0,0 +1,77 @@ +%{?scl:%scl_package nodejs-%{module_name}} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +# Disabled as BR: for tests are not in fedora +%global enable_tests 0 + +%global module_name from + +Name: %{?scl_prefix}nodejs-%{module_name} +Version: 0.1.3 +Release: 7%{?dist} +Summary: Easy way to make a Readable Stream + +License: MIT or ASL 2.0 +URL: http://github.com/dominictarr/from +Source0: http://registry.npmjs.org/%{module_name}/-/%{module_name}-%{version}.tgz +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch + +BuildRequires: %{?scl_prefix}nodejs-devel + +%if 0%{?enable_tests} +BuildRequires: %{?scl_prefix}npm(asynct) +BuildRequires: %{?scl_prefix}npm(stream-spec) +BuildRequires: %{?scl_prefix}npm(assertions) +%endif + +%description +%{summary}. + +%prep +%setup -q -n package +rm -rf node_modules + +%build +# nothing to build + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/%{module_name} +cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/%{module_name} + +%nodejs_symlink_deps + +%if 0%{?enable_tests} + +%check +%nodejs_symlink_deps --check +asynct test/*.js +%endif + +%files +%{!?_licensedir:%global license %doc} +%doc readme.markdown LICENSE.MIT LICENSE.APACHE2 +%{nodejs_sitelib}/%{module_name} + +%changelog +* Mon Jul 03 2017 Zuzana Svetlikova - 0.1.3-7 +- rh-nodejs8 rebuild + +* Tue Feb 16 2016 Zuzana Svetlikova - 0.1.3-6 +- Use macro in -runtime dependency + +* Sun Feb 14 2016 Zuzana Svetlikova - 0.1.3-5 +- Rebuilt with updated metapackage + +* Tue Jan 12 2016 Tomas Hrcka - 0.1.3-4 +- Use macro to find provides and requires + +* Tue Jan 12 2016 Tomas Hrcka - 0.1.3-3 +- Enable scl macros, fix license macro for el6 + +* Wed Jun 17 2015 Fedora Release Engineering - 0.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun Dec 07 2014 Parag Nemade - 0.1.3-1 +- Initial packaging