From 8aa5740d51f58f3092ce41d5f5bd2dcb6a153751 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 25 Feb 2020 21:32:55 +0000 Subject: [PATCH] Remove self META file (RHBZ#1806040). --- ocaml-lablgl.spec | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/ocaml-lablgl.spec b/ocaml-lablgl.spec index fdd334b..e6fef08 100644 --- a/ocaml-lablgl.spec +++ b/ocaml-lablgl.spec @@ -3,7 +3,7 @@ Name: ocaml-lablgl Epoch: 1 Version: 1.06 -Release: 8%{?dist} +Release: 9%{?dist} Summary: LablGL is an OpenGL interface for Objective Caml License: BSD @@ -91,26 +91,8 @@ make INSTALLDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml/lablGL \ BINDIR=$RPM_BUILD_ROOT%{_bindir} \ install -# Make and install a META file. -cat <META -version="%{version}" -directory="+lablgl" -archive(byte) = "lablgl.cma" -archive(native) = "lablgl.cmxa" - -package "togl" ( - requires = "labltk lablgl" - archive(byte) = "togl.cma" - archive(native) = "togl.cmxa" -) - -package "glut" ( - requires = "lablgl" - archive(byte) = "lablglut.cma" - archive(native) = "lablglut.cmxa" -) -EOM -cp META $RPM_BUILD_ROOT%{_libdir}/ocaml/lablGL +# Install package META. +cp META $RPM_BUILD_ROOT%{_libdir}/ocaml/lablGL/ # Remove unnecessary *.ml files (ones which have a *.mli). pushd $RPM_BUILD_ROOT%{_libdir}/ocaml/lablGL @@ -146,6 +128,9 @@ popd %changelog +* Tue Feb 25 2020 Richard W.M. Jones - 1:1.06-9 +- Remove self META file (RHBZ#1806040). + * Wed Jan 29 2020 Fedora Release Engineering - 1:1.06-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild