Skip to content

Commit

Permalink
Refer to libyui instead of yast2-libyui in specfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandres committed Jun 11, 2012
1 parent 80b2972 commit 7d8232e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libyui-bindings.spec.cmake
Expand Up @@ -22,7 +22,7 @@ Summary: Bindings for libyui
Group: Development/Sources
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake gcc-c++ ruby-devel perl python-devel swig
BuildRequires: yast2-libyui-devel >= 2.16
BuildRequires: libyui-devel >= 2.16
Source: %{name}-%{version}.tar.bz2
Prefix: /usr

Expand Down Expand Up @@ -54,23 +54,23 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{__rm} -rf %{buildroot}

%package -n ruby-yui
Summary: Ruby bindings for yast2-libyui
Summary: Ruby bindings for libyui
Group: Development/Languages/Ruby

%description -n ruby-yui
-

%package -n python-yui
%py_requires
Summary: Python bindings for yast2-libyui
Summary: Python bindings for libyui
Group: Development/Languages/Python

%description -n python-yui
-

%package -n perl-yui
Requires: perl = %{perl_version}
Summary: Perl bindings for yast2-libyui
Summary: Perl bindings for libyui
Group: Development/Languages/Perl

%description -n perl-yui
Expand Down

0 comments on commit 7d8232e

Please sign in to comment.