catalinux / pwatch (public) (License: GPLv3) (since 2016-03-01) (hash sha1)
Set of tools to analyze what a process is doing. 'io' command is used to see who is doing I/O.

/pwatch.spec.in (024e531526feb5c318ffdb355a21c64ea6b6d6fb) (778 bytes) (mode 100644) (type blob)

Summary:	Process watcher
Name:		@PRJ@
Version:	@VER@
Release:	@REV@
License:	GPL
Group:		Applications/System
Source:		http://kernel.embedromix.ro/us/%{name}/%{name}-%{version}.tar.gz
URL:		http://kernel.embedromix.ro/
Packager:	Catalin(uk aka Dino) BOIE <catab@embedromix.ro>
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildRequires:	ncurses-devel
Requires:	ncurses


%description
Watch what a process is doing.

%prep
%setup 

%build
%configure --sysconfdir=/etc --sbindir=/usr/sbin
make

%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}
make install DESTDIR=${RPM_BUILD_ROOT}

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%attr (-,root,root)
#%dir @XXX_INCLUDE@/*
#%dir @XXX_LIB@/*
%dir @XXX_SBIN@/*
#%dir @XXX_ETC@/*
#%dir @XXX_SHARE@/*
%doc README Changelog


Mode Type Size Ref File
100644 blob 0 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 Changelog
100644 blob 456 09f1233ce8e32f1af6ef87cac45cba257078f439 Makefile.in
100644 blob 6 c67943ec56d54171e4321f8d0ba8dfdcd57f0003 PROJECT
100644 blob 0 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 PROJECT_EXCLUDE
100644 blob 35 0aa1a696572729c5b7e61908adf491a4cdbad42d PROJECT_GIT
100644 blob 1 56a6051ca2b02b04ef92d5150c9ef600403cb1de PROJECT_REV
100644 blob 4 0702cb5bfbb0169457c00f947f4e5601f8cd77e7 PROJECT_TARGETS
100644 blob 6 8acdd82b765e8e0b8cd8787f7f18c7fe2ec52493 PROJECT_VER
100644 blob 729 91a98f274f00f71f5fc0be98bd60c2b6a5523865 README
100644 blob 111 895afb2ff323b2c815bafdae3beab9cdc5d07918 TODO
100755 blob 24 e13a57b5c3f8735843acc82ad2b111f46856736f configure
100644 blob 778 024e531526feb5c318ffdb355a21c64ea6b6d6fb pwatch.spec.in
040000 tree - 8ae6d62fe101ebb1123b62d19fb1c7320f9b280e screenshot
040000 tree - 08e78e94da35ae84182dd8de1997b69e0fee4a07 src
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/pwatch

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/pwatch

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/pwatch

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main