diff options
author | tux <tux@linux-bjx7.site> | 2012-02-24 14:13:05 +0100 |
---|---|---|
committer | tux <tux@linux-bjx7.site> | 2012-02-24 14:13:05 +0100 |
commit | 365ce9dcf2f4fe801c247fe07b06f504e2f26dca (patch) | |
tree | daf16db85bc16ebe55d80cf1bc2a49cf995c8d0f | |
parent | 4ea28b7451cfda7e8df57458ba68d65e8796b9f8 (diff) | |
download | libzypp-bindings-365ce9dcf2f4fe801c247fe07b06f504e2f26dca.tar.gz libzypp-bindings-365ce9dcf2f4fe801c247fe07b06f504e2f26dca.tar.bz2 libzypp-bindings-365ce9dcf2f4fe801c247fe07b06f504e2f26dca.zip |
modify also spec to remove check for new swig
-rw-r--r-- | libzypp-bindings.spec.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libzypp-bindings.spec.cmake b/libzypp-bindings.spec.cmake index 3697e65..b5e38b5 100644 --- a/libzypp-bindings.spec.cmake +++ b/libzypp-bindings.spec.cmake @@ -18,7 +18,7 @@ Summary: Bindings for libzypp Group: Development/Sources BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake gcc-c++ python-devel ruby-devel -BuildRequires: swig >= 1.3.40 +BuildRequires: swig BuildRequires: libzypp-devel >= 5.8.0 Source: %{name}-%{version}.tar.bz2 |