]> git.pld-linux.org Git - packages/GiNaC.git/commitdiff
- added segv patch, fixed build on amd64, -devel deps; release 2 auto/ac/GiNaC-1_2_1-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 Aug 2004 19:19:31 +0000 (19:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GiNaC.spec -> 1.9

GiNaC.spec

index 746d7c10f90c6c7ca44badb0d23456cb0fbaee9e..0c84352fad6aff367c9ed2c5ecaa304219d45428 100644 (file)
@@ -2,15 +2,17 @@ Summary:      C++ class library for symbolic calculations
 Summary(pl):   Biblioteka klas C++ do obliczeñ symbolicznych
 Name:          GiNaC
 Version:       1.2.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/%{name}-%{version}.tar.bz2
 # Source0-md5: 3cd9554a92798440958b51e5a89a8b36
+Patch0:                %{name}-segv.patch
 URL:           http://www.ginac.de/
 BuildRequires: automake
 BuildRequires: cln-devel >= 1.1
 BuildRequires: readline-devel
+Requires:      cln >= 1.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,6 +29,7 @@ Summary:      Header files and more to develop GiNaC applications
 Summary(pl):   Pliki nag³ówkowe i inne do tworzenia aplikacji GiNaC
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      cln-devel >= 1.1
 
 %description devel
 This package contains include files and other resources you can use
@@ -68,8 +71,10 @@ zawarto
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+cp -f /usr/share/automake/config.* .
 %configure
 %{__make}
 
This page took 0.060624 seconds and 4 git commands to generate.