Blame SPECS/nodejs-osenv.spec

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