From d67d11e0a4161401f3c96b365f9fd16a0fe3348833027f157bf9c2be3c1c74b6 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 7 Jul 2011 13:20:45 +0000 Subject: [PATCH] Autobuild autoformatter for 75426 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zypp-plugin?expand=0&rev=2 --- zypp-plugin.spec | 45 ++++++++++++++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 13 deletions(-) diff --git a/zypp-plugin.spec b/zypp-plugin.spec index edb8558..64044f8 100644 --- a/zypp-plugin.spec +++ b/zypp-plugin.spec @@ -1,29 +1,47 @@ # -Name: zypp-plugin -Version: 0.3 -Release: 0 -Group: System/Packages -License: GPLv2 -Url: https://gitorious.org/opensuse/zypp-plugin -Summary: Helper that makes writing ZYpp plugins easier +# spec file for package zypp-plugin +# +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# 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/ +# + + + +Name: zypp-plugin +Version: 0.3 +Release: 1 +Group: System/Packages +License: GPLv2 +Url: https://gitorious.org/opensuse/zypp-plugin +Summary: Helper that makes writing ZYpp plugins easier BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 # Actually libzypp(plugin) should be required. Unfortunately the corresponing # provides was introduced to late for SUSE Manager/SLE-11-SP1. We do not want to # enforce libzypp update to satisfy this, so the Requires should saty disabled, # until libzypp on SUSE Manager/SLE-11-SP1 was updated and provides libzypp(plugin). #Requires: libzypp(plugin) -BuildRequires: python-devel -Requires: python +BuildRequires: python-devel +Requires: python %description Empty main package. Helper for different languages reside in subpackages. %package python -Group: System/Packages -License: GPLv2 -Summary: Helper that makes writing ZYpp plugins in python easier +Group: System/Packages +License: GPLv2 +Summary: Helper that makes writing ZYpp plugins in python easier %description python This API allows writing ZYpp plugins by just subclassing from a python class @@ -41,3 +59,4 @@ and implementing the commands you want to respond to as python methods. %files python %defattr(-,root,root) %{py_sitedir}/zypp_plugin.py +%changelog