|
|
475488 |
%global oname pyinotify
|
|
|
475488 |
|
|
|
475488 |
Summary: Monitor filesystem events with Python under Linux
|
|
|
475488 |
Name: python-inotify
|
|
|
475488 |
Version: 0.9.6
|
|
|
475488 |
Release: 13%{?dist}
|
|
|
475488 |
License: MIT
|
|
|
475488 |
Group: Development/Libraries
|
|
|
475488 |
URL: https://github.com/seb-m/pyinotify
|
|
|
475488 |
Source0: http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz
|
|
|
475488 |
Patch01: pyinotify-0.9.6-epoint.patch
|
|
|
475488 |
BuildRequires: gmp-devel
|
|
|
475488 |
BuildRequires: python3-devel
|
|
|
475488 |
BuildArch: noarch
|
|
|
475488 |
|
|
|
475488 |
%description
|
|
|
475488 |
This is a Python module for watching filesystems changes. pyinotify
|
|
|
475488 |
can be used for various kind of fs monitoring. pyinotify relies on a
|
|
|
475488 |
recent Linux Kernel feature (merged in kernel 2.6.13) called
|
|
|
475488 |
inotify. inotify is an event-driven notifier, its notifications are
|
|
|
475488 |
exported from kernel space to user space.
|
|
|
475488 |
|
|
|
475488 |
%package -n python3-inotify
|
|
|
475488 |
Summary: Monitor filesystem events with Python under Linux
|
|
|
475488 |
Group: Development/Languages
|
|
|
475488 |
%{?python_provide:%python_provide python3-inotify}
|
|
|
475488 |
|
|
|
475488 |
%description -n python3-inotify
|
|
|
475488 |
This is a Python 3 module for watching filesystems changes. pyinotify
|
|
|
475488 |
can be used for various kind of fs monitoring. pyinotify relies on a
|
|
|
475488 |
recent Linux Kernel feature (merged in kernel 2.6.13) called
|
|
|
475488 |
inotify. inotify is an event-driven notifier, its notifications are
|
|
|
475488 |
exported from kernel space to user space.
|
|
|
475488 |
|
|
|
475488 |
%prep
|
|
|
475488 |
%setup -q -n %{oname}-%{version}
|
|
|
475488 |
%patch01 -p1
|
|
|
475488 |
rm -rf %{py3dir}
|
|
|
475488 |
cp -a . %{py3dir}
|
|
|
475488 |
|
|
|
475488 |
%build
|
|
|
475488 |
pushd %{py3dir}
|
|
|
475488 |
%py3_build
|
|
|
475488 |
popd
|
|
|
475488 |
|
|
|
475488 |
%install
|
|
|
475488 |
pushd %{py3dir}
|
|
|
475488 |
%py3_install
|
|
|
475488 |
popd
|
|
|
475488 |
|
|
|
475488 |
%files -n python3-inotify
|
|
|
475488 |
%license COPYING
|
|
|
475488 |
%doc ACKS README.md
|
|
|
475488 |
%{_bindir}/%{oname}
|
|
|
475488 |
%{python3_sitelib}/%{oname}*
|
|
|
475488 |
%{python3_sitelib}/__pycache__/%{oname}*
|
|
|
475488 |
|
|
|
475488 |
%changelog
|
|
|
475488 |
* Thu Nov 15 2018 Matej Marusak <mmarusak@redhat.com> - 0.9.6-13
|
|
|
475488 |
- Only ship one executable (#1646714)
|
|
|
475488 |
|
|
|
475488 |
* Mon Apr 09 2018 Miroslav Suchy <msuchy@redhat.com> - 0.9.6-12
|
|
|
475488 |
- remove python2 subpackage
|
|
|
475488 |
|
|
|
475488 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-11
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.9.6-10
|
|
|
475488 |
- Update Python 2 dependency declarations to new packaging standards
|
|
|
475488 |
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
475488 |
|
|
|
475488 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-9
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-8
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 0.9.6-7
|
|
|
475488 |
- rebuilt
|
|
|
475488 |
|
|
|
475488 |
* Tue Sep 20 2016 Terje Rosten <terje.rosten@ntnu.no> - 0.9.6-6
|
|
|
475488 |
- Add entry point script
|
|
|
475488 |
|
|
|
475488 |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-5
|
|
|
475488 |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
475488 |
|
|
|
475488 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-4
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Fri Nov 6 2015 Jakub Filak <jfilak@redhat.com> - 0.9.6-3
|
|
|
475488 |
- Rebuilt for Python3.5 rebuild
|
|
|
475488 |
|
|
|
475488 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-2
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Thu Jun 04 2015 Terje Rosten <terje.rosten@ntnu.no> - 0.9.6-1
|
|
|
475488 |
- 0.9.6
|
|
|
475488 |
|
|
|
475488 |
* Mon Apr 13 2015 Terje Rosten <terje.rosten@ntnu.no> - 0.9.5-1
|
|
|
475488 |
- 0.9.5
|
|
|
475488 |
|
|
|
475488 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-6
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.4-5
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
475488 |
|
|
|
475488 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-4
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Fri Feb 15 2013 Jakub Filak <jfilak@redhat.com> - 0.9.4-3
|
|
|
475488 |
- make with_python3 be conditional on fedora
|
|
|
475488 |
|
|
|
475488 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-2
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Tue Dec 04 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.9.4-1
|
|
|
475488 |
- 0.9.4
|
|
|
475488 |
|
|
|
475488 |
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 0.9.3-3
|
|
|
475488 |
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
|
|
475488 |
|
|
|
475488 |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-2
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Wed Feb 01 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.9.3-1
|
|
|
475488 |
- 0.9.3
|
|
|
475488 |
|
|
|
475488 |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Mon May 02 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.9.2-1
|
|
|
475488 |
- 0.9.2
|
|
|
475488 |
|
|
|
475488 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-2
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Mon Feb 07 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.9.1-1
|
|
|
475488 |
- 0.9.1
|
|
|
475488 |
|
|
|
475488 |
* Wed Aug 25 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.9.0-3
|
|
|
475488 |
- rebuild with python3.2
|
|
|
475488 |
http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
|
|
|
475488 |
|
|
|
475488 |
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.0-2
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
475488 |
|
|
|
475488 |
* Sat Jun 19 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.9.0-1
|
|
|
475488 |
- 0.9.0
|
|
|
475488 |
- Add python 3 subpackage
|
|
|
475488 |
- License changed to MIT
|
|
|
475488 |
|
|
|
475488 |
* Sun Dec 06 2009 Terje Rosten <terje.rosten@ntnu.no> - 0.8.8-1
|
|
|
475488 |
- 0.8.8
|
|
|
475488 |
|
|
|
475488 |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-2.git20090518
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Mon May 18 2009 Terje Rosten <terje.rosten@ntnu.no> - 0.8.6-1.git20090518
|
|
|
475488 |
- Update to latest git, fixing bz #500934.
|
|
|
475488 |
|
|
|
475488 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-2.git20090208
|
|
|
475488 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Sun Feb 8 2009 Terje Rosten <terje.rosten@ntnu.no> - 0.8.1-1.git20090208
|
|
|
475488 |
- 0.8.1
|
|
|
475488 |
|
|
|
475488 |
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.8.0-4.r
|
|
|
475488 |
- Rebuild for Python 2.6
|
|
|
475488 |
|
|
|
475488 |
* Sun Jun 22 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.8.0-3.r
|
|
|
475488 |
- rebuild
|
|
|
475488 |
|
|
|
475488 |
* Tue Jun 17 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.8.0-2.r
|
|
|
475488 |
- 0.8.0r
|
|
|
475488 |
- add wrapper in /usr/bin
|
|
|
475488 |
|
|
|
475488 |
* Mon Jun 16 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.8.0-1.q
|
|
|
475488 |
- 0.8.0q
|
|
|
475488 |
- Update url, license and source url
|
|
|
475488 |
|
|
|
475488 |
* Sat Feb 9 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.1-2
|
|
|
475488 |
- Rebuild
|
|
|
475488 |
|
|
|
475488 |
* Wed Aug 08 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.1-1
|
|
|
475488 |
- New upstream release: 0.7.1
|
|
|
475488 |
- Fix license tag
|
|
|
475488 |
|
|
|
475488 |
* Mon Jun 25 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.0-3
|
|
|
475488 |
- Remove autopath from example package (bz #237464)
|
|
|
475488 |
|
|
|
475488 |
* Tue Mar 27 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.0-2
|
|
|
475488 |
- Fix email address
|
|
|
475488 |
|
|
|
475488 |
* Tue Mar 6 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.0-1
|
|
|
475488 |
- Initial build
|
|
|
475488 |
|