rebuild with python3.2
http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
This commit is contained in:
parent
16dcc916b8
commit
14b468bcd8
@ -7,7 +7,7 @@
|
|||||||
Summary: Monitor filesystem events with Python under Linux
|
Summary: Monitor filesystem events with Python under Linux
|
||||||
Name: python-inotify
|
Name: python-inotify
|
||||||
Version: 0.9.0
|
Version: 0.9.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://trac.dbzteam.org/pyinotify
|
URL: http://trac.dbzteam.org/pyinotify
|
||||||
@ -113,9 +113,14 @@ popd
|
|||||||
%doc ACKS ChangeLog_old COPYING NEWS_old README
|
%doc ACKS ChangeLog_old COPYING NEWS_old README
|
||||||
%{_bindir}/python3-%{oname}
|
%{_bindir}/python3-%{oname}
|
||||||
%{python3_sitelib}/%{oname}*
|
%{python3_sitelib}/%{oname}*
|
||||||
|
%{python3_sitelib}/__pycache__/%{oname}*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.0-2
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user