]> git.pld-linux.org Git - packages/swig.git/commitdiff
- br: ocaml not ocaml-devel
authorMichal Moskal <michal@moskal.me>
Tue, 25 Feb 2003 11:14:02 +0000 (11:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added %%{__libtoolize}; now it builds for me (libtool 1.4e)

Changed files:
    swig.spec -> 1.38

swig.spec

index aa28ac11c13687dfd68a1ba4862912df5af3f980..4894e7638df5a1ebc4490ca2ed1e2b192c0dcf74 100644 (file)
--- a/swig.spec
+++ b/swig.spec
@@ -18,7 +18,7 @@ BuildRequires:        php-devel >= 4.1.0
 BuildRequires: python >= 2.2
 BuildRequires: ruby >= 1.6.3
 BuildRequires: tcl >= 8.3.3
-BuildRequires: ocaml-devel
+BuildRequires: ocaml
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -130,6 +130,7 @@ Biblioteka SWIG: ocaml.
 oldpwd=$PWD
 for i in . Source/DOH Tools Examples/GIFPlot; do
   cd $i
+  %{__libtoolize}
   %{__aclocal}
   %{__autoconf}
   cd $oldpwd
This page took 0.036019 seconds and 4 git commands to generate.