T.C. Hollingsworth 07d9fe9
#!/bin/sh
T.C. Hollingsworth 07d9fe9
T.C. Hollingsworth 07d9fe9
version=$(rpm -q --specfile --qf='%{version}\n' nodejs.spec | head -n1)
T.C. Hollingsworth 62a5b10
wget http://nodejs.org/dist/v${version}/node-v${version}.tar.gz
T.C. Hollingsworth 07d9fe9
tar -zxf node-v${version}.tar.gz
T.C. Hollingsworth 07d9fe9
rm -rf node-v${version}/deps/openssl
T.C. Hollingsworth 07d9fe9
tar -zcf node-v${version}-stripped.tar.gz node-v${version}
a790dbd
a790dbd
echo "Now make sure to run:"
a790dbd
echo "fedpkg new-sources node-v${version}-stripped.tar.gz"