https://bugzilla.redhat.com/show_bug.cgi?id=1189385



--- Comment #4 from Piotr Popieluch <[email protected]> ---
install section is incorrect:

mkdir -p %{buildroot}%{nodejs_sitelib}/nodejs-line-reader
cp -rp package.json lib/ %{buildroot}%{nodejs_sitelib}/nodejs-line-reader

should be

mkdir -p %{buildroot}%{nodejs_sitelib}/line-reader
cp -rp package.json lib/ %{buildroot}%{nodejs_sitelib}/line-reader



Could you also please add:

# This macro is needed at the start for building on EL6
%{?nodejs_find_provides_and_requires}

at the beginning of the file so we can get this in epel6?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to