Package python-module-abiword: Specfile

# NOTE: Please do not edit this file, it was auto generated by jhconvert
#       See http://wiki.sugarlabs.org/go/Deployment_Team/jhconvert for details

Name: python-module-abiword
Version: 0.8.0
Release: alt1.2
Summary: Python bindings for libabiword
License: GPL+
Group: Development/Python
Url: http://abisource.com/
Packager: Sugar Development Team <sugar@packages.altlinux.org>


Source: http://www.abisource.com/downloads/pyabiword/0.8.0/pyabiword-0.8.0.tar.gz

Requires: abiword >= 2.8
Requires: python-module-pygobject  
Requires: python-module-pygtk  
Requires: python  

BuildPreReq: abiword-devel >= 2.8
BuildPreReq: gcc-c++  
BuildPreReq: python-module-pygobject-devel  
BuildPreReq: python-module-pygtk-devel  
BuildPreReq: python-devel  

%description
This package installs Python bindings for libabiword.

%prep
%setup -v -n pyabiword-0.8.0

%build
%define __libtoolize true
%add_optflags -I%_includedir/abiword-2.8 -I%_includedir/libgsf-1
%configure \
	--disable-static \
	am_cv_python_pythondir=%{python_sitelibdir} \
	am_cv_python_pyexecdir=%{python_sitelibdir}
%make_build

%install
%makeinstall_std


%files 
%{python_sitelibdir}/*
%{_datadir}/pygtk/2.0/defs/*.defs
%doc AUTHORS COPYING

%changelog
* Tue Dec 07 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.8.0-alt1.2
- Fixed build

* Tue Nov 24 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.8.0-alt1.1
- Rebuilt with python 2.6

* Mon Nov 23 2009 Aleksey Lim <alsroot@altlinux.org> 0.8.0-alt1
- update version

* Tue Apr 28 2009 Aleksey Lim <alsroot@altlinux.org> 0.6.2-alt1
- update version

* Tue Dec 23 2008 Aleksey Lim <alsroot@altlinux.org> 0.6.1-alt2
- remove pygtk2 dependency
- build with abiword-2.6.5

* Sun Nov 23 2008 Aleksey Lim <alsroot@altlinux.org> 0.6.1-alt1
- first build for ALT Linux Sisyphus