rpms/ocaml-lwt/devel .cvsignore, 1.2, 1.3 ocaml-lwt.spec, 1.7, 1.8 sources, 1.2, 1.3

Richard W.M. Jones rjones at fedoraproject.org
Thu Oct 8 12:42:49 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-lwt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4872

Modified Files:
	.cvsignore ocaml-lwt.spec sources 
Log Message:
- New upstream version 2.0.0+rc1.
- NB. This cannot be built as it depends on new package ocaml-react
  (RHBZ#527971).



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-lwt/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	3 Sep 2008 21:02:17 -0000	1.2
+++ .cvsignore	8 Oct 2009 12:42:49 -0000	1.3
@@ -1 +1 @@
-lwt-1.1.0.tar.gz
+lwt-2.0.0+rc1.tar.gz


Index: ocaml-lwt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-lwt/devel/ocaml-lwt.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- ocaml-lwt.spec	25 Jul 2009 19:59:20 -0000	1.7
+++ ocaml-lwt.spec	8 Oct 2009 12:42:49 -0000	1.8
@@ -2,14 +2,14 @@
 %define debug_package %{nil}
 
 Name:           ocaml-lwt
-Version:        1.1.0
-Release:        6%{?dist}
+Version:        2.0.0
+Release:        0.rc1%{?dist}
 Summary:        OCaml lightweight thread library
 
 Group:          Development/Libraries
 License:        LGPLv2+ with exceptions
-URL:            http://ocsigen.org/install/lwt
-Source0:        http://ocsigen.org/download/lwt-%{version}.tar.gz
+URL:            http://ocsigen.org/lwt
+Source0:        http://ocsigen.org/download/lwt-%{version}+rc1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x
 
@@ -17,6 +17,8 @@ BuildRequires:  ocaml >= 3.10.0
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-ssl >= 0.4.0
+BuildRequires:  ocaml-react >= 0.9.0
+BuildRequires:  chrpath
 
 %define _use_internal_dependency_generator 0
 %define __find_requires /usr/lib/rpm/ocaml-find-requires.sh
@@ -40,7 +42,7 @@ developing applications that use %{name}
 
 
 %prep
-%setup -q -n lwt-%{version}
+%setup -q -n lwt-%{version}+rc1
 
 mv README README.old
 iconv -f iso-8859-1 -t utf-8 < README.old > README
@@ -57,6 +59,9 @@ export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
 make install
 
+strip $OCAMLFIND_DESTDIR/stublibs/dll*.so
+chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -72,11 +77,13 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_libdir}/ocaml/lwt/*.cmx
 %endif
 %exclude %{_libdir}/ocaml/lwt/*.mli
+%{_libdir}/ocaml/stublibs/*.so
+%{_libdir}/ocaml/stublibs/*.so.owner
 
 
 %files devel
 %defattr(-,root,root,-)
-%doc LICENSE COPYING CHANGES CHANGES.darcs README VERSION _build/lwt.docdir
+%doc LICENSE COPYING CHANGES CHANGES.darcs README VERSION
 %if %opt
 %{_libdir}/ocaml/lwt/*.a
 %{_libdir}/ocaml/lwt/*.cmxa
@@ -86,6 +93,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct  8 2009 Richard W.M. Jones <rjones at 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 at lists.fedoraproject.org> - 1.1.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-lwt/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	3 Sep 2008 21:02:17 -0000	1.2
+++ sources	8 Oct 2009 12:42:49 -0000	1.3
@@ -1 +1 @@
-dcc43458f3e39647bb7992749de43fa5  lwt-1.1.0.tar.gz
+da266196ee3a1245eed3cf5df09f9ce1  lwt-2.0.0+rc1.tar.gz




More information about the Fedora-ocaml-list mailing list