Update to release 7.10.
This commit is contained in:
parent
7abaa82fd2
commit
8a37e57374
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/rel703.tar.gz
|
/rel703.tar.gz
|
||||||
/rel705.tar.gz
|
/rel705.tar.gz
|
||||||
/camlp5-7.07-git9b9eb124c.tar.gz
|
/camlp5-7.07-git9b9eb124c.tar.gz
|
||||||
|
/rel710.tar.gz
|
||||||
|
@ -4,17 +4,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ocaml-camlp5
|
Name: ocaml-camlp5
|
||||||
Version: 7.08
|
Version: 7.10
|
||||||
Release: 0.6.git9b9eb124c%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Classical version of camlp4 OCaml preprocessor
|
Summary: Classical version of camlp4 OCaml preprocessor
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://camlp5.github.io/
|
URL: https://camlp5.github.io/
|
||||||
|
|
||||||
#Source0: https://github.com/camlp5/camlp5/archive/rel700.tar.gz
|
Source0: https://github.com/camlp5/camlp5/archive/rel710.tar.gz
|
||||||
# Constructed using:
|
|
||||||
# git archive --format=tar --prefix=camlp5-7.07/ HEAD | gzip > /var/tmp/camlp5-7.07-git9b9eb124c.tar.gz
|
|
||||||
Source0: camlp5-7.07-git9b9eb124c.tar.gz
|
|
||||||
|
|
||||||
# Kill -warn-error A
|
# Kill -warn-error A
|
||||||
Patch0: camlp5-6.11-kill-warn-error.patch
|
Patch0: camlp5-6.11-kill-warn-error.patch
|
||||||
@ -46,7 +43,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n camlp5-7.07
|
%setup -q -n camlp5-rel710
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
find . -name .gitignore -delete
|
find . -name .gitignore -delete
|
||||||
|
|
||||||
@ -90,7 +87,7 @@ rm -f doc/htmlp/{*.sh,Makefile,html2*}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README
|
%doc README.md
|
||||||
%{_libdir}/ocaml/camlp5
|
%{_libdir}/ocaml/camlp5
|
||||||
%if %opt
|
%if %opt
|
||||||
%exclude %{_libdir}/ocaml/camlp5/*.a
|
%exclude %{_libdir}/ocaml/camlp5/*.a
|
||||||
@ -115,7 +112,8 @@ rm -f doc/htmlp/{*.sh,Makefile,html2*}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 05 2019 Richard W.M. Jones <rjones@redhat.com> - 7.08-0.6.git9b9eb124c
|
* Thu Dec 05 2019 Richard W.M. Jones <rjones@redhat.com> - 7.10-1
|
||||||
|
- Update to release 7.10.
|
||||||
- OCaml 4.09.0 (final) rebuild.
|
- OCaml 4.09.0 (final) rebuild.
|
||||||
|
|
||||||
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 7.08-0.5.git9b9eb124c
|
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 7.08-0.5.git9b9eb124c
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (camlp5-7.07-git9b9eb124c.tar.gz) = 227c9a58f9b70e8b6ada6eb67b151da4feb2b90d06d040d40bb28f492b16b9800a3cfc513b52c8f6d518b003d653091a1e87b93ea5f3c6a865358c9fbb82d522
|
SHA512 (rel710.tar.gz) = faa9e88f56477162038fc80429d5839c93b3e38aec90366730babe737e2e6bb260dc39975947a6601212cc0c68f465bdbccb6337da23c07181909dfb11cf8640
|
||||||
|
Loading…
x
Reference in New Issue
Block a user