2009-12-06 16:28:59 +00:00
|
|
|
%global oname pyinotify
|
2007-03-26 17:55:27 +00:00
|
|
|
|
2008-06-16 11:25:16 +00:00
|
|
|
Summary: Monitor filesystem events with Python under Linux
|
|
|
|
Name: python-inotify
|
2015-06-04 17:51:59 +00:00
|
|
|
Version: 0.9.6
|
2023-06-13 18:40:52 +00:00
|
|
|
Release: 30%{?dist}
|
2010-06-19 16:00:09 +00:00
|
|
|
License: MIT
|
2011-02-07 20:01:25 +00:00
|
|
|
URL: https://github.com/seb-m/pyinotify
|
2009-12-06 16:28:59 +00:00
|
|
|
Source0: http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz
|
2016-09-20 17:34:00 +00:00
|
|
|
Patch01: pyinotify-0.9.6-epoint.patch
|
2015-04-13 18:54:36 +00:00
|
|
|
BuildRequires: gmp-devel
|
2020-08-12 15:31:41 +00:00
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
2021-04-19 11:18:32 +00:00
|
|
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
2008-06-16 11:25:16 +00:00
|
|
|
BuildArch: noarch
|
2018-07-15 08:41:29 +00:00
|
|
|
%global _description \
|
|
|
|
This is a Python module for watching filesystems changes. pyinotify \
|
|
|
|
can be used for various kind of fs monitoring. Based on inotify which \
|
|
|
|
is an event-driven notifier, where notifications are exported from \
|
|
|
|
kernel space to user space.
|
|
|
|
%description %_description
|
|
|
|
|
2020-08-12 15:31:41 +00:00
|
|
|
%package -n python%{python3_pkgversion}-inotify
|
2019-11-29 10:36:09 +00:00
|
|
|
Summary: %{summary}
|
2020-08-12 15:31:41 +00:00
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-inotify}
|
|
|
|
%description -n python%{python3_pkgversion}-inotify %_description
|
2007-03-26 17:55:27 +00:00
|
|
|
|
|
|
|
%prep
|
2012-02-01 19:51:46 +00:00
|
|
|
%setup -q -n %{oname}-%{version}
|
2016-09-20 17:34:00 +00:00
|
|
|
%patch01 -p1
|
2018-07-15 08:41:29 +00:00
|
|
|
sed -i '1c#! %{__python3}' python3/pyinotify.py
|
2010-06-19 16:00:09 +00:00
|
|
|
|
2007-03-26 17:55:27 +00:00
|
|
|
%build
|
2016-09-20 17:34:00 +00:00
|
|
|
%py3_build
|
2010-06-19 16:00:09 +00:00
|
|
|
|
2007-03-26 17:55:27 +00:00
|
|
|
%install
|
2016-09-20 17:34:00 +00:00
|
|
|
%py3_install
|
2010-06-19 16:00:09 +00:00
|
|
|
|
2020-08-12 15:31:41 +00:00
|
|
|
%files -n python%{python3_pkgversion}-inotify
|
2016-09-20 17:34:00 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc ACKS README.md
|
2018-11-06 10:35:10 +00:00
|
|
|
%{_bindir}/%{oname}
|
2010-06-19 16:00:09 +00:00
|
|
|
%{python3_sitelib}/%{oname}*
|
2010-08-25 16:03:12 +00:00
|
|
|
%{python3_sitelib}/__pycache__/%{oname}*
|
2007-03-26 17:55:27 +00:00
|
|
|
|
|
|
|
%changelog
|
2023-06-13 18:40:52 +00:00
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.9.6-30
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
2023-01-20 13:59:33 +00:00
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-29
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-22 19:20:17 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-28
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-13 13:06:34 +00:00
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.9.6-27
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
2022-01-21 12:49:29 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-26
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-23 06:54:02 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-25
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-04 18:39:09 +00:00
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.9.6-24
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
2021-01-27 11:11:05 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-23
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-29 01:35:25 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-22
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-26 01:20:06 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.9.6-21
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-01-30 12:46:28 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-29 10:36:09 +00:00
|
|
|
* Fri Nov 29 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.6-19
|
|
|
|
- Subpackages python2-inotify, python2-inotify-examples have been removed
|
|
|
|
See https://fedoraproject.org/wiki/Changes/RetirePython2
|
|
|
|
|
2019-10-03 12:15:23 +00:00
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.6-18
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
2019-08-19 08:41:41 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.6-17
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-26 14:01:27 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-02 07:17:30 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-11-06 10:35:10 +00:00
|
|
|
* Tue Nov 06 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.6-14
|
|
|
|
- Only ship one executable (#1646926)
|
|
|
|
|
2018-07-15 08:41:29 +00:00
|
|
|
* Sun Jul 15 2018 Terje Rosten <terje.rosten@ntnu.no> - 0.9.4-14
|
|
|
|
- Use correct python macros
|
|
|
|
|
2018-07-14 00:36:12 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-19 09:05:33 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.6-12
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-02-09 08:22:49 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-25 21:36:07 +00:00
|
|
|
* Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.9.6-10
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2017-07-27 10:37:12 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 09:18:05 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-13 00:32:33 +00:00
|
|
|
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 0.9.6-7
|
|
|
|
- rebuilt
|
|
|
|
|
2016-09-20 17:34:00 +00:00
|
|
|
* Tue Sep 20 2016 Terje Rosten <terje.rosten@ntnu.no> - 0.9.6-6
|
|
|
|
- Add entry point script
|
|
|
|
|
2016-07-19 10:04:21 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-5
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-02-04 19:54:36 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-06 11:40:36 +00:00
|
|
|
* Fri Nov 6 2015 Jakub Filak <jfilak@redhat.com> - 0.9.6-3
|
|
|
|
- Rebuilt for Python3.5 rebuild
|
|
|
|
|
2015-06-18 19:38:31 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-04 17:51:59 +00:00
|
|
|
* Thu Jun 04 2015 Terje Rosten <terje.rosten@ntnu.no> - 0.9.6-1
|
|
|
|
- 0.9.6
|
|
|
|
|
2015-04-13 18:54:36 +00:00
|
|
|
* Mon Apr 13 2015 Terje Rosten <terje.rosten@ntnu.no> - 0.9.5-1
|
|
|
|
- 0.9.5
|
|
|
|
|
2014-06-07 20:52:38 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-27 22:17:32 +00:00
|
|
|
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
|
|
2013-08-04 08:01:37 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-15 10:06:39 +00:00
|
|
|
* Fri Feb 15 2013 Jakub Filak <jfilak@redhat.com> - 0.9.4-3
|
|
|
|
- make with_python3 be conditional on fedora
|
|
|
|
|
2013-02-14 19:40:33 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-04 07:45:51 +00:00
|
|
|
* Tue Dec 04 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.9.4-1
|
|
|
|
- 0.9.4
|
|
|
|
|
2012-08-04 04:24:25 +00:00
|
|
|
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 0.9.3-3
|
|
|
|
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
|
|
|
|
2012-07-21 06:40:09 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-02-01 19:51:46 +00:00
|
|
|
* Wed Feb 01 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.9.3-1
|
|
|
|
- 0.9.3
|
|
|
|
|
2012-01-14 01:47:58 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-05-02 06:51:30 +00:00
|
|
|
* Mon May 02 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.9.2-1
|
|
|
|
- 0.9.2
|
|
|
|
|
2011-02-09 04:19:53 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-07 20:01:25 +00:00
|
|
|
* Mon Feb 07 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.9.1-1
|
|
|
|
- 0.9.1
|
|
|
|
|
2010-08-25 16:03:12 +00:00
|
|
|
* Wed Aug 25 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.9.0-3
|
|
|
|
- rebuild with python3.2
|
|
|
|
http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
|
|
|
|
|
2010-07-22 04:27:34 +00:00
|
|
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-06-19 16:00:09 +00:00
|
|
|
* Sat Jun 19 2010 Terje Rosten <terje.rosten@ntnu.no> - 0.9.0-1
|
|
|
|
- 0.9.0
|
|
|
|
- Add python 3 subpackage
|
|
|
|
- License changed to MIT
|
|
|
|
|
2009-12-06 16:28:59 +00:00
|
|
|
* Sun Dec 06 2009 Terje Rosten <terje.rosten@ntnu.no> - 0.8.8-1
|
|
|
|
- 0.8.8
|
|
|
|
|
2009-07-26 20:28:32 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-2.git20090518
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-05-18 09:11:23 +00:00
|
|
|
* Mon May 18 2009 Terje Rosten <terje.rosten@ntnu.no> - 0.8.6-1.git20090518
|
|
|
|
- Update to latest git, fixing bz #500934.
|
|
|
|
|
2009-02-26 21:48:33 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-2.git20090208
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2015-04-13 18:54:36 +00:00
|
|
|
* Sun Feb 8 2009 Terje Rosten <terje.rosten@ntnu.no> - 0.8.1-1.git20090208
|
2009-02-08 18:19:11 +00:00
|
|
|
- 0.8.1
|
|
|
|
|
2008-11-29 15:36:03 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.8.0-4.r
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-06-22 20:48:33 +00:00
|
|
|
* Sun Jun 22 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.8.0-3.r
|
|
|
|
- rebuild
|
|
|
|
|
2008-06-22 20:41:18 +00:00
|
|
|
* Tue Jun 17 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.8.0-2.r
|
|
|
|
- 0.8.0r
|
|
|
|
- add wrapper in /usr/bin
|
|
|
|
|
2008-06-16 11:25:16 +00:00
|
|
|
* Mon Jun 16 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.8.0-1.q
|
|
|
|
- 0.8.0q
|
|
|
|
- Update url, license and source url
|
|
|
|
|
2008-02-09 20:19:43 +00:00
|
|
|
* Sat Feb 9 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.1-2
|
|
|
|
- Rebuild
|
|
|
|
|
2007-08-19 19:29:41 +00:00
|
|
|
* Wed Aug 08 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.1-1
|
|
|
|
- New upstream release: 0.7.1
|
|
|
|
- Fix license tag
|
|
|
|
|
2007-06-25 18:14:40 +00:00
|
|
|
* Mon Jun 25 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.0-3
|
|
|
|
- Remove autopath from example package (bz #237464)
|
|
|
|
|
2007-03-27 19:51:58 +00:00
|
|
|
* Tue Mar 27 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.0-2
|
|
|
|
- Fix email address
|
|
|
|
|
|
|
|
* Tue Mar 6 2007 Terje Rosten <terjeros@phys.ntnu.no> - 0.7.0-1
|
2007-03-26 17:55:27 +00:00
|
|
|
- Initial build
|
|
|
|
|