|
|
|
@ -1,16 +1,13 @@
|
|
|
|
|
Name: inotify-tools
|
|
|
|
|
Version: 4.23.9.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 3.22.1.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Command line utilities for inotify
|
|
|
|
|
|
|
|
|
|
# GPL-2.0-only: the project as a whole
|
|
|
|
|
# GPL-2.0-only WITH Linux-syscall-note: libinotifytools/src/inotifytools/fanotify-dfid-name.h
|
|
|
|
|
# LGPL-2.1-or-later: libinotifytools/src/redblack.{cpp,h}
|
|
|
|
|
License: GPL-2.0-only AND GPL-2.0-only WITH Linux-syscall-note AND LGPL-2.1-or-later
|
|
|
|
|
URL: https://github.com/inotify-tools/inotify-tools
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: https://github.com/inotify-tools/inotify-tools
|
|
|
|
|
Source0: https://github.com/inotify-tools/inotify-tools/archive/%{version}/inotify-tools-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
@ -24,7 +21,7 @@ and act upon filesystem events.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Headers and libraries for building apps that use libinotifytools
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package contains headers and libraries required to build applications
|
|
|
|
@ -39,21 +36,13 @@ that use the libinotifytools library.
|
|
|
|
|
%configure \
|
|
|
|
|
--disable-dependency-tracking \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--enable-doxygen \
|
|
|
|
|
--enable-fanotify
|
|
|
|
|
|
|
|
|
|
# Get rid of undesirable hardcoded rpaths; workaround libtool reordering
|
|
|
|
|
# -Wl,--as-needed after all the libraries.
|
|
|
|
|
sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
|
|
|
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
|
|
|
|
-e 's|CC="\(.*g..\)"|CC="\1 -Wl,--as-needed"|' \
|
|
|
|
|
-i libtool
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
--enable-doxygen
|
|
|
|
|
./rh_build.sh %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
|
|
|
|
# We'll install documentation in the proper place
|
|
|
|
@ -66,8 +55,6 @@ rm -rf %{buildroot}/%{_datadir}/doc/
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README.md
|
|
|
|
|
%{_bindir}/fsnotifywait
|
|
|
|
|
%{_bindir}/fsnotifywatch
|
|
|
|
|
%{_bindir}/inotifywait
|
|
|
|
|
%{_bindir}/inotifywatch
|
|
|
|
|
%{_libdir}/libinotifytools.so.*
|
|
|
|
@ -88,37 +75,10 @@ rm -rf %{buildroot}/%{_datadir}/doc/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 14 2025 Eduard Basov <ebasov@msvsphere-os.ru> - 4.23.9.0-2
|
|
|
|
|
- Rebuild For MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.23.9.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 22 2024 Jerry James <loganjerry@gmail.com> - 4.23.9.0-1
|
|
|
|
|
- Update to 4.23.9.0
|
|
|
|
|
- SPDX migration
|
|
|
|
|
- Enable fanotify support
|
|
|
|
|
- Minor spec file cleanups
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1.0-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
* Mon Sep 02 2024 Eduard Basov <ebasov@msvsphere-os.ru> - 3.22.1.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
|
|
|
|
|
|
* Wed Sep 22 2021 Eric Curtin <ecurtin@redhat.com> - 3.22.1.0-1
|
|
|
|
|
* Wed Jan 19 2022 Eric Curtin <ecurtin@redhat.com> - 3.22.1.0-1
|
|
|
|
|
- Update to 3.22.1.0
|
|
|
|
|
|
|
|
|
|
* Wed Sep 22 2021 Eric Curtin <ecurtin@redhat.com> - 3.21.9.5-1
|
|
|
|
|