Rebuild for OCaml 3.11.1
This commit is contained in:
parent
fa46256d7e
commit
c6306798aa
@ -1 +1 @@
|
||||
pcre-ocaml-5.15.0.tar.bz2
|
||||
release-6.0.0.tar.bz2
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user