rpms/ocaml-gettext/devel .cvsignore, 1.4, 1.5 ocaml-gettext.spec, 1.3, 1.4 sources, 1.4, 1.5

Richard W.M. Jones (rjones) fedora-extras-commits at redhat.com
Mon Jun 9 15:51:28 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-gettext/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14754/devel

Modified Files:
	.cvsignore ocaml-gettext.spec sources 
Log Message:
* Mon Jun  9 2008 Richard W.M. Jones <rjones at redhat.com> - 0.3.2-1
- New upstream release 0.3.2 (fixeds rhbz 446916).



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-gettext/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	27 May 2008 12:11:13 -0000	1.4
+++ .cvsignore	9 Jun 2008 15:48:46 -0000	1.5
@@ -1 +1 @@
-ocaml-gettext-0.3.1.tar.gz
+ocaml-gettext-0.3.2.tar.gz


Index: ocaml-gettext.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-gettext/devel/ocaml-gettext.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ocaml-gettext.spec	27 May 2008 12:11:13 -0000	1.3
+++ ocaml-gettext.spec	9 Jun 2008 15:48:46 -0000	1.4
@@ -2,7 +2,7 @@
 %define debug_package %{nil}
 
 Name:           ocaml-gettext
-Version:        0.3.1
+Version:        0.3.2
 Release:        1%{?dist}
 Summary:        OCaml library for i18n
 
@@ -18,6 +18,7 @@
 BuildRequires:  ocaml-camlp4-devel
 BuildRequires:  ocaml-fileutils-devel
 BuildRequires:  ocaml-camlidl-devel
+BuildRequires:  ocaml-ounit-devel
 BuildRequires:  docbook-style-xsl
 BuildRequires:  libxslt
 BuildRequires:  libxml2
@@ -103,16 +104,23 @@
 CFLAGS="$RPM_OPT_FLAGS" \
 ./configure \
   --libdir=%{_libdir} \
-  --with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets
+  --with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets \
+  --enable-test
 %else
 CFLAGS="$RPM_OPT_FLAGS" \
 ./configure \
   --libdir=%{_libdir} \
   --disable-camomile \
-  --with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets
+  --with-docbook-stylesheet=/usr/share/sgml/docbook/xsl-stylesheets \
+  --enable-test
 %endif
 make
 
+%check
+pushd test
+../_build/bin/test
+popd
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -132,8 +140,8 @@
 %ifnarch ppc64
 ocamlfind install gettext-camomile _build/lib/gettext-camomile/*
 %endif
-install -m 0755 _build/bin/* $RPM_BUILD_ROOT%{_bindir}/
-
+install -m 0755 _build/bin/ocaml-gettext $RPM_BUILD_ROOT%{_bindir}/
+install -m 0755 _build/bin/ocaml-xgettext $RPM_BUILD_ROOT%{_bindir}/
 
 strip $OCAMLFIND_DESTDIR/stublibs/dll*.so
 chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
@@ -207,6 +215,15 @@
 
 
 %changelog
+* Mon Jun  9 2008 Richard W.M. Jones <rjones at redhat.com> - 0.3.2-1
+- New upstream release 0.3.2 (fixeds rhbz 446916).
+
+* Tue May 27 2008 Richard W.M. Jones <rjones at redhat.com> - 0.3.1-3
+- Enable tests, add check section.
+
+* Tue May 27 2008 Richard W.M. Jones <rjones at redhat.com> - 0.3.1-2
+- Patch to fix BZ 446916.
+
 * Tue May 27 2008 Richard W.M. Jones <rjones at redhat.com> - 0.3.1-1
 - New upstream version 0.3.1.
 - Extra runtime requirements (BZ 446919).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-gettext/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	27 May 2008 12:11:13 -0000	1.4
+++ sources	9 Jun 2008 15:48:46 -0000	1.5
@@ -1 +1 @@
-8290a7b6ba0b8baaa97cc871363441ec  ocaml-gettext-0.3.1.tar.gz
+a68e0574f7a668d645503ffe466c3500  ocaml-gettext-0.3.2.tar.gz




More information about the fedora-extras-commits mailing list