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
This commit is contained in:
Soc Virnyl Estela
2023-10-02 22:18:48 +00:00
committed by Git OBS Bridge
parent 419c0dd553
commit df22d46c24
2 changed files with 8 additions and 4 deletions

View File

@@ -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