2012-10-19 13:10:01 +00:00
|
|
|
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
2008-05-12 19:18:15 +00:00
|
|
|
|
|
|
|
Name: ocaml-ounit
|
2012-06-30 09:15:13 +00:00
|
|
|
Version: 1.1.2
|
2014-02-14 17:49:08 +00:00
|
|
|
Release: 8%{?dist}
|
2008-05-12 19:18:15 +00:00
|
|
|
Summary: Unit test framework for OCaml
|
|
|
|
|
|
|
|
License: MIT
|
2011-01-05 15:52:17 +00:00
|
|
|
URL: http://ounit.forge.ocamlcore.org/
|
2012-06-30 09:15:13 +00:00
|
|
|
Source0: http://forge.ocamlcore.org/frs/download.php/886/ounit-%{version}.tar.gz
|
2009-04-16 09:06:12 +00:00
|
|
|
ExcludeArch: sparc64 s390 s390x
|
2008-05-12 19:18:15 +00:00
|
|
|
|
|
|
|
BuildRequires: ocaml >= 3.10.0
|
|
|
|
BuildRequires: ocaml-findlib-devel
|
|
|
|
BuildRequires: ocaml-ocamldoc
|
2011-01-05 16:16:23 +00:00
|
|
|
BuildRequires: ocaml-camlp4-devel
|
2008-05-12 19:18:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
OUnit is a unit test framework for OCaml. It allows one to easily
|
|
|
|
create unit-tests for OCaml code. It is based on HUnit, a unit testing
|
|
|
|
framework for Haskell. It is similar to JUnit, and other xUnit testing
|
|
|
|
frameworks.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and signature files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n ounit-%{version}
|
2011-01-05 15:52:17 +00:00
|
|
|
sh ./configure --destdir $RPM_BUILD_ROOT
|
2008-05-12 19:18:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
make all
|
|
|
|
make doc
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
|
|
|
|
mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
|
|
|
|
make install
|
|
|
|
|
2011-01-05 15:52:17 +00:00
|
|
|
# Remove this, reinstall it properly with a %%doc rule below.
|
|
|
|
rm -rf $RPM_BUILD_ROOT/usr/local/share/doc
|
|
|
|
|
2008-05-12 19:18:15 +00:00
|
|
|
|
|
|
|
%files
|
2011-01-05 15:52:17 +00:00
|
|
|
%doc LICENSE.txt
|
2008-05-12 19:18:15 +00:00
|
|
|
%{_libdir}/ocaml/oUnit
|
|
|
|
%if %opt
|
|
|
|
%exclude %{_libdir}/ocaml/oUnit/*.a
|
|
|
|
%exclude %{_libdir}/ocaml/oUnit/*.cmxa
|
|
|
|
%endif
|
|
|
|
%exclude %{_libdir}/ocaml/oUnit/*.mli
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
2011-01-05 15:52:17 +00:00
|
|
|
%doc LICENSE.txt README.txt
|
|
|
|
%doc _build/src/api-ounit.docdir/*
|
2008-05-12 19:18:15 +00:00
|
|
|
%if %opt
|
|
|
|
%{_libdir}/ocaml/oUnit/*.a
|
|
|
|
%{_libdir}/ocaml/oUnit/*.cmxa
|
|
|
|
%endif
|
|
|
|
%{_libdir}/ocaml/oUnit/*.mli
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2014-02-14 17:49:08 +00:00
|
|
|
* Fri Feb 14 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-8
|
|
|
|
- Rebuild for updated Arg module (RHBZ#1065447).
|
|
|
|
|
2013-09-14 06:27:03 +00:00
|
|
|
* Sat Sep 14 2013 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-7
|
2013-09-18 22:10:16 +00:00
|
|
|
- Rebuild for OCaml 4.01.0.
|
2013-09-14 06:27:03 +00:00
|
|
|
- Enable debuginfo.
|
|
|
|
|
2013-08-03 14:59:13 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 09:01:47 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-10-19 13:10:01 +00:00
|
|
|
* Fri Oct 19 2012 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-4
|
|
|
|
- Rebuild for OCaml 4.00.1.
|
|
|
|
- Clean up the spec file.
|
|
|
|
|
2012-07-28 18:13:35 +00:00
|
|
|
* Sat Jul 28 2012 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-3
|
|
|
|
- Bump and rebuild against new OCaml 4.00.0 official release.
|
|
|
|
|
2012-07-20 06:06:48 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-30 09:15:13 +00:00
|
|
|
* Sat Jun 30 2012 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-1
|
|
|
|
- New upstream version 1.1.2, fixed for OCaml 4.00.0.
|
|
|
|
|
2012-06-09 16:35:07 +00:00
|
|
|
* Sat Jun 09 2012 Richard W.M. Jones <rjones@redhat.com> - 1.1.0-6
|
|
|
|
- Rebuild for OCaml 4.00.0.
|
|
|
|
|
2012-05-14 19:36:27 +00:00
|
|
|
* Mon May 14 2012 Richard W.M. Jones <rjones@redhat.com> - 1.1.0-5
|
|
|
|
- Bump release and rebuild for new OCaml on ARM.
|
|
|
|
|
2012-01-06 15:23:14 +00:00
|
|
|
* Fri Jan 06 2012 Richard W.M. Jones <rjones@redhat.com> - 1.1.0-4
|
|
|
|
- Rebuild for OCaml 3.12.1.
|
|
|
|
|
2011-02-09 02:02:12 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-05 16:16:23 +00:00
|
|
|
* Wed Jan 5 2011 Richard W.M. Jones <rjones@redhat.com> - 1.1.0-2
|
2011-01-05 15:52:17 +00:00
|
|
|
- New upstream version 1.1.0.
|
|
|
|
- Project has moved to new upstream URL and Source0.
|
|
|
|
- Rebuild for OCaml 3.12.0.
|
|
|
|
- New build system:
|
|
|
|
+ doesn't need 'make allopt'
|
|
|
|
+ DESTDIR logic changed (see OASIS bug 852)
|
|
|
|
+ docdir moved
|
2011-01-05 16:16:23 +00:00
|
|
|
- LICENSE and README files renamed.
|
|
|
|
- BR camlp4.
|
2011-01-05 15:52:17 +00:00
|
|
|
|
2009-12-30 13:51:44 +00:00
|
|
|
* Wed Dec 30 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-7
|
|
|
|
- Rebuild for OCaml 3.11.2.
|
|
|
|
|
2009-07-25 20:01:56 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-05-23 08:18:06 +00:00
|
|
|
* Sat May 23 2009 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-5
|
|
|
|
- Rebuild for OCaml 3.11.1
|
|
|
|
|
2009-04-16 09:06:12 +00:00
|
|
|
* 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)
|
|
|
|
|
2009-02-26 07:23:30 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-04 19:34:31 +00:00
|
|
|
* Wed Nov 26 2008 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-3
|
|
|
|
- Rebuild for OCaml 3.11.0+rc1.
|
|
|
|
|
2008-11-24 11:46:06 +00:00
|
|
|
* Wed Nov 19 2008 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-2
|
|
|
|
- Rebuild for OCaml 3.11.0
|
|
|
|
|
2008-08-31 10:02:34 +00:00
|
|
|
* Sun Aug 31 2008 Richard W.M. Jones <rjones@redhat.com> - 1.0.3-1
|
|
|
|
- New upstream version 1.0.3.
|
|
|
|
|
2008-05-12 19:18:15 +00:00
|
|
|
* Mon May 12 2008 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-2
|
|
|
|
- License is MIT.
|
|
|
|
|
|
|
|
* Sat May 3 2008 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-1
|
|
|
|
- Initial RPM release.
|