add man pages

Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
Honggang Li 2017-02-27 04:28:37 -05:00
parent e06f38a02b
commit f06fecd537

View File

@ -1,7 +1,7 @@
Name: mstflint
Summary: Mellanox firmware burning tool
Version: 4.6.0
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+ or BSD
Group: Applications/System
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
# Remove the devel files that we don't ship
rm -fr %{buildroot}%{_includedir}
rm -fr %{buildroot}%{_datadir}
rm -fr %{buildroot}%{_libdir}
%files
%doc README
%_bindir/*
%{_datadir}/mstflint
%{_mandir}/man1/*
%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
- Rebase to latest upstream release 4.6.0.
- Update mstflint package from github.