Author: baggins Date: Fri Oct 20 19:59:56 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - WIP on debugger support in fp IDE
---- Files affected: SPECS: fpc.spec (1.60 -> 1.61) ---- Diffs: ================================================================ Index: SPECS/fpc.spec diff -u SPECS/fpc.spec:1.60 SPECS/fpc.spec:1.61 --- SPECS/fpc.spec:1.60 Fri Oct 20 17:46:16 2006 +++ SPECS/fpc.spec Fri Oct 20 21:59:51 2006 @@ -8,7 +8,7 @@ Summary(uk): ÷ŚĚŘÎÉĘ ËĎÍĐŚĚŃÔĎŇ Pascal Name: fpc Version: 2.0.4 -Release: 0.1 +Release: 0.4 License: GPL Group: Development/Languages Source0: ftp://ftp.freepascal.org/pub/fpc/dist/source-%{version}/%{name}build-%{version}.tar.gz @@ -24,8 +24,11 @@ # Source4-md5: dd8925ce8ce93309456c3072e6e4d14d Patch0: %{name}-skip-dev-dot.patch Patch1: %{name}-makedocs.patch +Patch2: %{name}-gdb65.patch URL: http://www.freepascal.org/ +BuildRequires: binutils-static >= 2.17.50 BuildRequires: ncurses-devel +BuildRequires: gdb-lib BuildRequires: gpm-devel BuildRequires: rpmbuild(macros) >= 1.213 BuildRequires: tetex-fonts-jknappen @@ -104,6 +107,7 @@ %setup -q -n %{name}build_%{version}_exp %patch0 -p1 %patch1 -p1 +%patch2 -p1 %ifarch %{ix86} tar xf %{SOURCE1} %define _bver %{version} @@ -168,6 +172,7 @@ RELEASE="1" \ BASEINSTALLDIR=%{_libdir}/%{name}/%{version} \ BININSTALLDIR=%{_bindir} \ + GDBLIBDIR=%{_libdir} \ PP="$NEWPP" \ FPC="$NEWPP" \ DATA2INC=`pwd`/utils/data2inc \ @@ -258,6 +263,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.61 2006/10/20 19:59:51 baggins +- WIP on debugger support in fp IDE + Revision 1.60 2006/10/20 15:46:16 baggins - different binary version for sparc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/fpc.spec?r1=1.60&r2=1.61&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
