- 0.9.1
This commit is contained in:
parent
14b468bcd8
commit
c92de46985
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
pyinotify-0.9.0.tar.gz
|
||||
/pyinotify-0.9.1.tar.gz
|
||||
|
@ -6,11 +6,11 @@
|
||||
|
||||
Summary: Monitor filesystem events with Python under Linux
|
||||
Name: python-inotify
|
||||
Version: 0.9.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.9.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: Development/Libraries
|
||||
URL: http://trac.dbzteam.org/pyinotify
|
||||
URL: https://github.com/seb-m/pyinotify
|
||||
Source0: http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz
|
||||
Source1: %{oname}
|
||||
BuildRequires: python-devel
|
||||
@ -99,7 +99,7 @@ popd
|
||||
|
||||
%files
|
||||
%defattr(-, root, root, -)
|
||||
%doc ACKS COPYING ChangeLog_old NEWS_old README
|
||||
%doc ACKS COPYING ChangeLog_old NEWS_old
|
||||
%{_bindir}/%{oname}
|
||||
%{python_sitelib}/%{oname}*
|
||||
|
||||
@ -110,13 +110,18 @@ popd
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-inotify
|
||||
%defattr(-, root, root, -)
|
||||
%doc ACKS ChangeLog_old COPYING NEWS_old README
|
||||
%doc ACKS ChangeLog_old COPYING NEWS_old
|
||||
%{_bindir}/python3-%{oname}
|
||||
%{python3_sitelib}/%{oname}*
|
||||
%if 0%{?fedora} > 14
|
||||
%{python3_sitelib}/__pycache__/%{oname}*
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Feb 07 2011 Terje Rosten <terje.rosten@ntnu.no> - 0.9.1-1
|
||||
- 0.9.1
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user