Remove duplicate docs/man directory.
This commit is contained in:
parent
3bef4de4bd
commit
65a97aafe2
@ -85,14 +85,17 @@ for cmd in t/cmd/*.go; do
|
|||||||
done
|
done
|
||||||
%gobuild -o "%{gobuilddir}/bin/git-lfs-test-server-api" t/git-lfs-test-server-api/*.go
|
%gobuild -o "%{gobuilddir}/bin/git-lfs-test-server-api" t/git-lfs-test-server-api/*.go
|
||||||
|
|
||||||
|
# Move man pages out of docs so they don't get installed twice.
|
||||||
|
mv docs/man .
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%gopkginstall
|
%gopkginstall
|
||||||
install -Dpm0755 %{gobuilddir}/bin/git-lfs %{buildroot}%{_bindir}/%{name}
|
install -Dpm0755 %{gobuilddir}/bin/git-lfs %{buildroot}%{_bindir}/%{name}
|
||||||
install -d -p %{buildroot}%{_mandir}/man1/
|
install -d -p %{buildroot}%{_mandir}/man1/
|
||||||
install -Dpm0644 docs/man/*.1 %{buildroot}%{_mandir}/man1/
|
install -Dpm0644 man/*.1 %{buildroot}%{_mandir}/man1/
|
||||||
install -d -p %{buildroot}%{_mandir}/man5/
|
install -d -p %{buildroot}%{_mandir}/man5/
|
||||||
install -Dpm0644 docs/man/*.5 %{buildroot}%{_mandir}/man5/
|
install -Dpm0644 man/*.5 %{buildroot}%{_mandir}/man5/
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -126,6 +129,7 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 03 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.12.0-1
|
* Thu Sep 03 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.12.0-1
|
||||||
- Update to latest version (#1874604)
|
- Update to latest version (#1874604)
|
||||||
|
- Remove duplicate docs/man directory (#1852765)
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.0-3
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.0-3
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
|
Loading…
Reference in New Issue
Block a user