You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
171 lines
5.6 KiB
171 lines
5.6 KiB
Name: inotify-tools
|
|
Version: 3.14
|
|
Release: 16%{?dist}
|
|
Summary: Command line utilities for inotify
|
|
|
|
License: GPLv2
|
|
URL: http://inotify-tools.sourceforge.net/
|
|
Source0: http://download.sf.net/inotify-tools/inotify-tools-%{version}.tar.gz
|
|
|
|
BuildRequires: gcc
|
|
BuildRequires: autoconf
|
|
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 devel
|
|
Summary: Headers and libraries for building apps that use libinotifytools
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description devel
|
|
This package contains headers and libraries required to build applications
|
|
that use the libinotifytools library.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%configure \
|
|
--disable-dependency-tracking \
|
|
--disable-static \
|
|
--enable-doxygen
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%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
|
|
rm -rf %{buildroot}/%{_datadir}/doc/
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
%files
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
%{_bindir}/inotifywait
|
|
%{_bindir}/inotifywatch
|
|
%{_libdir}/libinotifytools.so.*
|
|
%{_mandir}/man1/inotifywait.1*
|
|
%{_mandir}/man1/inotifywatch.1*
|
|
|
|
%files devel
|
|
%doc libinotifytools/src/doc/html/*
|
|
%dir %{_includedir}/inotifytools/
|
|
%{_includedir}/inotifytools/inotify.h
|
|
%{_includedir}/inotifytools/inotify-nosys.h
|
|
%{_includedir}/inotifytools/inotifytools.h
|
|
%{_libdir}/libinotifytools.so
|
|
|
|
|
|
%changelog
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.14-16
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.14-15
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.14-14
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.14-13
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.14-12
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.14-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.14-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Sun Nov 14 2010 Adel Gadllah <adel.gadllah@gmail.com> - 3.14-1
|
|
- Update to 3.14
|
|
|
|
* Sat Feb 13 2010 Adel Gadllah <adel.gadllah@gmail.com> - 3.13-4
|
|
- Don't run make check, it fails on the builders
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Mon Feb 11 2008 Adel Gadllah <adel.gadllah@gmail.com> 3.13-1
|
|
- Update to 3.13
|
|
|
|
* Mon Sep 24 2007 Dawid Gajownik <gajownik[AT]gmail.com> - 3.11-1
|
|
- Update to 3.11 (CVE-2007-5037, #299771)
|
|
- Fix License tag
|
|
|
|
* Sun Dec 17 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 3.6-1
|
|
- Update to 3.6
|
|
|
|
* Tue Oct 31 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 3.3-1
|
|
- Update to 3.3
|
|
- Add %%check stage
|
|
|
|
* Sat Oct 28 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 3.1-1
|
|
- Update to 3.1
|
|
- Add -devel subpackage
|
|
|
|
* Tue Oct 3 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.6-1
|
|
- Update to 2.6
|
|
|
|
* Mon Oct 2 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.5-1
|
|
- Update to 2.5
|
|
|
|
* Sat Sep 9 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.4-1
|
|
- Update to 2.4
|
|
|
|
* Tue Aug 15 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.3-1
|
|
- Update to 2.3
|
|
- Drop implicit_syscall patch (fixed upstream)
|
|
|
|
* Mon Jul 31 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.2-3
|
|
- Fix URL
|
|
|
|
* Thu Jul 6 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.2-2
|
|
- Fix compilation warnings
|
|
|
|
* Thu Jul 6 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.2-1
|
|
- New version 2.2
|
|
- Update URL and description
|
|
- Add man pages
|
|
|
|
* Wed Jul 5 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 2.1-1
|
|
- Initial RPM release.
|