- Rebuild for FC-6.
- Unghost .pyo files.
This commit is contained in:
parent
2f94d7573b
commit
2f7e77ef3e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-enchant
|
Name: python-enchant
|
||||||
Version: 1.1.5
|
Version: 1.1.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Python bindings for Enchant spellchecking library
|
Summary: Python bindings for Enchant spellchecking library
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -13,7 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
BuildRequires: python-devel enchant-devel
|
BuildRequires: python-devel enchant-devel
|
||||||
BuildRequires: python-setuptools >= 0:0.6a9
|
BuildRequires: python-setuptools >= 0:0.6a9
|
||||||
Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
|
|
||||||
|
|
||||||
Provides: PyEnchant
|
Provides: PyEnchant
|
||||||
|
|
||||||
@ -47,15 +46,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{python_sitearch}/enchant/checker
|
%dir %{python_sitearch}/enchant/checker
|
||||||
%dir %{python_sitearch}/enchant/tokenize
|
%dir %{python_sitearch}/enchant/tokenize
|
||||||
%{python_sitearch}/enchant/*.py
|
%{python_sitearch}/enchant/*.py
|
||||||
%{python_sitearch}/enchant/*.pyc
|
%{python_sitearch}/enchant/*.py[co]
|
||||||
%ghost %{python_sitearch}/enchant/*.pyo
|
|
||||||
%{python_sitearch}/enchant/*/*.py
|
%{python_sitearch}/enchant/*/*.py
|
||||||
%{python_sitearch}/enchant/*/*.pyc
|
%{python_sitearch}/enchant/*/*.py[co]
|
||||||
%ghost %{python_sitearch}/enchant/*/*.pyo
|
|
||||||
%{python_sitearch}/enchant/_enchant.so
|
%{python_sitearch}/enchant/_enchant.so
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 20 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1.5-4
|
||||||
|
- Rebuild for FC-6.
|
||||||
|
- Unghost .pyo files.
|
||||||
|
|
||||||
* Tue Feb 14 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 1.1.5-3
|
* Tue Feb 14 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 1.1.5-3
|
||||||
- Rebuild for Fedora Extras 5
|
- Rebuild for Fedora Extras 5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user