diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08540b9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/npm-install-checks-1.0.6.tgz diff --git a/.rh-nodejs4-nodejs-npm-install-checks.metadata b/.rh-nodejs4-nodejs-npm-install-checks.metadata new file mode 100644 index 0000000..4781b92 --- /dev/null +++ b/.rh-nodejs4-nodejs-npm-install-checks.metadata @@ -0,0 +1 @@ +8d4c1e852806e4e2d66601ab787be5841550d0cb SOURCES/npm-install-checks-1.0.6.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..74b2d93 --- /dev/null +++ b/SPECS/nodejs-npm-install-checks.spec @@ -0,0 +1,51 @@ +%{?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: 1.0.6 +Release: 2%{?dist} +Summary: Install checks for NPM +License: BSD-2-Clause +Group: Development/Languages/Other +Url: https://github.com/npm/npm-install-checks +Source: http://registry.npmjs.org/npm-install-checks/-/npm-install-checks-%{version}.tgz +BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build +BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %{arm} noarch + +BuildRequires: nodejs010-runtime + +%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 +%defattr(-,root,root,-) +%doc README.md LICENSE +%{nodejs_sitelib}/npm-install-checks + +%changelog +* Sun Feb 14 2016 Zuzana Svetlikova - 1.0.6-2 +- rebuilt + +* 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 +