[gforth] added BR libtool-ltdl-devel

Adrian Reber adrian at fedoraproject.org
Mon Mar 26 09:46:58 UTC 2012


commit eb5f22186decb15293cbc7bdb762ed2237058411
Author: Adrian Reber <adrian at lisas.de>
Date:   Mon Mar 26 11:46:54 2012 +0200

    added BR libtool-ltdl-devel
    
    - fixes "Missing libtool build dep can lead to strange errors" (#806688)
    - removed buildroot and clean section

 gforth.spec |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/gforth.spec b/gforth.spec
index 93aa909..652b27a 100644
--- a/gforth.spec
+++ b/gforth.spec
@@ -1,6 +1,6 @@
 Name:           gforth
 Version:        0.7.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Fast and portable implementation of the ANS Forth language
 
 Group:          Development/Languages
@@ -11,8 +11,7 @@ Patch0:		gforth-0.7.0-buildpath.patch
 Patch1:		gforth-0.7.0-shebang.patch
 # s390 build fix from Debian (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544827)
 Patch2:		gforth-0.7.0-compile-fix.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  m4
+BuildRequires:  m4 libtool-ltdl-devel
 BuildRequires:  libffi-devel
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
@@ -89,11 +88,6 @@ if [ $1 = 0 ]; then
     /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || :
 fi
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %triggerin -- emacs-common
 if [ -d %{emacs_sitestart_d} ]; then
   ln -sf %{gforth_datadir}/emacs/gforth-init.el %{emacs_sitestart_d} || :
@@ -134,6 +128,11 @@ fi
 
 
 %changelog
+* Mon Mar 26 2012 Adrian Reber <adrian at lisas.de> - 0.7.0-7
+- added BR libtool-ltdl-devel
+- fixes "Missing libtool build dep can lead to strange errors" (#806688)
+- removed buildroot and clean section
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list