SPECS: baci.spec - patch from author to current version - changing...

undefine undefine at pld-linux.org
Thu Oct 27 00:30:15 CEST 2005


Author: undefine                     Date: Wed Oct 26 22:30:15 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- patch from author to current version
- changing version style to 1.0.%{date}
- disable pascal compiler (doesn't work)
- rel 1

---- Files affected:
SPECS:
   baci.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/baci.spec
diff -u SPECS/baci.spec:1.20 SPECS/baci.spec:1.21
--- SPECS/baci.spec:1.20	Wed May 11 15:43:38 2005
+++ SPECS/baci.spec	Thu Oct 27 00:30:09 2005
@@ -1,14 +1,16 @@
 # $Revision$, $Date$
+%define		_date	20051026
 Summary:	BenAri Concurrent Interpreter
 Summary(pl):	Współbieżny interpreter BACI
 Name:		baci
-Version:	1.0
-Release:	7
+Version:	1.0.%{_date}
+Release:	1
 License:	Freeware
 Group:		Development/Languages
 Source0:	http://www.mines.edu/fs_home/tcamp/baci/%{name}src.tar.gz
 # Source0-md5:	14e0500bf7079a17664469ecead8bb4f
 Patch0:		%{name}-amd64.patch
+Patch1:		%{name}-%{_date}.patch
 BuildRequires:	bison
 BuildRequires:	flex
 BuildRequires:	tk-devel
@@ -26,9 +28,10 @@
 %if "%{_lib}" == "lib64"
 %patch0 -p1
 %endif
+%patch1 -p1
 
 %build
-for i in lib pascomp disasm ccomp; do
+for i in lib disasm ccomp; do
 	%{__make} -C $i \
 		CFLAGS="%{rpmcflags}"
 done
@@ -38,7 +41,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-install ccomp/bacc disasm/badis pascomp/bapas interp/{bainterp,bagui} $RPM_BUILD_ROOT%{_bindir}
+install ccomp/bacc disasm/badis interp/{bainterp,bagui} $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -53,6 +56,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2005/10/26 22:30:09  undefine
+- patch from author to current version
+- changing version style to 1.0.%{date}
+- disable pascal compiler (doesn't work)
+- rel 1
+
 Revision 1.20  2005/05/11 13:43:38  qboosh
 - more general lib64 if
 
================================================================

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




More information about the pld-cvs-commit mailing list