- New upstream version 5.12.2.

- Clarified license is LGPLv2.
- Strip .so file.
This commit is contained in:
Richard W.M. Jones 2007-09-18 12:39:04 +00:00
parent 69f67c435a
commit 8281e58053
3 changed files with 12 additions and 6 deletions

View File

@ -1 +1 @@
pcre-ocaml-5.11.4.tar.gz
pcre-ocaml-5.12.2.tar.gz

View File

@ -2,14 +2,14 @@
%define debug_package %{nil}
Name: ocaml-pcre
Version: 5.11.4
Release: 9%{?dist}
Version: 5.12.2
Release: 1%{?dist}
Summary: Perl compatibility regular expressions (PCRE) for OCaml
Group: Development/Libraries
License: LGPL
License: LGPLv2
URL: http://www.ocaml.info/home/ocaml_sources.html
Source0: http://www.ocaml.info/ocaml_sources/pcre-ocaml-5.11.4.tar.gz
Source0: http://www.ocaml.info/ocaml_sources/pcre-ocaml-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch: ppc64
@ -46,6 +46,7 @@ make all
%else
make -C lib byte-code-library
%endif
strip lib/dll*.so
%install
@ -88,6 +89,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Sep 18 2007 Richard W.M. Jones <rjones@redhat.com> - 5.12.2-1
- New upstream version 5.12.2.
- Clarified license is LGPLv2.
- Strip .so file.
* Thu Sep 6 2007 Richard W.M. Jones <rjones@redhat.com> - 5.11.4-9
- Force rebuild because of updated requires/provides scripts in OCaml.

View File

@ -1 +1 @@
6d5b1f4073b8a8b08cb323112df542d2 pcre-ocaml-5.11.4.tar.gz
18a257c0b4ec00510f93b6bf4951d545 pcre-ocaml-5.12.2.tar.gz