From 18f0b08672319cf2b178a1fefb4ce8d87f2047e1e2ce946ba8af3fcaffdb1c26 Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Tue, 28 Dec 2010 23:31:44 +0000 Subject: [PATCH] Autobuild autoformatter for 56543 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtkey?expand=0&rev=3 --- python-virtkey.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-virtkey.spec b/python-virtkey.spec index 4ff3adb..748eef9 100644 --- a/python-virtkey.spec +++ b/python-virtkey.spec @@ -1,5 +1,5 @@ # -# spec file for package python-virtkey +# spec file for package python-virtkey (Version 0.50) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -11,11 +11,12 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -23,7 +24,7 @@ Name: python-%{mod_name} Version: 0.50 -Release: 0 +Release: 2 Url: https://launchpad.net/virtkey Summary: Python extension to emulate keypresses License: GPLv2+