rpms/gforth/FC-6 gforth-0.6.2-buildpath.patch, NONE, 1.1 gforth.spec, 1.4, 1.5

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat Feb 3 15:33:39 UTC 2007


Author: gemi

Update of /cvs/extras/rpms/gforth/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32219

Modified Files:
	gforth.spec 
Added Files:
	gforth-0.6.2-buildpath.patch 
Log Message:


gforth-0.6.2-buildpath.patch:

--- NEW FILE gforth-0.6.2-buildpath.patch ---
--- gforth-0.6.2/Makefile.in.buildpath	2007-02-03 16:25:33.000000000 +0100
+++ gforth-0.6.2/Makefile.in	2007-02-03 16:26:02.000000000 +0100
@@ -544,8 +544,6 @@
 		else \
 			echo ">>>>>Please install $(srcdir)/gforth.el in your .../emacs/site-lisp directory"; \
 		fi
-		-$(RM) gforth.fi
-		GFORTHD="./gforth-ditc -p $(libdir)/gforth/site-forth$(PATHSEP)$(siteforthdir)$(PATHSEP)$(datadir)/gforth/$(VERSION) -i $(kernel_fi)" GFORTH="./gforth-ditc --die-on-signal -i $(kernel_fi) $(STARTUP)" ./gforthmi gforth.fi $(FORTHSIZES) $(STARTUP)
 		$(INSTALL_DATA) gforth.fi $(libdir)/gforth/$(VERSION)
 		$(INSTALL_DATA) install.TAGS $(datadir)/gforth/$(VERSION)/TAGS
 		$(RM) gforth.fi install.TAGS


Index: gforth.spec
===================================================================
RCS file: /cvs/extras/rpms/gforth/FC-6/gforth.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gforth.spec	28 Aug 2006 00:53:41 -0000	1.4
+++ gforth.spec	3 Feb 2007 15:33:07 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           gforth
 Version:        0.6.2
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Fast and portable implementation of the ANS Forth language
 
 Group:          Development/Languages
@@ -9,6 +9,7 @@
 Source:         http://www.complang.tuwien.ac.at/forth/gforth/gforth-0.6.2.tar.gz
 Patch0:		gforth.patch
 Patch1:		gforth-shebang.patch
+Patch2:         gforth-0.6.2-buildpath.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
@@ -33,6 +34,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 
 %build
@@ -122,6 +124,9 @@
 
 
 %changelog
+* Sat Feb  3 2007 Gerard Milmeister <gemi at bluewin.ch> - 0.6.2-8
+- patch to remove buildpath from binary
+
 * Mon Aug 28 2006 Gerard Milmeister <gemi at bluewin.ch> - 0.6.2-7
 - Rebuild for FE6
 




More information about the scm-commits mailing list