Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37433922
en ru br
Репозитории ALT
S:3.20.1-alt1
5.1: 3.13-alt4
4.1: 3.13-alt2
4.0: 3.11-alt1
www.altlinux.org/Changes

Группа :: Система/Ядро и оборудование
Пакет: inotify-tools

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: inotify-tools
Version: 3.13
Release: alt4

Summary: Command line utilities for inotify
Group: System/Kernel and hardware
License: GPL
Url: http://inotify-tools.sourceforge.net/

Source0: %name-%version.tar.gz

Packager: Igor Zubkov <icesik at altlinux.org>

Requires: libinotifytools = %version-%release

# Automatically added by buildreq on Tue Sep 18 2007

BuildRequires: doxygen gcc-c++

%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 ChangeLog 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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin