diff --git a/1.2.1.tar.gz b/1.2.1.tar.gz new file mode 100644 index 0000000..ebdaba6 Binary files /dev/null and b/1.2.1.tar.gz differ diff --git a/nodejs-prelude-ls.spec b/nodejs-prelude-ls.spec index 7c79c2c..c6f2f4a 100644 --- a/nodejs-prelude-ls.spec +++ b/nodejs-prelude-ls.spec @@ -2,17 +2,14 @@ %global packagename prelude-ls %global bootstrap 1 %global enable_tests 0 +%define debug_package %{nil} Name: nodejs-prelude-ls -Version: 1.1.2 +Version: 1.2.1 Release: 1 Summary: The prelude.ls library is a functionally oriented utility License: MIT URL: https://github.com/gkz/prelude-ls.git -Source0: https://registry.npmjs.org/prelude-ls/-/prelude-ls-%{version}.tgz -Source1: tests-%{version}.tar.bz2 -Source2: src-%{version}.tar.bz2 -Source10: dl-tests.sh -Source11: https://raw.githubusercontent.com/gkz/prelude-ls/%{version}/package.json.ls +Source0: https://github.com/gkz/prelude-ls/archive/refs/tags/%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -28,10 +25,7 @@ flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript. %prep -%setup -q -n package -%setup -q -T -D -a 1 -n package -%setup -q -T -D -a 2 -n package -cp -p %{SOURCE11} . +%setup -q -n prelude-ls-%{version} %build %if !0%{?bootstrap} @@ -66,5 +60,8 @@ cp -pr package.json lib/ \ %{nodejs_sitelib}/%{packagename} %changelog +* Tue Jul 05 2022 xu_ping - 1.2.1-1 +- Upgrade 1.2.1 + * Thu Aug 20 2020 wangchong - 1.1.2-1 - package init diff --git a/package.json.ls b/package.json.ls deleted file mode 100644 index daecb4b..0000000 --- a/package.json.ls +++ /dev/null @@ -1,48 +0,0 @@ -name: 'prelude-ls' -version: '1.1.2' - -author: 'George Zahariev ' - -description: "prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript." - -keywords: - 'prelude' - 'livescript' - 'utility' - 'ls' - 'coffeescript' - 'javascript' - 'library' - 'functional' - 'array' - 'list' - 'object' - 'string' - -main: 'lib/' -files: - 'lib/' - 'README.md' - 'LICENSE' - -homepage: 'http://preludels.com' -bugs: 'https://github.com/gkz/prelude-ls/issues' -licenses: - * type: 'MIT' - url: 'https://raw.github.com/gkz/prelude-ls/master/LICENSE' - ... -engines: - node: '>= 0.8.0' -repository: - type: 'git' - url: 'git://github.com/gkz/prelude-ls.git' -scripts: - test: "make test" - -dev-dependencies: - livescript: '~1.4.0' - 'uglify-js': '~2.4.12' - mocha: '~2.2.4' - istanbul: '~0.2.4' - browserify: '~3.24.13' - sinon: '~1.10.2' diff --git a/prelude-ls-1.1.2.tgz b/prelude-ls-1.1.2.tgz deleted file mode 100644 index 76c3f0b..0000000 Binary files a/prelude-ls-1.1.2.tgz and /dev/null differ diff --git a/src-1.1.2.tar.bz2 b/src-1.1.2.tar.bz2 deleted file mode 100644 index 9e84c58..0000000 Binary files a/src-1.1.2.tar.bz2 and /dev/null differ diff --git a/tests-1.1.2.tar.bz2 b/tests-1.1.2.tar.bz2 deleted file mode 100644 index e46e031..0000000 Binary files a/tests-1.1.2.tar.bz2 and /dev/null differ