diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..945f545 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/util-deprecate-1.0.1.tgz diff --git a/.rh-nodejs4-nodejs-util-deprecate.metadata b/.rh-nodejs4-nodejs-util-deprecate.metadata new file mode 100644 index 0000000..97b09be --- /dev/null +++ b/.rh-nodejs4-nodejs-util-deprecate.metadata @@ -0,0 +1 @@ +3556a3d13c4c6aa7983d7e2425478197199b7881 SOURCES/util-deprecate-1.0.1.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-util-deprecate.spec b/SPECS/nodejs-util-deprecate.spec new file mode 100644 index 0000000..403e8b9 --- /dev/null +++ b/SPECS/nodejs-util-deprecate.spec @@ -0,0 +1,60 @@ +# spec file for package nodejs-nodejs-util-deprecate +%{?scl:%scl_package nodejs-nodejs-util-deprecate} +%{!?scl:%global pkg_name %{name}} + +%global npm_name util-deprecate +%{?nodejs_find_provides_and_requires} + +%global enable_tests 0 + +Name: %{?scl_prefix}nodejs-util-deprecate +Version: 1.0.1 +Release: 3%{?dist} +Summary: The Node.js `util.deprecate()` function with browser support +Url: https://github.com/TooTallNate/util-deprecate +Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz +License: MIT + +BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %{arm}} noarch + +BuildRequires: %{?scl_prefix}nodejs-devel +#BuildRequires: nodejs-packaging + +%description +The Node.js `util.deprecate()` function with browser support + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} + +cp -pr package.json *.js \ + %{buildroot}%{nodejs_sitelib}/%{npm_name} + +%{nodejs_symlink_deps} + +%if 0%{?enable_tests} +%check +%{nodejs_symlink_deps} --check +echo "Error: no test specified" && exit 1 +%endif + +%files +%{nodejs_sitelib}/util-deprecate + +%doc README.md LICENSE + +%changelog +* Sun Feb 14 2016 Zuzana Svetlikova - 1.0.1-3 +- rebuilt + +* Sat Feb 13 2016 Zuzana Svetlikova - 1.0.1-2 +- rebuilt + +* Thu Aug 13 2015 Zuzana Svetlikova - 1.0.1-1 +- Initial build