New upstream version 0.5.2.
OCaml 4.06.0 rebuild.
This commit is contained in:
parent
3bb953ce84
commit
a9e8600c63
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ ocaml-fileutils-0.4.0.tar.gz
|
|||||||
/ocaml-fileutils-0.4.4.tar.gz
|
/ocaml-fileutils-0.4.4.tar.gz
|
||||||
/ocaml-fileutils-0.4.5.tar.gz
|
/ocaml-fileutils-0.4.5.tar.gz
|
||||||
/ocaml-fileutils-0.5.1.tar.gz
|
/ocaml-fileutils-0.5.1.tar.gz
|
||||||
|
/ocaml-fileutils-0.5.2.tar.gz
|
||||||
|
@ -1,16 +1,11 @@
|
|||||||
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
|
||||||
%if ! %opt
|
|
||||||
%global debug_package %{nil}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: ocaml-fileutils
|
Name: ocaml-fileutils
|
||||||
Version: 0.5.1
|
Version: 0.5.2
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OCaml library for common file and filename operations
|
Summary: OCaml library for common file and filename operations
|
||||||
|
|
||||||
License: LGPLv2 with exceptions
|
License: LGPLv2 with exceptions
|
||||||
URL: https://forge.ocamlcore.org/projects/ocaml-fileutils/
|
URL: https://forge.ocamlcore.org/projects/ocaml-fileutils/
|
||||||
Source0: http://forge.ocamlcore.org/frs/download.php/1651/ocaml-fileutils-0.5.1.tar.gz
|
Source0: http://forge.ocamlcore.org/frs/download.php/1695/ocaml-fileutils-0.5.2.tar.gz
|
||||||
|
|
||||||
BuildRequires: ocaml >= 4.00.1
|
BuildRequires: ocaml >= 4.00.1
|
||||||
BuildRequires: ocaml-findlib-devel >= 1.3.3-3
|
BuildRequires: ocaml-findlib-devel >= 1.3.3-3
|
||||||
@ -74,7 +69,7 @@ make test
|
|||||||
%files
|
%files
|
||||||
%doc COPYING.txt
|
%doc COPYING.txt
|
||||||
%{_libdir}/ocaml/fileutils
|
%{_libdir}/ocaml/fileutils
|
||||||
%if %opt
|
%ifarch %{ocaml_native_compiler}
|
||||||
%exclude %{_libdir}/ocaml/fileutils/*.a
|
%exclude %{_libdir}/ocaml/fileutils/*.a
|
||||||
%exclude %{_libdir}/ocaml/fileutils/*.cmx
|
%exclude %{_libdir}/ocaml/fileutils/*.cmx
|
||||||
%exclude %{_libdir}/ocaml/fileutils/*.cmxa
|
%exclude %{_libdir}/ocaml/fileutils/*.cmxa
|
||||||
@ -85,7 +80,7 @@ make test
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc COPYING.txt AUTHORS.txt CHANGELOG.txt README.txt TODO.txt
|
%doc COPYING.txt AUTHORS.txt CHANGELOG.txt README.txt TODO.txt
|
||||||
%if %opt
|
%ifarch %{ocaml_native_compiler}
|
||||||
%{_libdir}/ocaml/fileutils/*.a
|
%{_libdir}/ocaml/fileutils/*.a
|
||||||
%{_libdir}/ocaml/fileutils/*.cmx
|
%{_libdir}/ocaml/fileutils/*.cmx
|
||||||
%{_libdir}/ocaml/fileutils/*.cmxa
|
%{_libdir}/ocaml/fileutils/*.cmxa
|
||||||
@ -95,7 +90,8 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 0.5.1-9
|
* Wed Nov 08 2017 Richard W.M. Jones <rjones@redhat.com> - 0.5.2-1
|
||||||
|
- New upstream version 0.5.2.
|
||||||
- OCaml 4.06.0 rebuild.
|
- OCaml 4.06.0 rebuild.
|
||||||
|
|
||||||
* Mon Aug 07 2017 Richard W.M. Jones <rjones@redhat.com> - 0.5.1-8
|
* Mon Aug 07 2017 Richard W.M. Jones <rjones@redhat.com> - 0.5.1-8
|
||||||
|
Loading…
Reference in New Issue
Block a user