summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libzypp-bindings.spec.cmake13
-rw-r--r--package/libzypp-bindings.changes9
2 files changed, 10 insertions, 12 deletions
diff --git a/libzypp-bindings.spec.cmake b/libzypp-bindings.spec.cmake
index 81296d9..1118e05 100644
--- a/libzypp-bindings.spec.cmake
+++ b/libzypp-bindings.spec.cmake
@@ -1,8 +1,8 @@
#
# spec file for package libzypp-bindings
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
- #
+# 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
@@ -24,10 +24,12 @@ License: GPL-2.0+
Summary: Bindings for libzypp
Group: Development/Sources
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: cmake python-devel ruby-devel
+BuildRequires: cmake
BuildRequires: gcc-c++ >= 4.5
-BuildRequires: swig >= 1.3.40
BuildRequires: libzypp-devel >= 10.2.0
+BuildRequires: python-devel
+BuildRequires: ruby-devel
+BuildRequires: swig >= 1.3.40
Source: %{name}-%{version}.tar.bz2
%description
@@ -63,7 +65,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{__rm} -rf %{buildroot}
%package -n ruby-zypp
-License: GPL-2.0+
Summary: Ruby bindings for libzypp
Group: Development/Languages/Ruby
@@ -80,7 +81,6 @@ Group: Development/Languages/Ruby
%endif
%package -n python-zypp
-License: GPL-2.0+
Summary: Python bindings for libzypp
Group: Development/Languages/Python
%description -n python-zypp
@@ -92,7 +92,6 @@ Group: Development/Languages/Python
%{py_sitedir}/zypp.py
%package -n perl-zypp
-License: GPL-2.0+
Requires: perl = %{perl_version}
Summary: Perl bindings for libzypp
Group: Development/Languages/Perl
diff --git a/package/libzypp-bindings.changes b/package/libzypp-bindings.changes
index 581cca6..6aff6ac 100644
--- a/package/libzypp-bindings.changes
+++ b/package/libzypp-bindings.changes
@@ -6,7 +6,6 @@ Mon Sep 30 11:10:31 UTC 2013 - jreidinger@suse.com
- fix const pointer lost its namespace
- 0.5.15
-
-------------------------------------------------------------------
Mon Apr 29 17:37:14 CEST 2013 - ma@suse.de
@@ -23,7 +22,7 @@ Mon Jan 28 14:02:12 CET 2013 - mls@suse.de
Tue Jun 5 09:27:07 UTC 2012 - jreidinger@suse.com
- disable segfaulting python test
-- version 0.5.13
+- version 0.5.13
-------------------------------------------------------------------
Mon Jun 4 16:45:43 CEST 2012 - ma@suse.de
@@ -35,7 +34,7 @@ Mon Jun 4 16:45:43 CEST 2012 - ma@suse.de
Tue Feb 28 13:16:22 UTC 2012 - jreidinger@suse.com
- fix iteration over pool in ruby (bnc#746439)
-- add ability to use PackageProvider via bindings
+- add ability to use PackageProvider via bindings
- predefine class for ZyppException in ruby so it can be used after
require of zypp
- version 0.5.11
@@ -79,7 +78,7 @@ Wed Nov 3 14:39:12 CET 2010 - ma@suse.de
Wed Nov 3 13:42:42 CET 2010 - ma@suse.de
- Wrap DownloadMode enum
-- Add zypp::setZyppLogfilei. Pass empty string for off, '-' for
+- Add zypp::setZyppLogfilei. Pass empty string for off, '-' for
stderr or a filename.
- version 0.5.6
@@ -165,7 +164,7 @@ Fri Sep 19 14:07:15 CEST 2008 - ma@suse.de
-------------------------------------------------------------------
Tue Sep 16 11:03:12 CEST 2008 - dmacvicar@suse.de
-- add ZConfig
+- add ZConfig
-------------------------------------------------------------------
Fri Sep 5 18:41:31 CEST 2008 - ma@suse.de