Accepting request 125594 from zypp:Head
update OBS-URL: https://build.opensuse.org/request/show/125594 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zypp-plugin?expand=0&rev=5
This commit is contained in:
commit
a05ea94d62
@ -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:a2fb665be74035aa08d919c6e2d8b3877fe4b6ced9761db117c747ad1141f2e2
|
||||||
size 3609
|
size 3923
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 10:01:48 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- patch license to be in spdx.org format
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 5 12:19:37 CEST 2011 - ma@suse.de
|
Tue Jul 5 12:19:37 CEST 2011 - ma@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zypp-plugin
|
# spec file for package zypp-plugin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011-2012 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,17 +11,12 @@
|
|||||||
# 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.3
|
||||||
Release: 1
|
Release: 0
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
License: GPLv2
|
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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -40,7 +35,7 @@ Empty main package. Helper for different languages reside in subpackages.
|
|||||||
|
|
||||||
%package python
|
%package python
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
License: GPLv2
|
License: GPL-2.0
|
||||||
Summary: Helper that makes writing ZYpp plugins in python easier
|
Summary: Helper that makes writing ZYpp plugins in python easier
|
||||||
|
|
||||||
%description python
|
%description python
|
||||||
@ -59,4 +54,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