diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..78c3230 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/npm-install-checks-3.0.0.tgz diff --git a/.rh-nodejs6-nodejs-npm-install-checks.metadata b/.rh-nodejs6-nodejs-npm-install-checks.metadata new file mode 100644 index 0000000..1f78679 --- /dev/null +++ b/.rh-nodejs6-nodejs-npm-install-checks.metadata @@ -0,0 +1 @@ +d4aecdfd51a53e3723b7b2f93b2ee28e307bc0d7 SOURCES/npm-install-checks-3.0.0.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-npm-install-checks.spec b/SPECS/nodejs-npm-install-checks.spec new file mode 100644 index 0000000..9f347b4 --- /dev/null +++ b/SPECS/nodejs-npm-install-checks.spec @@ -0,0 +1,54 @@ +%{?scl:%scl_package nodejs-npm-install-checks} +%{!?scl:%global pkg_name %{name}} + +%nodejs_find_provides_and_requires + +Name: %{?scl_prefix}nodejs-npm-install-checks +Version: 3.0.0 +Release: 1%{?dist} +Summary: Install checks for NPM +License: BSD +Url: https://github.com/npm/npm-install-checks +Source: http://registry.npmjs.org/npm-install-checks/-/npm-install-checks-%{version}.tgz +BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %{arm} noarch + +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +A package that contains checks that npm runs during the installation. + +%prep +%setup -q -n package + +%build + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/npm-install-checks +cp -pr package.json index.js \ + %{buildroot}%{nodejs_sitelib}/npm-install-checks/ +%nodejs_symlink_deps + +%files +%doc README.md LICENSE +%{nodejs_sitelib}/npm-install-checks + +%changelog +* Tue Jan 17 2017 Zuzana Svetlikova - 3.0.0-1 +- Update, correct license name + +* Tue Feb 16 2016 Zuzana Svetlikova - 1.0.6-3 +- Use macro in -runtime dependency + +* Sun Feb 14 2016 Zuzana Svetlikova - 1.0.6-2 +- Rebuilt with updated metapackage + +* Mon Nov 30 2015 Tomas Hrcka - 1.0.6-1 +- New upstream release + +* Tue Jan 13 2015 Tomas Hrcka - 1.0.4-2 +- Remove undefined macro + +* Mon Jan 12 2015 Tomas Hrcka - 1.0.4-1 +- Initial build +