diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7cbf83 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/asap-1.0.0.tgz diff --git a/.rh-nodejs4-nodejs-asap.metadata b/.rh-nodejs4-nodejs-asap.metadata new file mode 100644 index 0000000..750675d --- /dev/null +++ b/.rh-nodejs4-nodejs-asap.metadata @@ -0,0 +1 @@ +b2a45da5fdfa20b0496fc3768cc27c12fa916a7d SOURCES/asap-1.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-asap.spec b/SPECS/nodejs-asap.spec new file mode 100644 index 0000000..c00e9cf --- /dev/null +++ b/SPECS/nodejs-asap.spec @@ -0,0 +1,58 @@ +%{?scl:%scl_package nodejs-asap} +%{!?scl:%global pkg_name %{name}} + +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-asap +Version: 1.0.0 +Release: 5%{?dist} +Summary: High-priority task queue for Node.js and browser +License: MIT +Group: System Environment/Libraries +URL: https://github.com/kriskowal/asap +Source0: http://registry.npmjs.org/asap/-/asap-%{version}.tgz + +BuildArch: noarch +%if 0%{?fedora} >= 19 +ExclusiveArch: %{nodejs_arches} noarch +%else +ExclusiveArch: %{ix86} x86_64 %{arm} noarch +%endif + +BuildRequires: %{?scl_prefix}nodejs + +%description +%{summary}. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/asap +cp -pr package.json asap.js \ + %{buildroot}%{nodejs_sitelib}/asap + +%nodejs_symlink_deps + +%files +%doc LICENSE.md README.md +%{nodejs_sitelib}/asap + +%changelog +* Sun Feb 14 2016 Zuzana Svetlikova - 1.0.0-5 +- rebuilt + +* Thu Nov 26 2015 Tomas Hrcka - 1.0.0-4 +- Enable scl macros + +* Wed Jun 17 2015 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Mar 02 2014 Jamie Nguyen - 1.0.0-1 +- initial package