Only ship end user useful docs, don't ship bits for building
This commit is contained in:
parent
da6ea248de
commit
0f53d54d98
@ -1,7 +1,7 @@
|
||||
Summary: A utility which lists open files on a Linux/UNIX system
|
||||
Name: lsof
|
||||
Version: 4.89
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
# Sendmail .. lib/snpf.c
|
||||
# LGPLv2+ .. lib/regex.c, regex.h
|
||||
License: zlib and Sendmail and LGPLv2+
|
||||
@ -42,11 +42,14 @@ mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
|
||||
install -p -m 0644 lsof.8 ${RPM_BUILD_ROOT}%{_mandir}/man1/lsof.1
|
||||
|
||||
%files
|
||||
%doc 00* README* RELEASE*
|
||||
%doc 00README 00CREDITS 00FAQ 00LSOF-L 00QUICKSTART
|
||||
%{_bindir}/lsof
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Sat Mar 5 2016 Peter Robinson <pbrobinson@fedoraproject.org> 4.89-4
|
||||
- Only ship end user useful docs, don't ship bits for building
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.89-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user