diff options
author | Michael Andres <ma@suse.de> | 2011-10-11 13:46:37 +0200 |
---|---|---|
committer | Michael Andres <ma@suse.de> | 2011-10-11 13:46:37 +0200 |
commit | 79b17d8101543cefcf93a4289a3f01c0936205dd (patch) | |
tree | 5feeef057de5292bfd9d5064560c959d2c8f9552 /libzypp-bindings.spec.cmake | |
parent | 620f1401029df1a2d3f44e167dc5d797ad38ad9a (diff) | |
download | libzypp-bindings-79b17d8101543cefcf93a4289a3f01c0936205dd.tar.gz libzypp-bindings-79b17d8101543cefcf93a4289a3f01c0936205dd.tar.bz2 libzypp-bindings-79b17d8101543cefcf93a4289a3f01c0936205dd.zip |
Use gcc-c++ >= 4.5
Diffstat (limited to 'libzypp-bindings.spec.cmake')
-rw-r--r-- | libzypp-bindings.spec.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libzypp-bindings.spec.cmake b/libzypp-bindings.spec.cmake index 3697e65..474884f 100644 --- a/libzypp-bindings.spec.cmake +++ b/libzypp-bindings.spec.cmake @@ -17,7 +17,8 @@ License: GPL v2 or later Summary: Bindings for libzypp Group: Development/Sources BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: cmake gcc-c++ python-devel ruby-devel +BuildRequires: cmake python-devel ruby-devel +BuildRequires: gcc-c++ >= 4.5 BuildRequires: swig >= 1.3.40 BuildRequires: libzypp-devel >= 5.8.0 Source: %{name}-%{version}.tar.bz2 |