From 37b6f5756535452e31fa0f39b5fe7f74c7cac036 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 09 2014 08:33:43 +0000 Subject: import nodejs010-nodejs-npm-registry-client-0.3.3-1.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d77ae4c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/npm-registry-client-0.3.3.tgz diff --git a/.nodejs010-nodejs-npm-registry-client.metadata b/.nodejs010-nodejs-npm-registry-client.metadata new file mode 100644 index 0000000..4744088 --- /dev/null +++ b/.nodejs010-nodejs-npm-registry-client.metadata @@ -0,0 +1 @@ +da08bb681fb24aa5c988ca71f8c10f27f09daf4a SOURCES/npm-registry-client-0.3.3.tgz diff --git a/README.md b/README.md deleted file mode 100644 index ce46a88..0000000 --- a/README.md +++ /dev/null @@ -1,5 +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-registry-client.spec b/SPECS/nodejs-npm-registry-client.spec new file mode 100644 index 0000000..4fb0226 --- /dev/null +++ b/SPECS/nodejs-npm-registry-client.spec @@ -0,0 +1,104 @@ +%{?scl:%scl_package nodejs-npm-registry-client} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-npm-registry-client +Version: 0.3.3 +Release: 1%{?dist} +Summary: Client for the npm registry + +Group: System Environment/Libraries +License: BSD +URL: https://github.com/isaacs/npm-registry-client +Source0: http://registry.npmjs.org/npm-registry-client/-/npm-registry-client-%{version}.tgz +BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: %{?scl_prefix}nodejs-devel + +BuildArch: noarch +%if 0%{?fedora} >= 19 +ExclusiveArch: %{nodejs_arches} noarch +%else +ExclusiveArch: %{ix86} x86_64 %{arm} noarch +%endif + + +%description +Client for the npm registry, or private servers using the npm registry software. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +rm -rf %buildroot +mkdir -p %{buildroot}%{nodejs_sitelib}/npm-registry-client +cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/npm-registry-client + +%nodejs_symlink_deps + +%clean +rm -rf %buildroot + +%files +%defattr(-,root,root,-) +%{nodejs_sitelib}/npm-registry-client +%doc README.md LICENSE + +%changelog +* Wed Feb 19 2014 Tomas Hrcka - 0.3.3-1 +- New upstream release 0.3.3 + +* Thu Jan 16 2014 Tomas Hrcka - 0.3.2-1 +- New upstream release 0.3.2 + +* Thu Oct 17 2013 Tomas Hrcka - 0.2.28-2 +- replace provides and requires with macro + +* Fri Sep 06 2013 Jamie Nguyen - 0.2.28-1 +- update to upstream release 0.2.28 +- add ExclusiveArch logic + +* Tue Jul 30 2013 T.C. Hollingsworth - 0.2.27-2 +- fix semver dep + +* Fri Jul 12 2013 T.C. Hollingsworth - 0.2.27-1 +- new upstream release 0.2.27 + +* Sun Jun 23 2013 T.C. Hollingsworth - 0.2.25-1 +- new upstream release 0.2.25 + +* Sat Jun 22 2013 T.C. Hollingsworth - 0.2.20-3 +- restrict to compatible arches + +* Mon Apr 15 2013 T.C. Hollingsworth - 0.2.20-2 +- add macro for EPEL6 dependency generation + +* Fri Apr 12 2013 Stanislav Ochotnicky - 0.2.20-2 +- Add support for software collections + +* Wed Apr 03 2013 T.C. Hollingsworth - 0.2.20-1 +- new upstream release 0.2.20 + +* Wed Mar 13 2013 T.C. Hollingsworth - 0.2.18-2 +- fix request dep + +* Wed Mar 13 2013 T.C. Hollingsworth - 0.2.18-1 +- new upstream release 0.2.18 + +* Wed Feb 13 2013 T.C. Hollingsworth - 0.2.15-1 +- new upstream release 0.2.15 +- graceful-fs dep good now + +* Sat Feb 09 2013 T.C. Hollingsworth - 0.2.13-2 +- fix graceful-fs dep for 1.2.0 + +* Sat Feb 09 2013 T.C. Hollingsworth - 0.2.13-1 +- new upstream release 0.2.13 + +* Tue Jan 08 2013 T.C. Hollingsworth - 0.2.11-2 +- add missing build section + +* Mon Dec 31 2012 T.C. Hollingsworth - 0.2.11-1 +- initial package generated by npm2rpm