]> git.pld-linux.org Git - packages/Yap.git/commitdiff
- update ac patch
authorundefine <undefine@pld-linux.org>
Thu, 9 Dec 2004 22:56:25 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ExcludeArch: alpha
- doesn't build, problems with alpha on sf since 4.3.22
  (http://sourceforge.net/tracker/index.php?func=detail&aid=668235&group_id=24437&atid=381483),
  no idea how to fix it ;)

Changed files:
    Yap.spec -> 1.8

Yap.spec

index 962dfd32c10447c7231063889c2e4fa0e88cfdfa..32b1ab8cb8fafddb71dfc14dd7883eb1f3e63432 100644 (file)
--- a/Yap.spec
+++ b/Yap.spec
@@ -14,6 +14,7 @@ BuildRequires:        automake
 BuildRequires: readline-devel
 BuildRequires: indent
 BuildRequires: gmp-devel
+ExcludeArch:   alpha
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,7 +45,7 @@ Statyczna biblioteka dla kompilatora prologu YAP.
 
 %prep
 %setup -q
-%patch0
+%patch0 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -60,7 +61,7 @@ cp -f /usr/share/automake/config.sub .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_infodir},%{_examplesdir}/%{name}-%{version}}
+install -d $RPM_BUILD_ROOT{%{_infodir},%{_examplesdir}/%{name}-%{version},%{_libdir}/%{name}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
This page took 0.055659 seconds and 4 git commands to generate.