Hello community,

here is the log from the commit of package zypp-plugin.1729 for 
openSUSE:12.2:Update checked in at 2013-07-19 13:51:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2:Update/zypp-plugin.1729 (Old)
 and      /work/SRC/openSUSE:12.2:Update/.zypp-plugin.1729.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zypp-plugin.1729"

Changes:
--------
New Changes file:

--- /dev/null   2013-07-15 01:04:09.588030756 +0200
+++ /work/SRC/openSUSE:12.2:Update/.zypp-plugin.1729.new/zypp-plugin.changes    
2013-07-19 13:51:32.000000000 +0200
@@ -0,0 +1,18 @@
+-------------------------------------------------------------------
+Wed May  9 10:01:48 UTC 2012 - [email protected]
+
+- patch license to be in spdx.org format
+
+-------------------------------------------------------------------
+Tue Jul  5 12:19:37 CEST 2011 - [email protected]
+
+- Fix specfile for factory
+
+-------------------------------------------------------------------
+Mon Jul  4 15:16:39 CEST 2011 - [email protected]
+
+- Provide zypp-plugin-python as stand alone package so
+  that it can be used in other zypp plugins like snapper.
+  (formerly a subpackage of zypp-plugin-spacewalk)
+- version 0.3
+

New:
----
  zypp-plugin-0.3.tar.bz2
  zypp-plugin.changes
  zypp-plugin.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zypp-plugin.spec ++++++
#
# spec file for package zypp-plugin
#
# Copyright (c) 2013 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:        0
Url:            https://gitorious.org/opensuse/zypp-plugin
Summary:        Helper that makes writing ZYpp plugins easier
License:        GPL-2.0
Group:          System/Packages
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
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

%{?!py_sitearch: %global py_sitearch %(python -c 'from distutils.sysconfig 
import get_python_lib; print get_python_lib(True)')}

%description
Empty main package. Helper for different languages reside in subpackages.

%package python
Summary:        Helper that makes writing ZYpp plugins in python easier
Group:          System/Packages

%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.

%prep
%setup -q -n zypp-plugin

%build

%install
%{__mkdir_p} %{buildroot}%{py_sitearch}
%{__install} python/zypp_plugin.py %{buildroot}%{py_sitearch}/zypp_plugin.py
%if 0%{?suse_version}
pushd $RPM_BUILD_ROOT/%{python_sitearch}
python %py_libdir/py_compile.py *.py
python -O %py_libdir/py_compile.py *.py
popd
%endif

%files python
%defattr(-,root,root)
%{py_sitearch}/*

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to