From df22d46c242c8e8f2827675831a3835421f1a43409f31de9055482c5b3b47c17 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 2 Oct 2023 22:18:48 +0000 Subject: [PATCH] Accepting request 1114871 from home:Wolfheri - Remove lines in spec files due "failed to build" * # They deleted it. install -Dm644 texlab.1 -t %%{buildroot}%%{_mandir}/man1/ * %{_mandir}/man1/texlab.1%{?ext_man} OBS-URL: https://build.opensuse.org/request/show/1114871 OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=51 --- texlab.changes | 8 ++++++++ texlab.spec | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/texlab.changes b/texlab.changes index 933af53..5b0c288 100644 --- a/texlab.changes +++ b/texlab.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 2 19:39:45 UTC 2023 - Olivier Belleux + +- Remove lines in spec files due "failed to build" + * # They deleted it. + install -Dm644 texlab.1 -t %%{buildroot}%%{_mandir}/man1/ + * %{_mandir}/man1/texlab.1%{?ext_man} + ------------------------------------------------------------------- Sun Oct 1 00:45:25 UTC 2023 - Soc Virnyl Estela diff --git a/texlab.spec b/texlab.spec index e3ca121..5322566 100644 --- a/texlab.spec +++ b/texlab.spec @@ -47,9 +47,6 @@ cp %{SOURCE2} .cargo/config mkdir -p %{buildroot}%{_bindir} install -m 0755 %{_builddir}/%{name}-%{version}/target/release/%{name} %{buildroot}%{_bindir}/%{name} -# They deleted it. -# install -Dm644 texlab.1 -t %%{buildroot}%%{_mandir}/man1/ - %check %{cargo_test} --all-features @@ -57,6 +54,5 @@ install -m 0755 %{_builddir}/%{name}-%{version}/target/release/%{name} %{buildro %{_bindir}/texlab %license LICENSE %doc README.md CHANGELOG.md -# %{_mandir}/man1/texlab.1%{?ext_man} %changelog