SPECS: lsof.spec - binary moved from %{_sbindir} to %{_bindir} because 1....
arvenil
arvenil at pld-linux.org
Mon Nov 10 19:55:59 CET 2008
Author: arvenil Date: Mon Nov 10 18:55:59 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- binary moved from %{_sbindir} to %{_bindir} because
1. It gives usefull informations also for users
2. KDE can't find it in %{_sbindir}
- adapter
- release 2
---- Files affected:
SPECS:
lsof.spec (1.58 -> 1.59)
---- Diffs:
================================================================
Index: SPECS/lsof.spec
diff -u SPECS/lsof.spec:1.58 SPECS/lsof.spec:1.59
--- SPECS/lsof.spec:1.58 Thu Oct 30 23:34:58 2008
+++ SPECS/lsof.spec Mon Nov 10 19:55:54 2008
@@ -7,7 +7,7 @@
Summary(uk.UTF-8): Показує відкриті процесами файли
Name: lsof
Version: 4.81
-Release: 1
+Release: 2
License: Free
Group: Applications/System
Source0: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/%{name}_%{version}.tar.bz2
@@ -62,11 +62,11 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
cd %{name}_%{version}/%{name}_%{version}_src
-install lsof $RPM_BUILD_ROOT%{_sbindir}
+install lsof $RPM_BUILD_ROOT%{_bindir}
install lsof.8 $RPM_BUILD_ROOT%{_mandir}/man8
%clean
@@ -75,7 +75,7 @@
%files
%defattr(644,root,root,755)
%doc %{name}_%{version}/{00*,README.*,RELEASE*} %{name}_%{version}/%{name}_%{version}_src/00*
-%attr(755,root,root) %{_sbindir}/lsof
+%attr(755,root,root) %{_bindir}/lsof
%{_mandir}/man8/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -84,6 +84,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.59 2008/11/10 18:55:54 arvenil
+- binary moved from %{_sbindir} to %{_bindir} because
+ 1. It gives usefull informations also for users
+ 2. KDE can't find it in %{_sbindir}
+- adapter
+- release 2
+
Revision 1.58 2008/10/30 22:34:58 areq
- 4.81
@@ -193,18 +200,3 @@
Revision 1.19 2000/11/10 20:49:22 kloczek
- updated to 4.52.
-
-* Sun Sep 27 1998 Wojtek Ślusarczyk <wojtek at shadow.eu.org>
- [4.37-1d]
-- updated to 4.37,
-- build against PLD Tornado,
-- translation modified for pl,
-- build from root account -> needed to build /proc-based lsof
-- restricted files permissions,
-- macro %%{name} in Patch.
-
-* Mon Jun 29 1998 Maciej Lesniewski <nimir at kis.p.lodz.pl>
- [4.34-1]
-- New version
-- Spec rewriten to use %{name} and %{version} macros
-- Removed old log enteries
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lsof.spec?r1=1.58&r2=1.59&f=u
More information about the pld-cvs-commit
mailing list