[packages/fatrace] new, version 0.15

glen glen at pld-linux.org
Tue Nov 12 10:31:24 CET 2019


commit 4d2af940b1a330f67e4aed473633103c81986926
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Tue Nov 12 11:30:30 2019 +0200

    new, version 0.15
    
    based on fedora package, 53071be

 fatrace.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
---
diff --git a/fatrace.spec b/fatrace.spec
new file mode 100644
index 0000000..e0ae54e
--- /dev/null
+++ b/fatrace.spec
@@ -0,0 +1,42 @@
+Summary:	Reports file access events from all running processes
+Name:		fatrace
+Version:	0.15
+Release:	1
+License:	GPL v3
+Group:		Development/Debuggers
+URL:		https://launchpad.net/fatrace
+Source0:	https://launchpad.net/fatrace/trunk/%{version}/+download/%{name}-%{version}.tar.xz
+# Source0-md5:	d33ec7c650ab25a835540e802bfab09f
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fatrace reports file access events from all running processes.
+
+Its main purpose is to find processes which keep waking up the disk
+unnecessarily and thus prevent some power saving.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	PREFIX=%{_prefix} \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING NEWS
+%attr(755,root,root) %{_sbindir}/fatrace
+%attr(755,root,root) %{_sbindir}/power-usage-report
+%{_mandir}/man1/fatrace.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fatrace.git/commitdiff/4d2af940b1a330f67e4aed473633103c81986926



More information about the pld-cvs-commit mailing list