diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a535705 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/wrappy-1.0.2.tgz diff --git a/.rh-nodejs8-nodejs-wrappy.metadata b/.rh-nodejs8-nodejs-wrappy.metadata new file mode 100644 index 0000000..badc38a --- /dev/null +++ b/.rh-nodejs8-nodejs-wrappy.metadata @@ -0,0 +1 @@ +b5243d8f3ec1aa35f1364605bc0d1036e30ab69f SOURCES/wrappy-1.0.2.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-wrappy.spec b/SPECS/nodejs-wrappy.spec new file mode 100644 index 0000000..3010d3a --- /dev/null +++ b/SPECS/nodejs-wrappy.spec @@ -0,0 +1,49 @@ +%{?scl:%scl_package nodejs-wrappy} +%{!?scl:%global pkg_name %{name}} + +Name: %{?scl_prefix}nodejs-wrappy +Version: 1.0.2 +Release: 2%{?dist} +Summary: Callback wrapping utility +License: ISC +Url: https://github.com/npm/wrappy +Source: http://registry.npmjs.org/wrappy/-/wrappy-%{version}.tgz +BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %{arm} noarch +BuildRequires: %{?scl_prefix}nodejs-devel + +%{?nodejs_find_provides_and_requires} + +%description +Callback wrapping utility + +%prep +%setup -q -n package + +%build + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/wrappy +cp -pr package.json wrappy.js \ + %{buildroot}%{nodejs_sitelib}/wrappy/ + +%files +%doc README.md LICENSE +%{nodejs_sitelib}/wrappy + +%changelog +* Mon Jul 03 2017 Zuzana Svetlikova - 1.0.2-2 +- rh-nodejs8 rebuild + +* Thu Sep 15 2016 Zuzana Svetlikova - 1.0.2-1 +- Updated with script + +* Sun Feb 14 2016 Zuzana Svetlikova - 1.0.1-3 +- rebuilt + +* Tue Jan 13 2015 Tomas Hrcka - 1.0.1-2 +- Remove undefined macro + +* Mon Jan 12 2015 Tomas Hrcka - 1.0.1-1 +- Initial build +