SPECS: baci.spec - up to version from 20051027 - all tools(ar, ld, ...

undefine undefine at pld-linux.org
Mon Nov 7 13:09:29 CET 2005


Author: undefine                     Date: Mon Nov  7 12:09:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to version from 20051027
- all tools(ar, ld, pascomp too) builds and works fine

---- Files affected:
SPECS:
   baci.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/baci.spec
diff -u SPECS/baci.spec:1.22 SPECS/baci.spec:1.23
--- SPECS/baci.spec:1.22	Thu Oct 27 00:44:49 2005
+++ SPECS/baci.spec	Mon Nov  7 13:09:24 2005
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-%define		_date	20051026
+%define		_date	20051027
 Summary:	BenAri Concurrent Interpreter
 Summary(pl):	Współbieżny interpreter BACI
 Name:		baci
@@ -9,8 +9,9 @@
 Group:		Development/Languages
 Source0:	http://www.mines.edu/fs_home/tcamp/baci/%{name}src.tar.gz
 # Source0-md5:	14e0500bf7079a17664469ecead8bb4f
-Patch0:		%{name}-%{_date}.patch
-Patch1:		%{name}-amd64.patch
+Patch0:		%{name}-20051026.patch
+Patch1:		%{name}-%{_date}.patch
+Patch2:		%{name}-amd64.patch
 BuildRequires:	bison
 BuildRequires:	flex
 BuildRequires:	tk-devel
@@ -26,12 +27,13 @@
 %prep
 %setup -q -n %{name}src
 %patch0 -p1
-%if "%{_lib}" == "lib64"
 %patch1 -p1
+%if "%{_lib}" == "lib64"
+%patch2 -p1
 %endif
 
 %build
-for i in lib disasm ccomp; do
+for i in lib disasm ccomp pascomp ar ld; do
 	%{__make} -C $i \
 		CFLAGS="%{rpmcflags}"
 done
@@ -41,7 +43,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-install ccomp/bacc disasm/badis interp/{bainterp,bagui} $RPM_BUILD_ROOT%{_bindir}
+install ccomp/bacc disasm/badis pascomp/bapas interp/{bainterp,bagui} \
+	ar/baar ld/bald	$RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,6 +59,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2005/11/07 12:09:24  undefine
+- up to version from 20051027
+- all tools(ar, ld, pascomp too) builds and works fine
+
 Revision 1.22  2005/10/26 22:44:49  undefine
 - change order of patches to fix build on amd64
 - rel 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/baci.spec?r1=1.22&r2=1.23&f=u




More information about the pld-cvs-commit mailing list