Accepting request 807617 from home:pgajdos:python
submit OBS-URL: https://build.opensuse.org/request/show/807617 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinotify?expand=0&rev=31
This commit is contained in:
parent
0494d3a1e8
commit
6252597b5a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 20 07:26:30 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||||
|
|
||||||
|
- %python3_only -> %python_alternative
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:52:19 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:52:19 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyinotify
|
# spec file for package python-pyinotify
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: Python module for watching filesystems changes
|
Summary: Python module for watching filesystems changes
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
URL: http://github.com/seb-m/pyinotify
|
URL: https://github.com/seb-m/pyinotify
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pyinotify/pyinotify-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pyinotify/pyinotify-%{version}.tar.gz
|
||||||
Source1: pyinotify
|
Source1: pyinotify
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@ -74,8 +74,7 @@ install -D -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/pyinotify
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc ACKS README.md
|
%doc ACKS README.md
|
||||||
%doc old/ChangeLog old/NEWS
|
%doc old/ChangeLog old/NEWS
|
||||||
%python2_only %doc python2/examples
|
%doc python3/examples
|
||||||
%python3_only %doc python3/examples
|
|
||||||
%python_alternative %{_bindir}/pyinotify
|
%python_alternative %{_bindir}/pyinotify
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user