[Tizen-submit] 20181: New package Tizen:IVI:Genivi/lsof
noreply at tizen.org
noreply at tizen.org
Fri Jan 31 02:43:39 GMT 2014
Hi,
Adding new package lsof in project Tizen:IVI:Genivi. Please review and accept ASAP.
Justification for this new package:
Submitter: Graydon, Tracy <tracy.graydon at intel.com>
Comments: submit/tizen_ivi_genivi/20140131.023514
Git project: platform/upstream/lsof
Tag: submit/tizen_ivi_genivi/20140131.023514
Commit: 53a531a071f1d58e5c6a06b1d9459b25546c7ecb resetting manifest requested domain to floor
Thank You,
Graydon, Tracy
[This message was auto-generated]
---
Request: #20181
submit: Tizen:IVI:Genivi:build/lsof(cleanup) -> Tizen:IVI:Genivi
Message:
Submitter: Graydon, Tracy <tracy.graydon at intel.com>
Comments: submit/tizen_ivi_genivi/20140131.023514
Git project: platform/upstream/lsof
Tag: submit/tizen_ivi_genivi/20140131.023514
Commit: 53a531a071f1d58e5c6a06b1d9459b25546c7ecb resetting manifest requested domain to floor
State: new 2014-01-31T02:45:36 tizenrobot
Comment: <no comment>
changes files:
--------------
++++++ new changes file:
--- lsof.changes
+++ lsof.changes
@@ -0,0 +1,4 @@
+* Fri Feb 08 2013 Patrick McCarty <patrick.mccarty at linux.intel.com> upstream/4.87 at e3ed030
+- Add packaging
+- Add the upstream2downstream.sh script
+- Imported Upstream version 4.87
new:
----
lsof.changes
lsof.manifest
lsof.spec
lsof_4.87-linux-only.tar.xz
upstream2downstream.sh
spec files:
-----------
++++++ new spec file:
--- lsof.spec
+++ lsof.spec
@@ -0,0 +1,38 @@
+Name: lsof
+VCS: platform/upstream/lsof#53a531a071f1d58e5c6a06b1d9459b25546c7ecb
+Version: 4.87
+Release: 0
+License: Zlib
+Summary: A utility which lists open files on a Linux/UNIX system
+URL: http://people.freebsd.org/~abe/
+Group: Base/Tools
+# lsof contains licensed code that we cannot ship. Therefore we use
+# upstream2downstream.sh script to remove the code before shipping it.
+Source0: %{name}_%{version}-linux-only.tar.xz
+Source1: upstream2downstream.sh
+Source1001: lsof.manifest
+
+%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.
+
+%prep
+%setup -q -n %{name}_%{version}-linux-only
+cp %{SOURCE1001} .
+
+%build
+LSOF_VSTR=2.6.16 LINUX_BASE=/proc ./Configure -n linux
+
+make DEBUG="%{optflags}" %{?_smp_mflags}
+
+%install
+install -Dm755 lsof %{buildroot}%{_sbindir}/lsof
+install -Dm644 lsof.8 %{buildroot}%{_mandir}/man8/lsof.8
+
+
+%docs_package
+
+%files
+%manifest %{name}.manifest
+%{_sbindir}/lsof
other changes:
--------------
++++++ lsof.manifest (new)
--- lsof.manifest
+++ lsof.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
++++++ lsof_4.87-linux-only.tar.xz (new)
++++++ upstream2downstream.sh (new)
--- upstream2downstream.sh
+++ upstream2downstream.sh
@@ -0,0 +1,45 @@
+#!/bin/bash
Please refer to OBS webUI for more details about this SR.
More information about the Tizen-submit
mailing list