From ad1e059a3ad49a0c6b4641be930397c461dfdc7b6cf9e12c21dd9639e6b6e030 Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Tue, 5 Jul 2011 10:28:52 +0000 Subject: [PATCH] Update to last sucessful build OBS-URL: https://build.opensuse.org/package/show/zypp:Head/zypp-plugin?expand=0&rev=2 --- zypp-plugin-0.3.tar.bz2 | 3 +++ zypp-plugin.changes | 5 +++++ zypp-plugin.spec | 16 ++++++++++++---- zypp-plugin.tar.bz2 | 3 --- 4 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 zypp-plugin-0.3.tar.bz2 delete mode 100644 zypp-plugin.tar.bz2 diff --git a/zypp-plugin-0.3.tar.bz2 b/zypp-plugin-0.3.tar.bz2 new file mode 100644 index 0000000..ce5aeab --- /dev/null +++ b/zypp-plugin-0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9820884d2470afb17050adb60f365e80d2e58ffab65e93c653f0f57e2f3879 +size 3609 diff --git a/zypp-plugin.changes b/zypp-plugin.changes index 8389fcd..5ae9cad 100644 --- a/zypp-plugin.changes +++ b/zypp-plugin.changes @@ -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 diff --git a/zypp-plugin.spec b/zypp-plugin.spec index 8fbd2a9..edb8558 100644 --- a/zypp-plugin.spec +++ b/zypp-plugin.spec @@ -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 diff --git a/zypp-plugin.tar.bz2 b/zypp-plugin.tar.bz2 deleted file mode 100644 index 9e3ebe5..0000000 --- a/zypp-plugin.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f685537e651def1439040163c08c532372c014b7b73cc438058edfa6c1c398e -size 3483