Update to last sucessful build
OBS-URL: https://build.opensuse.org/package/show/zypp:Head/zypp-plugin?expand=0&rev=5
This commit is contained in:
parent
d67d11e0a4
commit
83c43a095d
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6d9820884d2470afb17050adb60f365e80d2e58ffab65e93c653f0f57e2f3879
|
oid sha256:377884b77bd70c63a7b4be66ac31b6e42a22ba0e7ed9e4fa7a73c680a6dad354
|
||||||
size 3609
|
size 3622
|
||||||
|
@ -1,47 +1,29 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zypp-plugin
|
Name: zypp-plugin
|
||||||
#
|
Version: 0.3
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
Release: 0
|
||||||
#
|
Group: System/Packages
|
||||||
# All modifications and additions to the file contributed by third parties
|
License: GPLv2
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
Url: https://gitorious.org/opensuse/zypp-plugin
|
||||||
# upon. The license for this file, and modifications and additions to the
|
Summary: Helper that makes writing ZYpp plugins easier
|
||||||
# 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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
# Actually libzypp(plugin) should be required. Unfortunately the corresponing
|
# 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
|
# 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,
|
# 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).
|
# until libzypp on SUSE Manager/SLE-11-SP1 was updated and provides libzypp(plugin).
|
||||||
#Requires: libzypp(plugin)
|
#Requires: libzypp(plugin)
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Requires: python
|
Requires: python
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Empty main package. Helper for different languages reside in subpackages.
|
Empty main package. Helper for different languages reside in subpackages.
|
||||||
|
|
||||||
%package python
|
%package python
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Summary: Helper that makes writing ZYpp plugins in python easier
|
Summary: Helper that makes writing ZYpp plugins in python easier
|
||||||
|
|
||||||
%description python
|
%description python
|
||||||
This API allows writing ZYpp plugins by just subclassing from a python class
|
This API allows writing ZYpp plugins by just subclassing from a python class
|
||||||
@ -59,4 +41,3 @@ and implementing the commands you want to respond to as python methods.
|
|||||||
%files python
|
%files python
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{py_sitedir}/zypp_plugin.py
|
%{py_sitedir}/zypp_plugin.py
|
||||||
%changelog
|
|
||||||
|
Loading…
Reference in New Issue
Block a user