summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2014-01-20 14:25:25 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2014-01-20 14:25:25 +0700
commit76984c832c1dce396283099c11366f94d293b490 (patch)
treec56043128f7bc6d1f9d9a03370db0e72de8b0b9a
parent191de69dd9c4cc3edb07e59dd89d29b80a3cb5b1 (diff)
downloadspecs-76984c832c1dce396283099c11366f94d293b490.tar.gz
specs-76984c832c1dce396283099c11366f94d293b490.tar.xz
specs-76984c832c1dce396283099c11366f94d293b490.zip
Remove unused dependency on chrpath
-rw-r--r--ocaml/ocaml-biniou.spec2
-rw-r--r--ocaml/ocaml-cppo.spec1
-rw-r--r--ocaml/ocaml-easy-format.spec2
-rw-r--r--ocaml/ocaml-xmlm.spec2
-rw-r--r--ocaml/ocaml-yojson.spec2
5 files changed, 0 insertions, 9 deletions
diff --git a/ocaml/ocaml-biniou.spec b/ocaml/ocaml-biniou.spec
index 89bd77d..1936183 100644
--- a/ocaml/ocaml-biniou.spec
+++ b/ocaml/ocaml-biniou.spec
@@ -19,7 +19,6 @@ BuildRequires: ocaml >= 3.10.0
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-easy-format-devel
BuildRequires: ocaml-ocamldoc
-BuildRequires: chrpath
%description
Biniou (pronounced "be new") is a binary data format designed for
@@ -70,7 +69,6 @@ make install
strip $RPM_BUILD_ROOT%{_bindir}/bdump
strip $OCAMLFIND_DESTDIR/%{libname}/*.cmxs
-#chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
%files
diff --git a/ocaml/ocaml-cppo.spec b/ocaml/ocaml-cppo.spec
index 2200fc8..78ef017 100644
--- a/ocaml/ocaml-cppo.spec
+++ b/ocaml/ocaml-cppo.spec
@@ -17,7 +17,6 @@ Source0: http://mjambon.com/releases/cppo/cppo-%{version}.tar.gz
BuildRequires: ocaml >= 3.10.0
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-ocamldoc
-BuildRequires: chrpath
%description
Cppo is an equivalent of the C preprocessor targeted at the OCaml
diff --git a/ocaml/ocaml-easy-format.spec b/ocaml/ocaml-easy-format.spec
index f710cb2..5d61a97 100644
--- a/ocaml/ocaml-easy-format.spec
+++ b/ocaml/ocaml-easy-format.spec
@@ -17,7 +17,6 @@ Source0: http://mjambon.com/releases/easy-format/easy-format-1.0.2.tar.gz
BuildRequires: ocaml >= 3.10.0
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-ocamldoc
-BuildRequires: chrpath
%description
This module offers a high-level and functional interface to the Format
@@ -68,7 +67,6 @@ mkdir -p $OCAMLFIND_DESTDIR
make install
strip $OCAMLFIND_DESTDIR/%{libname}/*.cmxs
-#chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
%files
diff --git a/ocaml/ocaml-xmlm.spec b/ocaml/ocaml-xmlm.spec
index 28f0b07..294372e 100644
--- a/ocaml/ocaml-xmlm.spec
+++ b/ocaml/ocaml-xmlm.spec
@@ -17,7 +17,6 @@ Source0: http://erratique.ch/software/xmlm/releases/xmlm-%{version}.tbz
BuildRequires: ocaml >= 3.10.0
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-ocamldoc
-BuildRequires: chrpath
%description
Xmlm is an OCaml streaming codec to decode and encode the XML data
@@ -55,7 +54,6 @@ cp -p _build/pkg/META _build/src/xmlm.{a,cm*,mli} $OCAMLFIND_DESTDIR/%{libname}/
strip $RPM_BUILD_ROOT%{_bindir}/xmltrip
strip $OCAMLFIND_DESTDIR/%{libname}/xmlm.cmxs
-#chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
%files
diff --git a/ocaml/ocaml-yojson.spec b/ocaml/ocaml-yojson.spec
index 70700e2..eed1643 100644
--- a/ocaml/ocaml-yojson.spec
+++ b/ocaml/ocaml-yojson.spec
@@ -21,7 +21,6 @@ BuildRequires: ocaml-ocamldoc
BuildRequires: ocaml-biniou-devel
BuildRequires: ocaml-cppo
BuildRequires: ocaml-easy-format-devel
-BuildRequires: chrpath
%description
Yojson is an optimized parsing and printing library for the JSON
@@ -68,7 +67,6 @@ make install
strip $RPM_BUILD_ROOT%{_bindir}/ydump
strip $OCAMLFIND_DESTDIR/%{libname}/*.cmxs
-#chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
%files