Skip to content

Commit

Permalink
Text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Jan 19, 2021
1 parent 6b3edca commit 142d831
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#--
# Copyright (C) 2015-2021 SUSE LLC
# Copyright (c) 2015-2019 SUSE LLC
# Copyright (c) 2020-2021 SUSE LLC
#
# make continuous integration using rubygem-libyui-rake.
#
Expand Down
2 changes: 0 additions & 2 deletions VERSION.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ SET( VERSION_MINOR "57" )
SET( VERSION_PATCH "2" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )

##### This is needed for the libyui core ONLY.
##### These will be overridden from exports in LibyuiConfig.cmake
SET( SONAME_MAJOR "14" )
SET( SONAME_MINOR "0" )
SET( SONAME_PATCH "0" )
Expand Down
12 changes: 8 additions & 4 deletions package/libyui-ncurses.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@


Name: libyui-ncurses

# DO NOT manually bump the version here; instead, use rake version:bump
Version: 2.57.2
Release: 0
Expand Down Expand Up @@ -57,7 +58,7 @@ Url: http://github.com/libyui/
Summary: Libyui - Character Based User Interface

%description -n %{bin_name}
This package contains the character based (ncurses) user interface
This package contains the NCurses (text based) user interface
component for libYUI.


Expand All @@ -76,10 +77,9 @@ Summary: Libyui-ncurses header files
Group: Development/Languages/C and C++

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


This can be used independently of YaST for generic (C++) applications.
This package has very few dependencies.

Expand All @@ -94,10 +94,12 @@ Conflicts: %{name}8
Requires: screen

%description tools
Character based (ncurses) user interface component for libYUI.
This package contains tools for the NCurses (text based)
user interface component for libYUI:

libyui-terminal - useful for testing on headless machines


%prep
%setup -q -n %{name}-%{version}

Expand Down Expand Up @@ -134,13 +136,15 @@ install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/
%post -n %{bin_name} -p /sbin/ldconfig
%postun -n %{bin_name} -p /sbin/ldconfig


%files -n %{bin_name}
%defattr(-,root,root)
%dir %{_libdir}/yui
%{_libdir}/yui/lib*.so.*
%doc %dir %{_docdir}/%{bin_name}
%license %{_docdir}/%{bin_name}/COPYING*


%files devel
%defattr(-,root,root)
%dir %{_docdir}/%{bin_name}
Expand Down

0 comments on commit 142d831

Please sign in to comment.