!2 升级到社区最新稳定版本1.2.1

From: @cherry530 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-07-06 01:50:13 +00:00 committed by Gitee
commit 107ad88194
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 7 additions and 58 deletions

BIN
1.2.1.tar.gz Normal file

Binary file not shown.

View File

@ -2,17 +2,14 @@
%global packagename prelude-ls %global packagename prelude-ls
%global bootstrap 1 %global bootstrap 1
%global enable_tests 0 %global enable_tests 0
%define debug_package %{nil}
Name: nodejs-prelude-ls Name: nodejs-prelude-ls
Version: 1.1.2 Version: 1.2.1
Release: 1 Release: 1
Summary: The prelude.ls library is a functionally oriented utility Summary: The prelude.ls library is a functionally oriented utility
License: MIT License: MIT
URL: https://github.com/gkz/prelude-ls.git URL: https://github.com/gkz/prelude-ls.git
Source0: https://registry.npmjs.org/prelude-ls/-/prelude-ls-%{version}.tgz Source0: https://github.com/gkz/prelude-ls/archive/refs/tags/%{version}.tar.gz
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
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging 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. the recommended base library for, LiveScript.
%prep %prep
%setup -q -n package %setup -q -n prelude-ls-%{version}
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package
cp -p %{SOURCE11} .
%build %build
%if !0%{?bootstrap} %if !0%{?bootstrap}
@ -66,5 +60,8 @@ cp -pr package.json lib/ \
%{nodejs_sitelib}/%{packagename} %{nodejs_sitelib}/%{packagename}
%changelog %changelog
* Tue Jul 05 2022 xu_ping <xuping33@h-partners.com> - 1.2.1-1
- Upgrade 1.2.1
* Thu Aug 20 2020 wangchong <wangchong56@huawei.com> - 1.1.2-1 * Thu Aug 20 2020 wangchong <wangchong56@huawei.com> - 1.1.2-1
- package init - package init

View File

@ -1,48 +0,0 @@
name: 'prelude-ls'
version: '1.1.2'
author: 'George Zahariev <z@georgezahariev.com>'
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'

Binary file not shown.

Binary file not shown.

Binary file not shown.