]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
up to 0.10.41, add link in doc package auto/th/nodejs-0.10.41-1
authorElan Ruusamäe <glen@delfi.ee>
Thu, 7 Jan 2016 19:14:48 +0000 (21:14 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 7 Jan 2016 19:14:48 +0000 (21:14 +0200)
nodejs.spec

index f8af386d60f39e6d7b942d189553472398179ae2..1a0031ae073573cb2b12015d31e2b4ca8fb7e890 100644 (file)
 %define                node_module_version     11
 Summary:       Asynchronous JavaScript Engine
 Name:          nodejs
 %define                node_module_version     11
 Summary:       Asynchronous JavaScript Engine
 Name:          nodejs
-Version:       0.10.40
-Release:       4
+Version:       0.10.41
+Release:       1
 License:       BSD and MIT and Apache v2.0 and GPL v3
 Group:         Development/Languages
 Source0:       https://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
 License:       BSD and MIT and Apache v2.0 and GPL v3
 Group:         Development/Languages
 Source0:       https://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
-# Source0-md5: f6ef20f327ecd6cb1586c41c7184290c
+# Source0-md5: 23822b192b74640551a20b680c150273
 Patch1:                %{name}-shared.patch
 # force node to use /usr/lib/node as the systemwide module directory
 Patch2:                %{name}-libpath.patch
 Patch1:                %{name}-shared.patch
 # force node to use /usr/lib/node as the systemwide module directory
 Patch2:                %{name}-libpath.patch
@@ -53,6 +53,8 @@ ExclusiveArch:        %{ix86} %{x8664} arm
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                sover   %(echo %{version} | cut -d. -f2)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                sover   %(echo %{version} | cut -d. -f2)
+# add macro, so adapter won't replace it back literal
+%define                doc_ver %{version}
 
 %description
 Node.js is a platform built on Chrome's JavaScript runtime for easily
 
 %description
 Node.js is a platform built on Chrome's JavaScript runtime for easily
@@ -80,6 +82,7 @@ Development headers for nodejs.
 %package doc
 Summary:       Evented I/O for V8 JavaScript - documentation
 Group:         Documentation
 %package doc
 Summary:       Evented I/O for V8 JavaScript - documentation
 Group:         Documentation
+URL:           https://nodejs.org/dist/v%{doc_ver}/docs/api
 %if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
 %endif
 %if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
 %endif
This page took 0.070437 seconds and 4 git commands to generate.