From 5ca767a1b37dcd5058635ef7cf8322bea18ccd93 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sep 09 2019 18:41:44 +0000 Subject: Minor spec file cleanup --- diff --git a/pyatspi.spec b/pyatspi.spec index 9a137dd..984b47d 100644 --- a/pyatspi.spec +++ b/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