cleaned .spec file
This commit is contained in:
parent
cec2677e52
commit
85e76d5340
115
lsof.spec
115
lsof.spec
@ -6,15 +6,15 @@ Release: 2%{?dist}
|
||||
# LGPLv2+ .. lib/regex.c, regex.h
|
||||
License: zlib and Sendmail and LGPLv2+
|
||||
Group: Development/Debuggers
|
||||
URL: http://people.freebsd.org/~abe/
|
||||
|
||||
# lsof contains licensed code that we cannot ship. Therefore we use
|
||||
# upstream2downstream.sh script to remove the code before shipping it.
|
||||
#
|
||||
# The script can be found in SCM or downloaded from:
|
||||
# http://pkgs.fedoraproject.org/gitweb/?p=lsof.git;a=blob_plain;f=upstream2downstream.sh
|
||||
# http://pkgs.fedoraproject.org/cgit/lsof.git/tree/upstream2downstream.sh
|
||||
|
||||
%global lsofrh lsof_%{version}-rh
|
||||
URL: http://people.freebsd.org/~abe/
|
||||
Source0: %{lsofrh}.tar.xz
|
||||
Source1: upstream2downstream.sh
|
||||
|
||||
@ -24,9 +24,8 @@ Patch0: lsof-4.88-pipe-files.patch
|
||||
BuildRequires: libselinux-devel
|
||||
|
||||
%description
|
||||
Lsof stands for LiSt Open Files, and it does just that: it lists
|
||||
information about files that are open by the processes running on a
|
||||
UNIX system.
|
||||
Lsof stands for LiSt Open Files, and it does just that: it lists information
|
||||
about files that are open by the processes running on a UNIX system.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{lsofrh}
|
||||
@ -43,13 +42,14 @@ mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
|
||||
install -p -m 0644 lsof.8 ${RPM_BUILD_ROOT}%{_mandir}/man8
|
||||
|
||||
%files
|
||||
%doc 00* README.lsof_*
|
||||
%doc 00* README* RELEASE*
|
||||
%{_sbindir}/lsof
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 5 2015 Peter Schiffer <pschiffe@redhat.com> - 4.88-2
|
||||
* Tue Jan 6 2015 Peter Schiffer <pschiffe@redhat.com> - 4.88-2
|
||||
- added upstream patch fixing unwanted pipe file output
|
||||
- cleaned .spec file
|
||||
|
||||
* Wed Oct 15 2014 Peter Schiffer <pschiffe@redhat.com> - 4.88-1
|
||||
- updated to 4.88
|
||||
@ -212,104 +212,3 @@ install -p -m 0644 lsof.8 ${RPM_BUILD_ROOT}%{_mandir}/man8
|
||||
- update to 4.73
|
||||
- remove lsof_4.72-sock.patch, already in the upstream code
|
||||
|
||||
* Fri Jul 30 2004 Jakub Jelinek <jakub@redhat.com> 4.72-1
|
||||
- update to 4.72
|
||||
- use st_dev/st_ino comparison for sockets by name if possible
|
||||
(#126419)
|
||||
|
||||
* Fri Jul 18 2003 Jakub Jelinek <jakub@redhat.com> 4.68-1
|
||||
- update to 4.68 (#99064)
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 4.63-3
|
||||
- rebuild on all arches
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Fri Jun 21 2002 Jakub Jelinek <jakub@redhat.com> 4.63-1
|
||||
- update to 4.63 (#66333).
|
||||
|
||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||
- Bump release + rebuild.
|
||||
|
||||
* Thu Sep 7 2000 Jeff Johnson <jbj@redhat.com>
|
||||
- update to 4.51.
|
||||
|
||||
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||||
- automatic rebuild
|
||||
|
||||
* Wed Jun 14 2000 Jeff Johnson <jbj@redhat.com>
|
||||
- FHS packaging.
|
||||
|
||||
* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
||||
- change to root:root perms
|
||||
|
||||
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
|
||||
- fix description
|
||||
- man pages are compressed
|
||||
|
||||
* Wed Dec 22 1999 Jeff Johnson <jbj@redhat.com>
|
||||
- update to 4.47.
|
||||
|
||||
* Tue Aug 3 1999 Jeff Johnson <jbj@redhat.com>
|
||||
- update to 4.45.
|
||||
|
||||
* Fri Jun 25 1999 Jeff Johnson <jbj@redhat.com>
|
||||
- update to 4.44.
|
||||
|
||||
* Fri May 14 1999 Jeff Johnson <jbj@redhat.com>
|
||||
- upgrade to 4.43 with sparc64 tweak (#2803)
|
||||
|
||||
* Thu Apr 08 1999 Preston Brown <pbrown@redhat.com>
|
||||
- upgrade to 4.42 (security fix)
|
||||
|
||||
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
||||
- auto rebuild in the new build environment (release 5)
|
||||
|
||||
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
|
||||
- turn off setgid kmem "just in case".
|
||||
|
||||
* Thu Feb 18 1999 Jeff Johnson <jbj@redhat.com>
|
||||
- buffer overflow patch.
|
||||
- upgrade to 4.40.
|
||||
|
||||
* Wed Dec 30 1998 Jeff Johnson <jbj@redhat.com>
|
||||
- update to "official" 4.39 release.
|
||||
|
||||
* Wed Dec 16 1998 Jeff Johnson <jbj@redhat.com>
|
||||
- update to 4.39B (linux) with internal kernel src.
|
||||
|
||||
* Tue Dec 15 1998 Jeff Johnson <jbj@redhat.com>
|
||||
- update to 4.39A (linux)
|
||||
|
||||
* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
|
||||
- update to 4.37
|
||||
|
||||
* Thu Sep 10 1998 Jeff Johnson <jbj@redhat.com>
|
||||
- update to 4.36
|
||||
|
||||
* Thu Jul 23 1998 Jeff Johnson <jbj@redhat.com>
|
||||
- upgrade to 4.35.
|
||||
- rewrap for RH 5.2.
|
||||
|
||||
* Mon Jun 29 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
|
||||
[4.34-1]
|
||||
- New version
|
||||
- Spec rewriten to use %%{name} and %%{version} macros
|
||||
- Removed old log enteries
|
||||
|
||||
* Tue Apr 28 1998 Maciej Lesniewski <nimir@kis.p.lodz.pl>
|
||||
- Built under RH5
|
||||
- install macro was changed
|
||||
|
Loading…
Reference in New Issue
Block a user