[packages/quickjs] - adapterize

mrozowik mrozowik at pld-linux.org
Fri Feb 18 15:12:28 CET 2022


commit 12b6202e1b02cc34c9a186c34bfbb82af5bc924e
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date:   Fri Feb 18 14:12:03 2022 +0000

    - adapterize

 quickjs.spec | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/quickjs.spec b/quickjs.spec
index f254c78..5585689 100644
--- a/quickjs.spec
+++ b/quickjs.spec
@@ -6,28 +6,27 @@ Version:	20210327
 Release:	2
 License:	MIT
 Group:		Libraries
-Source0:	https://bellard.org/%{name}/%{name}-%{ver}.tar.xz 
+Source0:	https://bellard.org/quickjs/%{name}-%{ver}.tar.xz
 # Source0-md5:	135182a626aa0c87a49aa2bf58fd39bf
 Patch0:		rpmpldcflags.patch
 Patch1:		q.diff
 URL:		https://bellard.org/quickjs/
-BuildRequires:	make
 BuildRequires:	libtool
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires:	rpmbuild(macros) >= 1.583
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 QuickJS is a small and embeddable Javascript engine. It supports the
-ES2020 specification including modules, asynchronous generators, proxies and BigInt.
-It supports mathematical extensions such as big decimal float float
-numbers (BigDecimal), big binary floating point numbers (BigFloat),
-and operator overloading.
+ES2020 specification including modules, asynchronous generators,
+proxies and BigInt. It supports mathematical extensions such as big
+decimal float float numbers (BigDecimal), big binary floating point
+numbers (BigFloat), and operator overloading.
 
 %description -l pl.UTF-8
-QuickJS jest małym osadzalnym silnikiem Javascriptu. Wspiera specyfikację
-ES2020, w tym moduły, asynchroniczne generatory, proxy i BigInt.
-Wspiera też rozszerzenia matematyczne, takie jak liczby BigDecimal, BigFloat
-i przeciążenia operatorów.
+QuickJS jest małym osadzalnym silnikiem Javascriptu. Wspiera
+specyfikację ES2020, w tym moduły, asynchroniczne generatory, proxy i
+BigInt. Wspiera też rozszerzenia matematyczne, takie jak liczby
+BigDecimal, BigFloat i przeciążenia operatorów.
 
 %package devel
 Summary:	Header files for %{name} library
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/quickjs.git/commitdiff/12b6202e1b02cc34c9a186c34bfbb82af5bc924e



More information about the pld-cvs-commit mailing list