[ocaml-camlp5] New upstream version 6.06 (provides OCaml 4.0 support). Add HTML documentation to the -devel package

Jerry James jjames at fedoraproject.org
Fri Jun 8 21:42:52 UTC 2012


commit acfe8e9bc7e891f7d34acdd7c166a4f129834455
Author: Jerry James <loganjerry at gmail.com>
Date:   Fri Jun 8 15:42:41 2012 -0600

    New upstream version 6.06 (provides OCaml 4.0 support).
    Add HTML documentation to the -devel package.

 .gitignore        |    3 +--
 ocaml-camlp5.spec |   11 ++++++++---
 sources           |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ec80d8..499e22c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/camlp5-6.02.1.tgz
-/camlp5-6.02.3.tgz
+/camlp5-6.06.tgz
diff --git a/ocaml-camlp5.spec b/ocaml-camlp5.spec
index e7a3fa1..9367229 100644
--- a/ocaml-camlp5.spec
+++ b/ocaml-camlp5.spec
@@ -2,8 +2,8 @@
 %global debug_package %{nil}
 
 Name:           ocaml-camlp5
-Version:        6.02.3
-Release:        2%{?dist}
+Version:        6.06
+Release:        1%{?dist}
 Summary:        Classical version of camlp4 OCaml preprocessor
 
 Group:          Development/Libraries
@@ -64,6 +64,7 @@ make install \
   BINDIR=$RPM_BUILD_ROOT%{_bindir} \
   MANDIR=$RPM_BUILD_ROOT%{_mandir}
 cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/ocaml/camlp5/META
+rm -f doc/html/.cvsignore doc/htmlp/{.cvsignore,*.sh,Makefile,html2*}
 
 
 %files
@@ -78,7 +79,7 @@ cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/ocaml/camlp5/META
 
 
 %files devel
-%doc README LICENSE CHANGES ICHANGES DEVEL UPGRADING
+%doc CHANGES ICHANGES DEVEL UPGRADING doc/html doc/htmlp
 %if %opt
 %{_libdir}/ocaml/camlp5/*.a
 %{_libdir}/ocaml/camlp5/*.cmxa
@@ -92,6 +93,10 @@ cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/ocaml/camlp5/META
 
 
 %changelog
+* Fri Jun  8 2012 Jerry James <loganjerry at gmail.com> - 6.06-1
+- New upstream version 6.06 (provides OCaml 4.0 support)
+- Add HTML documentation to the -devel package
+
 * Fri Jan 06 2012 Richard W.M. Jones <rjones at redhat.com> - 6.02.3-2
 - Rebuild for OCaml 3.12.1.
 
diff --git a/sources b/sources
index 4010795..cd4de5d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4f5e0dc13c43d50eb655c8e929f556e  camlp5-6.02.3.tgz
+8de69094d73d24768844a5017a2bd04b  camlp5-6.06.tgz


More information about the scm-commits mailing list