Update to last successful build

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/zypp-plugin?expand=0&rev=11
This commit is contained in:
ZYpp Developers 2014-01-25 16:24:45 +00:00 committed by Git OBS Bridge
parent 3c0ef127f4
commit b2e6f7dd0c
4 changed files with 28 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3239d4b9dffc913601fabfcde75ef1f0bc07d720d4dc44614d8b100c68e2b5ed
size 4049

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 25 17:21:49 CET 2014 - ma@suse.de
- Add .pyc/.pyo to package
- version 0.4
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 9 10:01:48 UTC 2012 - coolo@suse.com Wed May 9 10:01:48 UTC 2012 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package zypp-plugin # spec file for package zypp-plugin
# #
# Copyright (c) 2011-2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -11,14 +11,18 @@
# case the license is the MIT License). An "Open Source License" is a # case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: zypp-plugin Name: zypp-plugin
Version: 0.3 Version: 0.4
Release: 0 Release: 0
Group: System/Packages
License: GPL-2.0
Url: https://gitorious.org/opensuse/zypp-plugin Url: https://gitorious.org/opensuse/zypp-plugin
Summary: Helper that makes writing ZYpp plugins easier Summary: Helper that makes writing ZYpp plugins easier
License: GPL-2.0
Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
@ -36,9 +40,8 @@ Requires: python
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
License: GPL-2.0
Summary: Helper that makes writing ZYpp plugins in python easier Summary: Helper that makes writing ZYpp plugins in python easier
Group: System/Packages
%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
@ -62,3 +65,5 @@ popd
%files python %files python
%defattr(-,root,root) %defattr(-,root,root)
%{py_sitearch}/* %{py_sitearch}/*
%changelog