use %{?_isa}
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
68f936d51e
commit
d3056f6e5f
@ -29,8 +29,8 @@ commands.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Files needed to develop programs which use the readline library
|
Summary: Files needed to develop programs which use the readline library
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: ncurses-devel
|
Requires: ncurses-devel%{?_isa}
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ installed. You also need to have the readline package installed.
|
|||||||
|
|
||||||
%package static
|
%package static
|
||||||
Summary: Static libraries for the readline library
|
Summary: Static libraries for the readline library
|
||||||
Requires: %{name}-devel = %{version}-%{release}
|
Requires: %{name}%{?_isa}-devel = %{version}-%{release}
|
||||||
|
|
||||||
%description static
|
%description static
|
||||||
The readline-static package contains the static version of the readline
|
The readline-static package contains the static version of the readline
|
||||||
|
Loading…
Reference in New Issue
Block a user