]> git.pld-linux.org Git - packages/mozjs17.git/blobdiff - mozjs17.spec
- fix syntax in version extraction script
[packages/mozjs17.git] / mozjs17.spec
index fdf558fbde3e75d3d0a63114a789497f1127db5f..6f01d91ba0ae00bda14d06c86fc135c08ff6f5ac 100644 (file)
@@ -3,11 +3,12 @@ Summary:      SpiderMonkey 17 - JavaScript 1.8.6 implementation
 Summary(pl.UTF-8):     SpiderMonkey 17 - implementacja jÄ™zyka JavaScript 1.8.6
 Name:          mozjs17
 Version:       17.0.0
-Release:       2
+Release:       3
 License:       MPL 1.1 or GPL v2+ or LGPL v2.1+
 Group:         Libraries
 Source0:       http://ftp.mozilla.org/pub/mozilla.org/js/mozjs%{version}.tar.gz
 # Source0-md5: 20b6f8f1140ef6e47daa3b16965c9202
+Patch0:                perl.patch
 URL:           http://www.mozilla.org/js/
 BuildRequires: libffi-devel >= 5:3.0.9
 BuildRequires: libstdc++-devel
@@ -66,6 +67,7 @@ Statyczna wersja biblioteki JavaScript.
 
 %prep
 %setup -q -n mozjs%{version}
+%patch0 -p1
 
 %build
 cd js/src
This page took 0.097095 seconds and 4 git commands to generate.