Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37524437
en ru br
ALT Linux repos
S:3.20.1-alt1
5.0: 3.13-alt4
4.1: 3.13-alt2
4.0: 3.11-alt1

Group :: System/Kernel and hardware
RPM: inotify-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: inotify-tools
Version: 3.14
Release: alt1

Summary: Command line utilities for inotify
Group: System/Kernel and hardware
License: GPL
Url: https://github.com/rvoicilas/inotify-tools/wiki/

Source0: %name-%version.tar.gz

Packager: Igor Zubkov <icesik at altlinux.org>

Requires: libinotifytools = %version-%release

# Automatically added by buildreq on Sun Apr 15 2012

BuildRequires: doxygen

%description
inotify-tools is a set of command-line programs for Linux providing
a simple interface to inotify. These programs can be used to monitor
and act upon filesystem events.

%package -n libinotifytools
Summary: Shared library for inotifytools
Group: System/Libraries

%description -n libinotifytools
inotify-tools is a set of command-line programs for Linux providing
a simple interface to inotify. These programs can be used to monitor
and act upon filesystem events.

This is package contains shared library.

%package devel
Summary: Headers and libraries for building apps that use libinotifytools
Group: Development/C
Requires: libinotifytools = %version-%release

%description devel
inotify-tools is a set of command-line programs for Linux providing
a simple interface to inotify. These programs can be used to monitor
and act upon filesystem events.

This package contains headers and libraries required to build applications
that use the libinotifytools library.

%prep
%setup -q

%build
%autoreconf
%configure \
--disable-static
%make_build
make check || exit 1

%install
%make_install DESTDIR=%buildroot install

rm -rf %buildroot%_datadir/doc/

%files
%doc AUTHORS NEWS README
%_bindir/*
%_man1dir/*

%files -n libinotifytools
%_libdir/libinotifytools.so.*

%files devel
%doc libinotifytools/src/doc/html/*
%_libdir/libinotifytools.so
%dir %_includedir/inotifytools
%_includedir/inotifytools/*.h

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin