]> git.pld-linux.org Git - packages/Yap.git/commitdiff
- added info patch (direntry unification) auto/ac/Yap-4_5_5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 24 Dec 2004 16:15:11 +0000 (16:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Yap.spec -> 1.10

Yap.spec

index ecbd1c553bb17d472f45f7f3d6c8afd203c36a2f..a1587db0be479c300ccd1e4679d722ed16cc9d6e 100644 (file)
--- a/Yap.spec
+++ b/Yap.spec
@@ -10,12 +10,14 @@ Source0:    http://dl.sourceforge.net/yap/%{name}-%{version}.tar.gz
 Patch0:                %{name}-acdirs.patch
 Patch1:                %{name}-port.patch
 Patch2:                %{name}-nolibs.patch
+Patch3:                %{name}-info.patch
 URL:           http://www.ncc.up.pt/~vsc/Yap/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: readline-devel
-BuildRequires: indent
 BuildRequires: gmp-devel
+BuildRequires: indent
+BuildRequires: readline-devel
+BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # follow configure
@@ -52,6 +54,7 @@ Statyczna biblioteka dla kompilatora prologu YAP.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -68,6 +71,8 @@ CFLAGS="%{rpmcflags}%{!?debug: -fomit-frame-pointer} -Wall"
 
 %{__make}
 
+%{__make} -C docs info
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_infodir},%{_examplesdir}/%{name}-%{version},%{_libdir}/%{name}}
This page took 0.069777 seconds and 4 git commands to generate.