ocaml-lwt/ocaml-lwt.spec

193 lines
5.8 KiB
RPMSpec
Raw Normal View History

%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
2008-09-03 21:02:17 +00:00
Name: ocaml-lwt
2013-09-14 12:58:07 +00:00
Version: 2.4.3
Release: 4%{?dist}
2008-09-03 21:02:17 +00:00
Summary: OCaml lightweight thread library
# The openssl linking exception is granted.
2008-09-03 21:02:17 +00:00
License: LGPLv2+ with exceptions
URL: http://ocsigen.org/lwt
2011-01-06 17:13:20 +00:00
Source0: http://ocsigen.org/download/lwt-%{version}.tar.gz
ExclusiveArch: %{ocaml_arches}
2008-09-03 21:02:17 +00:00
2011-01-06 17:13:20 +00:00
# Location of libev headers on Fedora is in /usr/include/libev/ev.h
# so we need to patch the source accordingly.
Patch0: lwt-2.4.3-libev.patch
# Adapt to changes in OCaml 4.01.0
Patch1: lwt-2.4.3-ocaml41.patch
2011-01-06 17:13:20 +00:00
2008-09-03 21:02:17 +00:00
BuildRequires: ocaml >= 3.10.0
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-ocamldoc
2009-10-12 08:50:06 +00:00
BuildRequires: ocaml-camlp4-devel
2008-09-03 21:02:17 +00:00
BuildRequires: ocaml-ssl >= 0.4.0
BuildRequires: ocaml-react >= 0.9.0
BuildRequires: chrpath
BuildRequires: glib2-devel
2011-01-06 17:13:20 +00:00
BuildRequires: libev-devel
2008-09-03 21:02:17 +00:00
%description
Lwt is a lightweight thread library for Objective Caml. This library
is part of the Ocsigen project.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
2008-09-03 21:02:17 +00:00
%description devel
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.
%prep
2011-01-06 17:13:20 +00:00
%setup -q -n lwt-%{version}
%patch0
%patch1
2008-09-03 21:02:17 +00:00
mv README README.old
iconv -f iso-8859-1 -t utf-8 < README.old > README
touch -r README.old README
2008-09-03 21:02:17 +00:00
%build
./configure --enable-ssl --enable-glib --enable-react --prefix=%{_prefix}
2008-09-03 21:02:17 +00:00
make
%install
export DESTDIR=$RPM_BUILD_ROOT
export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
make install
chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
2008-09-03 21:02:17 +00:00
%check
./configure --enable-ssl --enable-glib --enable-react --enable-tests \
--prefix=%{_prefix}
make test
2008-09-03 21:02:17 +00:00
%files
%doc LICENSE COPYING
%{_libdir}/ocaml/lwt
%if %opt
%exclude %{_libdir}/ocaml/lwt/*.a
%exclude %{_libdir}/ocaml/lwt/*.cmxa
2011-01-06 17:13:20 +00:00
#%exclude %{_libdir}/ocaml/lwt/*.cmx
2008-09-03 21:02:17 +00:00
%endif
%exclude %{_libdir}/ocaml/lwt/*.mli
%{_libdir}/ocaml/stublibs/*.so
%{_libdir}/ocaml/stublibs/*.so.owner
2008-09-03 21:02:17 +00:00
%files devel
%doc CHANGES CHANGES.darcs README manual/manual.pdf
2008-09-03 21:02:17 +00:00
%if %opt
%{_libdir}/ocaml/lwt/*.a
%{_libdir}/ocaml/lwt/*.cmxa
2011-01-06 17:13:20 +00:00
#%{_libdir}/ocaml/lwt/*.cmx
2008-09-03 21:02:17 +00:00
%endif
%{_libdir}/ocaml/lwt/*.mli
%changelog
* Wed Sep 18 2013 Jerry James <loganjerry@gmail.com> - 2.4.3-4
- Rebuild for OCaml 4.01.0, and add -ocaml41 patch to adapt to changes
- Enable debuginfo
- Enable glib integration
- Add check script
- Add manual to -devel subpackage
- Minor spec file cleanups
* Sat Sep 14 2013 Scott Tsai <scottt.tw@gmail.com> - 2.4.3-3
2013-09-14 12:58:07 +00:00
- New upstream version 2.4.3
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Oct 30 2012 Richard W.M. Jones <rjones@redhat.com> - 2.4.2-1
- New upstream version 2.4.2.
- Rebuild for OCaml 4.00.1.
- Remove patches which are now upstream.
- Clean up spec file.
2012-07-30 07:37:47 +00:00
* Mon Jul 30 2012 Richard W.M. Jones <rjones@redhat.com> - 2.3.2-7
- Rebuild for OCaml 4.00.0 official.
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Thu Jun 14 2012 Scott Tsai <scottt.tw@gmail.com> - 2.3.2-5
- Patch myocamlobuild.ml in lwt-2.3.2-ocaml-4.patch to
add compiler-libs to search patch for "Toploop".
- Add oasis-common.patch to make setup.ml work on OCaml 4.00.0
- Both patches from https://sympa.inria.fr/sympa/arc/caml-list/2012-05/msg00223.html
2012-06-11 12:09:57 +00:00
* Mon Jun 11 2012 Richard W.M. Jones <rjones@redhat.com> - 2.3.2-4
- Patch for OCaml 4.00.0.
2012-06-10 23:19:07 +00:00
* Sun Jun 10 2012 Richard W.M. Jones <rjones@redhat.com> - 2.3.2-3
- Rebuild for OCaml 4.00.0.
2012-01-07 18:09:34 +00:00
* Sat Jan 07 2012 Richard W.M. Jones <rjones@redhat.com> - 2.3.2-2
- Rebuild for OCaml 3.12.1.
* Thu Dec 08 2011 Scott Tsai scottt.tw@gmail.com - 2.3.2-1
2011-12-08 14:31:10 +00:00
- New upstream version 2.3.2.
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-01-06 17:13:20 +00:00
* Thu Jan 6 2011 Richard W.M. Jones <rjones@redhat.com> - 2.2.0-1
- New upstream version 2.2.0.
- Rebuild for OCaml 3.12.0.
- Add BR libev-devel.
- Patch <ev.h> -> <libev/ev.h>
- *.cmx files are no longer being distributed.
- No VERSION file.
2009-12-30 13:50:41 +00:00
* Wed Dec 30 2009 Richard W.M. Jones <rjones@redhat.com> - 2.0.0-0.3.rc1
- Rebuild for OCaml 3.11.2.
2009-10-12 08:50:06 +00:00
* Mon Oct 12 2009 Richard W.M. Jones <rjones@redhat.com> - 2.0.0-0.2.rc1.fc13
- ocaml-react is now in Fedora, so build this package.
2009-10-12 08:50:06 +00:00
- Missing BR on camlp4.
* Thu Oct 8 2009 Richard W.M. Jones <rjones@redhat.com> - 2.0.0-0.rc1.fc13
- New upstream version 2.0.0+rc1.
- NB. This cannot be built as it depends on new package ocaml-react
(RHBZ#527971).
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-05-23 11:07:22 +00:00
* Sat May 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.1.0-5
- Rebuild for OCaml 3.11.1
* Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x@lists.fedoraproject.org>
- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
(added sparc64 per request from the sparc maintainer)
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-12-04 12:48:03 +00:00
* Thu Dec 4 2008 Richard W.M. Jones <rjones@redhat.com> - 1.1.0-3
- Rebuild.
* Wed Sep 3 2008 Richard W.M. Jones <rjones@redhat.com> - 1.1.0-2
- Rebuild with higher EVR than F-9 branch.
2008-09-03 21:02:17 +00:00
* Mon Sep 1 2008 Richard W.M. Jones <rjones@redhat.com> - 1.1.0-1
- Initial RPM release.