]> git.pld-linux.org Git - packages/Yap.git/commitdiff
- up to 4.4.4, patch to use dirs from autoconf
authorundefine <undefine@pld-linux.org>
Mon, 18 Oct 2004 23:17:27 +0000 (23:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Yap.spec -> 1.6

Yap.spec

index c3fd640d45431741e2de364160fa7184bec2c1ed..6a2d2e6df5da542c03bfeafa062ecd9487d81409 100644 (file)
--- a/Yap.spec
+++ b/Yap.spec
@@ -1,13 +1,17 @@
 Summary:       Prolog Compiler
 Summary(pl):   Kompilator Prologu
 Name:          Yap
-Version:       4.3.22
-Release:       2
+Version:       4.4.4
+Release:       1
 License:       Artistic
 Group:         Development/Languages
-Source0:       http://www.ncc.up.pt/~vsc/Yap/Yap4.3/%{name}-%{version}.tar.gz
-# Source0-md5: f242618fc9e17ed2accd8e6b0ed68753
+Source0:       http://www.ncc.up.pt/~vsc/Yap/%{name}-%{version}.tar.gz
+# Source0-md5: 7d0f17305c87874dccdad5ce465a164a
+# Source0-size:        2970956
+Patch0:                %{name}-acdirs.patch
 URL:           http://www.ncc.up.pt/~vsc/Yap/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: readline-devel
 BuildRequires: indent
 BuildRequires: gmp-devel
@@ -41,8 +45,12 @@ Statyczna biblioteka dla kompilatora prologu YAP.
 
 %prep
 %setup -q
+%patch0
 
 %build
+cp -f /usr/share/automake/config.sub .
+%{__aclocal}
+%{__autoconf}
 %configure \
        --enable-coroutining \
        --enable-depth-limit \
This page took 0.072572 seconds and 4 git commands to generate.