New upstream version 6.06 (provides OCaml 4.0 support).

Add HTML documentation to the -devel package.
This commit is contained in:
Jerry James 2012-06-08 15:42:41 -06:00
parent 0e6d1b4912
commit acfe8e9bc7
3 changed files with 10 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/camlp5-6.02.1.tgz
/camlp5-6.02.3.tgz
/camlp5-6.06.tgz

View File

@ -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@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@redhat.com> - 6.02.3-2
- Rebuild for OCaml 3.12.1.

View File

@ -1 +1 @@
a4f5e0dc13c43d50eb655c8e929f556e camlp5-6.02.3.tgz
8de69094d73d24768844a5017a2bd04b camlp5-6.06.tgz