Rebuild for OCaml 3.11.1

This commit is contained in:
Richard W.M. Jones 2009-05-23 08:11:09 +00:00
parent fa46256d7e
commit c6306798aa
3 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
pcre-ocaml-5.15.0.tar.bz2
release-6.0.0.tar.bz2

View File

@ -2,14 +2,14 @@
%define debug_package %{nil}
Name: ocaml-pcre
Version: 5.15.0
Release: 4%{?dist}
Version: 6.0.0
Release: 1%{?dist}
Summary: Perl compatibility regular expressions (PCRE) for OCaml
Group: Development/Libraries
License: LGPLv2
URL: http://www.ocaml.info/home/ocaml_sources.html#pcre-ocaml
Source0: http://www.ocaml.info/ocaml_sources/pcre-ocaml-%{version}.tar.bz2
Source0: http://hg.ocaml.info/release/pcre-ocaml/archive/release-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch: sparc64 s390 s390x
@ -40,7 +40,7 @@ developing applications that use %{name}.
%prep
%setup -q -n pcre-ocaml-%{version}
%setup -q -n pcre-ocaml-release-%{version}
%build
@ -70,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc LICENSE README
%doc LICENSE README.txt
%{_libdir}/ocaml/pcre
%if %opt
%exclude %{_libdir}/ocaml/pcre/*.a
@ -83,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root,-)
%doc LICENSE README
%doc LICENSE README.txt
%if %opt
%{_libdir}/ocaml/pcre/*.a
%{_libdir}/ocaml/pcre/*.cmxa

View File

@ -1 +1 @@
dffb7cbe2f3798f424ca8737727234ac pcre-ocaml-5.15.0.tar.bz2
91081a9147451495f8d2b246ef196983 release-6.0.0.tar.bz2