This commit is contained in:
parent
7f8d227879
commit
9831875544
@ -44,7 +44,9 @@ cp %{SOURCE2} .cargo/config
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%{cargo_install}
|
%{cargo_install}
|
||||||
install -Dm644 texlab.1 -t %{buildroot}%{_mandir}/man1/
|
|
||||||
|
# They deleted it.
|
||||||
|
# install -Dm644 texlab.1 -t %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
#%%check
|
#%%check
|
||||||
#%%{cargo_test}
|
#%%{cargo_test}
|
||||||
@ -53,6 +55,6 @@ install -Dm644 texlab.1 -t %{buildroot}%{_mandir}/man1/
|
|||||||
%{_bindir}/texlab
|
%{_bindir}/texlab
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc docs README.md CHANGELOG.md
|
%doc docs README.md CHANGELOG.md
|
||||||
%{_mandir}/man1/texlab.1%{?ext_man}
|
# %{_mandir}/man1/texlab.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user