Author: djurban Date: Sat Mar 5 10:57:19 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - update it to the development version i need for the uni, builds, untested
---- Files affected: SPECS: pl.spec (1.63 -> 1.63.2.1) ---- Diffs: ================================================================ Index: SPECS/pl.spec diff -u SPECS/pl.spec:1.63 SPECS/pl.spec:1.63.2.1 --- SPECS/pl.spec:1.63 Thu May 20 21:47:47 2004 +++ SPECS/pl.spec Sat Mar 5 11:57:14 2005 @@ -1,16 +1,15 @@ # $Revision$, $Date$ -%define xpce_version 6.2.13 +%define xpce_version 6.5.8 Summary: SWI Prolog Language Summary(pl): Język SWI Prolog Name: pl -Version: 5.2.13 -Release: 2 +Version: 5.5.8 +Release: 1 License: GPL Group: Development/Languages -Source0: http://www.swi.psy.uva.nl/cgi-bin/nph-download/SWI-Prolog/%{name}-%{version}.tar.gz -# Source0-md5: 38122b7f4c3bc3961f7c58ae96b4d811 -Patch0: %{name}-smp.patch -Patch1: %{name}-opt.patch +Source0: http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/BETA/%{name}-%{version}.tar.gz +# Source0-md5: 5363848864a584040b0d2a9c9fdb1b92 +Patch0: %{name}-opt.patch URL: http://www.swi-prolog.org/ BuildRequires: XFree86-devel BuildRequires: autoconf @@ -19,6 +18,7 @@ BuildRequires: ncurses-devel BuildRequires: readline-devel >= 4.2 BuildRequires: unixODBC-devel +BuildRequires: gmp-devel Obsoletes: swi-prolog Obsoletes: swi-pl BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -58,8 +58,7 @@ %prep %setup -q -%patch0 -p0 -%patch1 -p1 +%patch0 -p1 %build cd src @@ -76,7 +75,7 @@ cd packages wd=`pwd` -for i in xpce/src clib cpp odbc table sgml semweb http sgml/RDF; do +for i in xpce/src chr clib cpp db mp odbc table sgml semweb http sgml/RDF; do cd $i cp -f /usr/share/automake/config.sub . %{__aclocal} @@ -99,7 +98,7 @@ install -d $RPM_BUILD_ROOT%{_libdir}/pl-%{version}/doc -for i in clib cpp odbc table sgml semweb http sgml/RDF xpce/src; do +for i in xpce/src chr clib cpp odbc table sgml semweb http sgml/RDF; do PATH=$RPM_BUILD_ROOT%{_bindir}:$PATH \ %{__make} rpm-install -C packages/$i \ PLBASE=$RPM_BUILD_ROOT%{_libdir}/pl-%{version} \ @@ -108,6 +107,14 @@ mandir=$RPM_BUILD_ROOT%{_mandir}/man1 done +for i in db mp; do + PATH=$RPM_BUILD_ROOT%{_bindir}:$PATH \ + %{__make} install -C packages/$i \ + PLBASE=$RPM_BUILD_ROOT%{_libdir}/pl-%{version} \ + prefix=$RPM_BUILD_ROOT%{_prefix} \ + bindir=$RPM_BUILD_ROOT%{_bindir} \ + mandir=$RPM_BUILD_ROOT%{_mandir}/man1 +done # why are manpages installed twice? #rm -rf $RPM_BUILD_ROOT%{_libdir}/pl-%{version}/man @@ -127,7 +134,7 @@ %{_libdir}/pl-%{version}/lib* %{_libdir}/pl-%{version}/include %{_libdir}/pl-%{version}/do* -%{_libdir}/pl-%{version}/runtime +#{_libdir}/pl-%{version}/runtime %{_libdir}/pl-%{version}/swipl %{_mandir}/man?/pl* #%{_mandir}/man?/readline* @@ -151,6 +158,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.63.2.1 2005/03/05 10:57:14 djurban +- update it to the development version i need for the uni, builds, untested + Revision 1.63 2004/05/20 19:47:47 qboosh - perform tests on alpha too (passed now); release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pl.spec?r1=1.63&r2=1.63.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
