Blame SPECS/nodejs-osenv.spec

87fd41
%{?scl:%scl_package nodejs-osenv}
87fd41
%{!?scl:%global pkg_name %{name}}
87fd41
%{?nodejs_find_provides_and_requires}
87fd41
87fd41
Name:           %{?scl_prefix}nodejs-osenv
87fd41
Version:        0.1.3
87fd41
Release:        4%{?dist}
87fd41
Summary:        Look up environment settings specific to different operating systems
87fd41
BuildArch:      noarch
87fd41
ExclusiveArch:  %{nodejs_arches} noarch
87fd41
License:        ISC
87fd41
URL:            https://github.com/isaacs/osenv
87fd41
Source0:        http://registry.npmjs.org/osenv/-/osenv-%{version}.tgz
87fd41
BuildRequires:  %{?scl_prefix}nodejs-devel
87fd41
87fd41
%description
87fd41
Look up environment settings specific to different operating systems.
87fd41
87fd41
%prep
87fd41
%setup -q -n package
87fd41
87fd41
%build
87fd41
#nothing to do
87fd41
87fd41
%install
87fd41
mkdir -p %{buildroot}%{nodejs_sitelib}/osenv
87fd41
cp -pr package.json osenv.js %{buildroot}%{nodejs_sitelib}/osenv
87fd41
87fd41
%nodejs_symlink_deps
87fd41
87fd41
%files
87fd41
%{nodejs_sitelib}/osenv
87fd41
%doc LICENSE README.md
87fd41
87fd41
%changelog
87fd41
* Mon Jul 03 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.1.3-4
87fd41
- rh-nodejs8 rebuild
87fd41
87fd41
* Thu Jun 09 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.1.3-3
87fd41
- Resolves: rhbz#1334856 , fixes wrong license
87fd41
87fd41
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.1.3-2
87fd41
- rebuilt
87fd41
87fd41
* Mon Nov 30 2015 Tomas Hrcka <thrcka@redhat.com> - 0.1.3-1
87fd41
- New upstream release
87fd41
87fd41
* Fri Jan 09 2015 Tomas Hrcka <thrcka@redhat.com> - 0.1.0-1
87fd41
- New upstream release
87fd41
87fd41
* Fri Feb 28 2014 Tomas Hrcka <thrcka@redhat.com> - 0.0.3-6
87fd41
- rebuilt, bump release to fix rhbz#1070612
87fd41
87fd41
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.0.3-5
87fd41
- replace provides and requires with macro
87fd41
87fd41
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.0.3-4
87fd41
- Add support for software collections
87fd41
87fd41
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-3
87fd41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
87fd41
87fd41
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-2
87fd41
- add missing build section
87fd41
87fd41
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-1
87fd41
- initial package generated by npm2rpm