mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
install docs in /usr/share/doc/ipmitool
update debian build rules
This commit is contained in:
parent
df2b4c2da1
commit
7855f9b4ff
@ -32,7 +32,7 @@
|
|||||||
# in the design, construction, operation or maintenance of any nuclear
|
# in the design, construction, operation or maintenance of any nuclear
|
||||||
# facility.
|
# facility.
|
||||||
|
|
||||||
DOCDIR = $(DESTDIR)/$(datadir)/doc/$(distdir)
|
DOCDIR = $(DESTDIR)/$(datadir)/doc/$(PACKAGE)
|
||||||
DOCLIST = README COPYING AUTHORS ChangeLog
|
DOCLIST = README COPYING AUTHORS ChangeLog
|
||||||
|
|
||||||
EXTRA_DIST = $(DOCLIST) \
|
EXTRA_DIST = $(DOCLIST) \
|
||||||
|
@ -52,11 +52,10 @@ rm -rf $RPM_BUILD_DIR/ipmitool-@VERSION@
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_mandir}/man1/*
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/doc/ipmitool-@VERSION@/*
|
|
||||||
%dir %{_datadir}/ipmitool
|
|
||||||
%{_datadir}/ipmitool/*
|
%{_datadir}/ipmitool/*
|
||||||
|
%doc %{_mandir}/man1/*
|
||||||
|
%doc %{_datadir}/doc/ipmitool/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Aug 18 2004 <duncan@iceblink.org> 1.6.0-1
|
* Wed Aug 18 2004 <duncan@iceblink.org> 1.6.0-1
|
||||||
|
@ -6,7 +6,7 @@ Build-Depends: debhelper (>> 3.0.0)
|
|||||||
Standards-Version: 3.5.8
|
Standards-Version: 3.5.8
|
||||||
|
|
||||||
Package: ipmitool
|
Package: ipmitool
|
||||||
Architecture: i386
|
Architecture: i386 amd64
|
||||||
Provides: ipmitool
|
Provides: ipmitool
|
||||||
Description: Utility for IPMI control with kernel driver or LAN interface
|
Description: Utility for IPMI control with kernel driver or LAN interface
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
usr/bin
|
usr/bin
|
||||||
usr/include/ipmitool
|
usr/share/ipmitool
|
||||||
|
usr/share/doc/ipmitool
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
README
|
||||||
COPYING
|
COPYING
|
||||||
AUTHORS
|
AUTHORS
|
||||||
ChangeLog
|
ChangeLog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user