summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorPrajwal A N <an.prajwal@samsung.com>2015-03-05 16:24:37 +0900
committerPrajwal A N <an.prajwal@samsung.com>2015-03-11 10:58:15 +0900
commite6f674b36844cf6609116f9ee10269f3a582d65e (patch)
tree5b4b06ec7b860327ec54cfb165b33119a6002adc /packaging
parenta57c30f49a68d83cf5fba52d83ce96001db4ee39 (diff)
downloadmemps-e6f674b36844cf6609116f9ee10269f3a582d65e.tar.gz
memps-e6f674b36844cf6609116f9ee10269f3a582d65e.tar.bz2
memps-e6f674b36844cf6609116f9ee10269f3a582d65e.zip
* memps is a tool which provides information about the memory usage of processes (RSS, PSS, memory map of process, clean and dirty pages), tmps and graphics memory usage * Added source files and CmakeLists file * Added packaging and license files Change-Id: I5dc2357ff229ad876ec17919a2e9df51488b89e7 Signed-off-by: Prajwal A N <an.prajwal@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/memps.spec35
1 files changed, 35 insertions, 0 deletions
diff --git a/packaging/memps.spec b/packaging/memps.spec
new file mode 100644
index 0000000..d7142a8
--- /dev/null
+++ b/packaging/memps.spec
@@ -0,0 +1,35 @@
+Name: memps
+Summary: Tool to summarize memory usage of processes, tmpfs and graphics memory usage
+Version: 0.1.8
+Release: 0
+Group: System/Utilities
+License: Apache-2.0
+Source0: %{name}-%{version}.tar.gz
+
+BuildRequires: cmake
+
+
+%description
+memps displays information about current memory usage of processes (metrics like RSS, PSS, memory map of the process, clean and dirty pages), tmpfs and graphics memory usage information
+
+
+%prep
+%setup -q
+
+
+%build
+%cmake .
+
+make %{?jobs:-j%jobs}
+
+%install
+rm -rf %{buildroot}
+
+%make_install
+
+
+%files
+%manifest memps.manifest
+%defattr(-,root,root,-)
+%{_bindir}/memps
+%license LICENSE