Minor spec file cleanup
This commit is contained in:
parent
1942a9d729
commit
5ca767a1b3
17
pyatspi.spec
17
pyatspi.spec
@ -25,16 +25,14 @@ BuildRequires: python3-dbus
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%global _description\
|
||||
at-spi allows assistive technologies to access GTK-based\
|
||||
applications. Essentially it exposes the internals of applications for\
|
||||
automation, so tools such as screen readers, magnifiers, or even\
|
||||
scripting interfaces can query and interact with GUI controls.\
|
||||
\
|
||||
This package includes a python2 client library for at-spi.\
|
||||
%description
|
||||
at-spi allows assistive technologies to access GTK-based
|
||||
applications. Essentially it exposes the internals of applications for
|
||||
automation, so tools such as screen readers, magnifiers, or even
|
||||
scripting interfaces can query and interact with GUI controls.
|
||||
|
||||
This package includes a python3 client library for at-spi.
|
||||
|
||||
%description %_description
|
||||
|
||||
%package -n python3-pyatspi
|
||||
Summary: Python3 bindings for at-spi
|
||||
@ -62,11 +60,10 @@ make
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%make_install
|
||||
|
||||
# Fix up the shebang for python3 example
|
||||
sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' examples/magFocusTracker.py
|
||||
|
||||
|
||||
%check
|
||||
# Done by the 'build' step, with --enable-tests
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user