diff --git a/SPECS/nodejs-osenv.spec b/SPECS/nodejs-osenv.spec index 48984f5..62a39c5 100644 --- a/SPECS/nodejs-osenv.spec +++ b/SPECS/nodejs-osenv.spec @@ -4,16 +4,12 @@ Name: %{?scl_prefix}nodejs-osenv Version: 0.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Look up environment settings specific to different operating systems BuildArch: noarch - -Group: System Environment/Libraries -License: BSD +License: ISC URL: https://github.com/isaacs/osenv Source0: http://registry.npmjs.org/osenv/-/osenv-%{version}.tgz -BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: %{?scl_prefix}nodejs-devel %description @@ -26,21 +22,19 @@ Look up environment settings specific to different operating systems. #nothing to do %install -rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/osenv cp -pr package.json osenv.js %{buildroot}%{nodejs_sitelib}/osenv %nodejs_symlink_deps -%clean -rm -rf %buildroot - %files -%defattr(-,root,root,-) %{nodejs_sitelib}/osenv %doc LICENSE README.md %changelog +* 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