add man pages
Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
e06f38a02b
commit
f06fecd537
@ -1,7 +1,7 @@
|
|||||||
Name: mstflint
|
Name: mstflint
|
||||||
Summary: Mellanox firmware burning tool
|
Summary: Mellanox firmware burning tool
|
||||||
Version: 4.6.0
|
Version: 4.6.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+ or BSD
|
License: GPLv2+ or BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: https://github.com/Mellanox/%{name}/releases/download/v4.6.0-1/%{name}-%{version}.tar.gz
|
Source: https://github.com/Mellanox/%{name}/releases/download/v4.6.0-1/%{name}-%{version}.tar.gz
|
||||||
@ -33,14 +33,20 @@ make
|
|||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
# Remove the devel files that we don't ship
|
# Remove the devel files that we don't ship
|
||||||
rm -fr %{buildroot}%{_includedir}
|
rm -fr %{buildroot}%{_includedir}
|
||||||
rm -fr %{buildroot}%{_datadir}
|
|
||||||
rm -fr %{buildroot}%{_libdir}
|
rm -fr %{buildroot}%{_libdir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README
|
%doc README
|
||||||
%_bindir/*
|
%_bindir/*
|
||||||
|
|
||||||
|
%{_datadir}/mstflint
|
||||||
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 27 2017 Honggang Li <honli@redhat.com> - 4.6.0-2
|
||||||
|
- Add man pages.
|
||||||
|
- Resolves: bz1427063
|
||||||
|
|
||||||
* Wed Feb 22 2017 Honggang Li <honli@redhat.com> - 4.6.0-1
|
* Wed Feb 22 2017 Honggang Li <honli@redhat.com> - 4.6.0-1
|
||||||
- Rebase to latest upstream release 4.6.0.
|
- Rebase to latest upstream release 4.6.0.
|
||||||
- Update mstflint package from github.
|
- Update mstflint package from github.
|
||||||
|
Loading…
Reference in New Issue
Block a user