diff --git a/examples-1.0.11.tar.bz2 b/examples-1.0.11.tar.bz2 deleted file mode 100644 index f0e49d5..0000000 Binary files a/examples-1.0.11.tar.bz2 and /dev/null differ diff --git a/fstream-1.0.11.tgz b/fstream-1.0.11.tgz deleted file mode 100644 index 4c4337d..0000000 Binary files a/fstream-1.0.11.tgz and /dev/null differ diff --git a/nodejs-fstream.spec b/nodejs-fstream.spec index 7424e52..96f4561 100644 --- a/nodejs-fstream.spec +++ b/nodejs-fstream.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Advanced file system stream objects for Node.js License: BSD URL: https://github.com/isaacs/fstream -Source0: https://registry.npmjs.org/fstream/-/fstream-%{version}.tgz +Source0: https://github.com/isaacs/fstream/archive/v%{version}.tar.gz Source1: examples-%{version}.tar.bz2 Source10: dl-tests.sh BuildArch: noarch @@ -20,7 +20,7 @@ the stats on a file, even if you don't change its contents, or to create a symlink, etc. %prep -%setup -q -n package +%autosetup -n fstream-%{version} %build diff --git a/v1.0.11.tar.gz b/v1.0.11.tar.gz new file mode 100644 index 0000000..59e301d Binary files /dev/null and b/v1.0.11.tar.gz differ