/pwatch.spec.in (00b18736326438c60fd298d220ad9f2b18d3ee04) (755 bytes) (mode 100644) (type blob)
Summary: Process watch tools
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(ux aka Dino) BOIE <catab@embedromix.ro>
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: ncurses-devel
Requires: ncurses
%description
Watch what a process is doing. The only tool, right now, is io (ex iotop) that
shows the I/O bandwidth per process.
%prep
%setup
%build
%configure
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 @USR_BIN@/*
%doc README Changelog TODO
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
31 |
35417685d7501fbb709933880c91128e665df891 |
.gitignore |
100644 |
blob |
126 |
bfff976324c76e12f234b0fe3e4b6306d7750601 |
.mailmap |
100644 |
blob |
448 |
996bb8c647b17bb51eced8cdfb29dd2a203f64cd |
Makefile.in |
100644 |
blob |
563 |
3ace23e16650b20c4a5072459560b9a2ad99cf2f |
README |
100644 |
blob |
624 |
1a4a2ea2df7a14aaedc974dc794186500d9d38b4 |
TODO |
100755 |
blob |
23 |
d33bb6c4ecdce1390ce1db3c79ea3b93e22ea755 |
configure |
100755 |
blob |
12258 |
458452cb19a5320f307e81b126734bdc54cb2490 |
duilder |
100644 |
blob |
254 |
ceda57e645af0eb36bb692a4cb998b7b02c77002 |
duilder.conf |
100644 |
blob |
755 |
00b18736326438c60fd298d220ad9f2b18d3ee04 |
pwatch.spec.in |
040000 |
tree |
- |
72985e33e99398650cbd4aadd2d53a86dc63938a |
screenshot |
040000 |
tree |
- |
a2e5528e0b49df15c628b1c26433a0b3cfc03040 |
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