don't install the man pages
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
d0b3003d73
commit
521e80758a
@ -45,8 +45,6 @@ A tool to create anaconda based installation trees/isos of a set of rpms.
|
|||||||
%install
|
%install
|
||||||
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
||||||
%{__install} -d $RPM_BUILD_ROOT/var/cache/pungi
|
%{__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
|
%files
|
||||||
%license COPYING GPL
|
%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
|
%{python_sitelib}/%{name}-%{version}-py?.?.egg-info
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/pungi
|
%{_datadir}/pungi
|
||||||
%{_mandir}/man8/pungi.8.gz
|
|
||||||
/var/cache/pungi
|
/var/cache/pungi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user