Skip to content

Commit

Permalink
Spec file unification
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Jan 26, 2021
1 parent 4612537 commit b767c7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package/libyui-ncurses-pkg-doc.spec
Expand Up @@ -38,7 +38,7 @@ Source: %{parent}-%{version}.tar.bz2

%description
This package contains the NCurses (text based) package selector
component for libYUI.
component for libyui.

This package provides HTML class documentation.

Expand Down
16 changes: 7 additions & 9 deletions package/libyui-ncurses-pkg.spec
Expand Up @@ -40,17 +40,18 @@ BuildRequires: %{libyui_devel_version}
BuildRequires: %{libyui_ncurses_devel_version}
BuildRequires: %{libzypp_devel_version}

Summary: Libyui - yast2 package selector widget for the ncurses UI
Summary: Libyui - yast2 package selector widget for the NCurses UI
License: LGPL-2.1-only OR LGPL-3.0-only
Url: http://github.com/libyui/
Source: %{name}-%{version}.tar.bz2

%description
This package contains the package selector for the text based (ncurses) user
interface component for libYUI.
This package contains the package selector for the text based (NCurses) user
interface component for libyui.


%package -n %{bin_name}
Summary: Libyui - yast2 package selector widget for the NCurses UI

Requires: libyui%{so_version}
Provides: %{name} = %{version}
Expand All @@ -68,15 +69,14 @@ Supplements: packageand(libyui-ncurses:yast2-packager)
# Selectable::hasRetracted()
Requires: libzypp >= 17.21.0

Url: http://github.com/libyui/
Summary: Libyui - yast2 package selector widget for the ncurses UI

%description -n %{bin_name}
This package contains the NCurses (text based) package selector
component for libYUI.
component for libyui.


%package devel
Summary: Libyui-ncurses-pkg header files

Requires: %{libyui_ncurses_devel_version}
Requires: %{libzypp_devel_version}
Expand All @@ -85,13 +85,11 @@ Requires: %{bin_name} = %{version}
Requires: glibc-devel
Requires: libstdc++-devel

Url: http://github.com/libyui/
Summary: Libyui-ncurses-pkg header files

%description devel

This package contains the header files for the NCurses (text based)
package selector component for libYUI.
package selector component for libyui.


%prep
Expand Down

0 comments on commit b767c7c

Please sign in to comment.