Compare commits

..

No commits in common. 'i10ce' and 'i9ce' have entirely different histories.
i10ce ... i9ce

2
.gitignore vendored

@ -1 +1 @@
SOURCES/inotify-tools-4.23.9.0.tar.gz SOURCES/inotify-tools-3.22.1.0.tar.gz

@ -1 +1 @@
b361b763f704d45d7c1771e5d6a4b9096732374a SOURCES/inotify-tools-4.23.9.0.tar.gz dfb92b158873d0d832484c6632b0c301785bd71d SOURCES/inotify-tools-3.22.1.0.tar.gz

@ -1,16 +1,13 @@
Name: inotify-tools Name: inotify-tools
Version: 4.23.9.0 Version: 3.22.1.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Command line utilities for inotify Summary: Command line utilities for inotify
# GPL-2.0-only: the project as a whole License: GPLv2
# 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 URL: https://github.com/inotify-tools/inotify-tools
Source0: https://github.com/inotify-tools/inotify-tools/archive/%{version}/inotify-tools-%{version}.tar.gz Source0: https://github.com/inotify-tools/inotify-tools/archive/%{version}/inotify-tools-%{version}.tar.gz
BuildRequires: gcc-c++ BuildRequires: gcc
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: doxygen BuildRequires: doxygen
@ -24,7 +21,7 @@ and act upon filesystem events.
%package devel %package devel
Summary: Headers and libraries for building apps that use libinotifytools Summary: Headers and libraries for building apps that use libinotifytools
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description devel %description devel
This package contains headers and libraries required to build applications This package contains headers and libraries required to build applications
@ -39,21 +36,13 @@ that use the libinotifytools library.
%configure \ %configure \
--disable-dependency-tracking \ --disable-dependency-tracking \
--disable-static \ --disable-static \
--enable-doxygen \ --enable-doxygen
--enable-fanotify ./rh_build.sh %{?_smp_mflags}
# 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
%install %install
%make_install rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
# We'll install documentation in the proper place # We'll install documentation in the proper place
@ -66,8 +55,6 @@ rm -rf %{buildroot}/%{_datadir}/doc/
%files %files
%doc AUTHORS COPYING ChangeLog NEWS README.md %doc AUTHORS COPYING ChangeLog NEWS README.md
%{_bindir}/fsnotifywait
%{_bindir}/fsnotifywatch
%{_bindir}/inotifywait %{_bindir}/inotifywait
%{_bindir}/inotifywatch %{_bindir}/inotifywatch
%{_libdir}/libinotifytools.so.* %{_libdir}/libinotifytools.so.*
@ -88,37 +75,10 @@ rm -rf %{buildroot}/%{_datadir}/doc/
%changelog %changelog
* Tue Jan 14 2025 Eduard Basov <ebasov@msvsphere-os.ru> - 4.23.9.0-2 * Mon Sep 02 2024 Eduard Basov <ebasov@msvsphere-os.ru> - 3.22.1.0-1
- Rebuild For MSVSphere 10 - Rebuilt for MSVSphere 9.4
* 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
* 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 - Update to 3.22.1.0
* Wed Sep 22 2021 Eric Curtin <ecurtin@redhat.com> - 3.21.9.5-1 * Wed Sep 22 2021 Eric Curtin <ecurtin@redhat.com> - 3.21.9.5-1

Loading…
Cancel
Save