From f7d5e06c14f8960ffcf474a9749e08ee22e4b89d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 31 Aug 2008 09:57:40 +0000 Subject: [PATCH] - New upstream version 1.2.2. - Strip ocamlfind binary. - Remove zero-length file. --- .cvsignore | 2 +- import.log | 1 + ocaml-findlib.spec | 12 ++++++++++-- sources | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index 99c072a..57dc48f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -findlib-1.2.1.tar.gz +findlib-1.2.2.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..5424b8d --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +ocaml-findlib-1_2_2-1_fc10:HEAD:ocaml-findlib-1.2.2-1.fc10.src.rpm:1220176603 diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 7790854..9cbec81 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -2,8 +2,8 @@ %define debug_package %{nil} Name: ocaml-findlib -Version: 1.2.1 -Release: 3%{?dist} +Version: 1.2.2 +Release: 1%{?dist} Summary: Objective CAML package manager and build helper Group: Development/Libraries @@ -57,6 +57,7 @@ make all %if %opt make opt %endif +rm doc/guide-html/TIMESTAMP %install @@ -66,6 +67,8 @@ mkdir -p $RPM_BUILD_ROOT%{_bindir} make install prefix=$RPM_BUILD_ROOT OCAMLFIND_BIN=$RPM_BUILD_ROOT%{_bindir} mv $RPM_BUILD_ROOT/$RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_bindir} +strip $RPM_BUILD_ROOT%{_bindir}/ocamlfind + %clean rm -rf $RPM_BUILD_ROOT @@ -106,6 +109,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 31 2008 Richard W.M. Jones - 1.2.2-1 +- New upstream version 1.2.2. +- Strip ocamlfind binary. +- Remove zero-length file. + * Mon Apr 21 2008 Richard W.M. Jones - 1.2.1-3 - New upstream URLs. diff --git a/sources b/sources index 6f17773..22b8fda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fa580a4c1fc28c06fe79aa1c98b6ef2d findlib-1.2.1.tar.gz +f561c74b110ffc2dc947d5b2297ca9ea findlib-1.2.2.tar.gz