]> git.pld-linux.org Git - packages/GiNaC.git/commitdiff
- rel 2; rebuild am/ac (fixes build) auto/th/GiNaC-1_4_3-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 2 Nov 2008 19:50:18 +0000 (19:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GiNaC.spec -> 1.28

GiNaC.spec

index 433a53efd865f63403d3c682fdc6b0185f90205e..e1b53053f5769c23b49e9fc062ee596b203b38ab 100644 (file)
@@ -2,7 +2,7 @@ Summary:        C++ class library for symbolic calculations
 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
@@ -10,9 +10,11 @@ Source0:     ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ginac-%{version}.tar.bz2
 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
@@ -82,7 +84,10 @@ zawartość archiwów GiNaC.
 %{__rm} ginac/input_parser.{cc,h}
 
 %build
-cp -f /usr/share/automake/config.* .
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.031679 seconds and 4 git commands to generate.