Compare commits

...

1 Commits
rawhide ... f30

Author SHA1 Message Date
Peter Robinson 999e83d378 py2 for F-31 and older 2020-01-22 21:18:53 +00:00
1 changed files with 8 additions and 9 deletions

View File

@ -58,9 +58,9 @@ BuildRequires: pkgconf-pkg-config
BuildRequires: pkgconfig(libwps-0.4)
BuildRequires: poppler-devel
BuildRequires: popt-devel
BuildRequires: python3-gobject
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python2-gobject
BuildRequires: python2-devel
BuildRequires: python2-setuptools
BuildRequires: readline-devel
BuildRequires: t1lib-devel
BuildRequires: telepathy-glib-devel
@ -89,12 +89,12 @@ Requires: libabiword = %{epoch}:%{version}-%{release}
Includes and definitions for developing with libabiword.
%package -n python3-abiword
%{?python_provide:%python_provide python3-abiword}
%package -n python2-abiword
%{?python_provide:%python_provide python2-abiword}
Summary: Python bindings for developing with libabiword
Requires: libabiword = %{epoch}:%{version}-%{release}
%description -n python3-abiword
%description -n python2-abiword
Python bindings for developing with libabiword
@ -221,13 +221,12 @@ find %{buildroot} -name '*.a' -delete
%{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc
%{_datadir}/gir-1.0/Abi-3.0.gir
%files -n python3-abiword
%{python3_sitearch}/*
%files -n python2-abiword
%{python2_sitearch}/*
%changelog
* Fri Nov 29 2019 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.0.4-1
- Update to 3.0.4
- Move to python3 gobject introspection bindings
- Disable gtkmathview plugins until requires issue is fixed
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.2-21