Author: arekm Date: Sun Nov 2 19:50:23 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; rebuild am/ac (fixes build)
---- Files affected: SPECS: GiNaC.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/GiNaC.spec diff -u SPECS/GiNaC.spec:1.27 SPECS/GiNaC.spec:1.28 --- SPECS/GiNaC.spec:1.27 Sun Aug 31 16:03:45 2008 +++ SPECS/GiNaC.spec Sun Nov 2 20:50:18 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Biblioteka klas C++ do obliczeń symbolicznych Name: GiNaC Version: 1.4.3 -Release: 1 +Release: 2 License: GPL v2+ Group: Libraries Source0: ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ginac-%{version}.tar.bz2 @@ -11,9 +11,11 @@ Patch0: %{name}-info.patch URL: http://www.ginac.de/ BuildRequires: automake +BuildRequires: autoconf BuildRequires: bison >= 2.3 BuildRequires: cln-devel >= 1.1.6 BuildRequires: libstdc++-devel +BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: texinfo @@ -83,7 +85,10 @@ %{__rm} ginac/input_parser.{cc,h} %build -cp -f /usr/share/automake/config.* . +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} %configure %{__make} @@ -140,6 +145,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2008/11/02 19:50:18 arekm +- rel 2; rebuild am/ac (fixes build) + Revision 1.27 2008/08/31 14:03:45 qboosh - updated to 1.4.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/GiNaC.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
