From 87fd41e2eedf81e73f46da78e1ce103df11d1e3a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 24 2017 08:30:40 +0000 Subject: import rh-nodejs8-nodejs-osenv-0.1.3-4.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4a2fd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/osenv-0.1.3.tgz diff --git a/.rh-nodejs8-nodejs-osenv.metadata b/.rh-nodejs8-nodejs-osenv.metadata new file mode 100644 index 0000000..bc1637a --- /dev/null +++ b/.rh-nodejs8-nodejs-osenv.metadata @@ -0,0 +1 @@ +83cf05c6d6458fc4d5ac6362ea325d92f2754217 SOURCES/osenv-0.1.3.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-osenv.spec b/SPECS/nodejs-osenv.spec new file mode 100644 index 0000000..d5e202f --- /dev/null +++ b/SPECS/nodejs-osenv.spec @@ -0,0 +1,67 @@ +%{?scl:%scl_package nodejs-osenv} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-osenv +Version: 0.1.3 +Release: 4%{?dist} +Summary: Look up environment settings specific to different operating systems +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch +License: ISC +URL: https://github.com/isaacs/osenv +Source0: http://registry.npmjs.org/osenv/-/osenv-%{version}.tgz +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +Look up environment settings specific to different operating systems. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/osenv +cp -pr package.json osenv.js %{buildroot}%{nodejs_sitelib}/osenv + +%nodejs_symlink_deps + +%files +%{nodejs_sitelib}/osenv +%doc LICENSE README.md + +%changelog +* Mon Jul 03 2017 Zuzana Svetlikova - 0.1.3-4 +- rh-nodejs8 rebuild + +* Thu Jun 09 2016 Zuzana Svetlikova - 0.1.3-3 +- Resolves: rhbz#1334856 , fixes wrong license + +* Sun Feb 14 2016 Zuzana Svetlikova - 0.1.3-2 +- rebuilt + +* Mon Nov 30 2015 Tomas Hrcka - 0.1.3-1 +- New upstream release + +* Fri Jan 09 2015 Tomas Hrcka - 0.1.0-1 +- New upstream release + +* Fri Feb 28 2014 Tomas Hrcka - 0.0.3-6 +- rebuilt, bump release to fix rhbz#1070612 + +* Thu Oct 17 2013 Tomas Hrcka - 0.0.3-5 +- replace provides and requires with macro + +* Thu Apr 11 2013 Stanislav Ochotnicky - 0.0.3-4 +- Add support for software collections + +* Thu Feb 14 2013 Fedora Release Engineering - 0.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Jan 08 2013 T.C. Hollingsworth - 0.0.3-2 +- add missing build section + +* Mon Dec 31 2012 T.C. Hollingsworth - 0.0.3-1 +- initial package generated by npm2rpm