diff --git a/SPECS/nodejs-tunnel-agent.spec b/SPECS/nodejs-tunnel-agent.spec index 5a705c2..02894c0 100644 --- a/SPECS/nodejs-tunnel-agent.spec +++ b/SPECS/nodejs-tunnel-agent.spec @@ -4,15 +4,13 @@ Name: %{?scl_prefix}nodejs-tunnel-agent Version: 0.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTTP proxy tunneling agent # Apache 2.0 License added upstream, will appear in next release # https://github.com/mikeal/tunnel-agent/blob/master/LICENSE License: ASL 2.0 -Group: Development/Libraries URL: https://github.com/mikeal/tunnel-agent Source0: http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-%{version}.tgz -BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -28,21 +26,19 @@ BuildRequires: %{?scl_prefix}nodejs-devel #nothing to do %install -rm -rf %{buildroot} - mkdir -p %{buildroot}%{nodejs_sitelib}/tunnel-agent cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/tunnel-agent %nodejs_symlink_deps -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %{nodejs_sitelib}/tunnel-agent +%doc README.md LICENSE %changelog +* Thu Jun 09 2016 Zuzana Svetlikova - 0.3.0-4 +- Resolves: rhbz#1334856 , fixes wrong license + * Sun Feb 14 2016 Zuzana Svetlikova - 0.3.0-3 - rebuilt