]> git.pld-linux.org Git - packages/gforth.git/blobdiff - gforth.spec
- release 3
[packages/gforth.git] / gforth.spec
index 145eff36434ff4520ce7cdd74dc9e97271cadf62..ab450b1265e5d762138af2ebdaa0e9147cdd924a 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       GNU Forth Language
 Summary(pl.UTF-8):     Kompilator GNU Forth
 Name:          gforth
-Version:       0.7.0
-Release:       1
+Version:       0.7.3
+Release:       3
 License:       GPL v3+
 Group:         Development/Languages
 Source0:       http://ftp.gnu.org/gnu/gforth/%{name}-%{version}.tar.gz
-# Source0-md5: 2979ae86ede73ce2b3576dae957f4098
+# Source0-md5: ff484391e5cdf405867fcf96341820ab
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-opt.patch
 URL:           http://gnu.org/software/gforth/
@@ -18,6 +18,8 @@ BuildRequires:        libtool
 BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                skip_post_check_so      .*%{_libdir}/gforth/%{version}/libcc-named/.*
+
 %description
 Gforth is a fast and portable implementation of the ANS Forth
 language. It works nicely with the Emacs editor, offers some nice
@@ -40,14 +42,14 @@ rozpowszechniany na Powszechnej Licencji Publicznej GNU.
 %patch0 -p1
 %patch1 -p1
 
-rm -f doc/*.info*
+%{__rm} doc/*.info*
 
 %build
 %{__aclocal}
 %{__autoconf}
 %configure
 
-%{__make}
+%{__make} -j1
 
 %{__make} info
 
This page took 0.031906 seconds and 4 git commands to generate.