Update to last sucessful build

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/zypp-plugin?expand=0&rev=2
This commit is contained in:
ZYpp Developers 2011-07-05 10:28:52 +00:00 committed by Git OBS Bridge
parent 5be295d84c
commit ad1e059a3a
4 changed files with 20 additions and 7 deletions

3
zypp-plugin-0.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d9820884d2470afb17050adb60f365e80d2e58ffab65e93c653f0f57e2f3879
size 3609

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 5 12:19:37 CEST 2011 - ma@suse.de
- Fix specfile for factory
-------------------------------------------------------------------
Mon Jul 4 15:16:39 CEST 2011 - ma@suse.de

View File

@ -1,13 +1,13 @@
#
Name: zypp-plugin-python
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 in python easier
Summary: Helper that makes writing ZYpp plugins easier
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: zypp-plugin.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
@ -18,6 +18,14 @@ 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
%description python
This API allows writing ZYpp plugins by just subclassing from a python class
and implementing the commands you want to respond to as python methods.
@ -30,6 +38,6 @@ and implementing the commands you want to respond to as python methods.
%{__mkdir_p} %{buildroot}%{py_sitedir}
%{__install} python/zypp_plugin.py %{buildroot}%{py_sitedir}/zypp_plugin.py
%files
%files python
%defattr(-,root,root)
%{py_sitedir}/zypp_plugin.py

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f685537e651def1439040163c08c532372c014b7b73cc438058edfa6c1c398e
size 3483