don't install the man pages

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2015-07-24 12:49:49 -05:00
parent d0b3003d73
commit 521e80758a

View File

@ -45,8 +45,6 @@ A tool to create anaconda based installation trees/isos of a set of rpms.
%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%{__install} -d $RPM_BUILD_ROOT/var/cache/pungi
%{__install} -d $RPM_BUILD_ROOT/%{_mandir}/man8
%{__install} doc/pungi.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
%files
%license COPYING GPL
@ -55,7 +53,6 @@ A tool to create anaconda based installation trees/isos of a set of rpms.
%{python_sitelib}/%{name}-%{version}-py?.?.egg-info
%{_bindir}/*
%{_datadir}/pungi
%{_mandir}/man8/pungi.8.gz
/var/cache/pungi
%changelog