Accepting request 588349 from home:jengelh:branches:Base:System
- Update descriptions. Replace old $RPM_* vars with macros. OBS-URL: https://build.opensuse.org/request/show/588349 OBS-URL: https://build.opensuse.org/package/show/Base:System/readline?expand=0&rev=5
This commit is contained in:
parent
904a7f1fe0
commit
98a6d54ef9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 18 22:18:49 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update descriptions. Replace old $RPM_* vars with macros.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 16 18:05:29 UTC 2018 - werner@suse.de
|
Fri Mar 16 18:05:29 UTC 2018 - werner@suse.de
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Version: 7.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: The readline library
|
Summary: The readline library
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.gnu.org/software/readline/
|
Url: http://www.gnu.org/software/readline/
|
||||||
# Git: http://git.savannah.gnu.org/cgit/bash.git
|
# Git: http://git.savannah.gnu.org/cgit/bash.git
|
||||||
Source0: ftp://ftp.gnu.org/gnu/readline/readline-%{version}%{rextend}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/readline/readline-%{version}%{rextend}.tar.gz
|
||||||
@ -66,31 +66,28 @@ standard command interpreter) for easy editing of command lines. This
|
|||||||
includes history and search functionality.
|
includes history and search functionality.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Development files for readline
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libreadline7 = %{version}
|
Requires: libreadline7 = %{version}
|
||||||
Requires: ncurses-devel
|
Requires: ncurses-devel
|
||||||
Recommends: readline-doc = %{version}
|
Recommends: readline-doc = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
This package contains the header files for the readline library.
|
||||||
to develop applications that require these.
|
|
||||||
|
|
||||||
%package devel-static
|
%package devel-static
|
||||||
Summary: Static library for Development
|
Summary: Static library for development with readline
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: ncurses-devel
|
Requires: ncurses-devel
|
||||||
Requires: readline-devel = %{version}
|
Requires: readline-devel = %{version}
|
||||||
Recommends: readline-doc = %{version}
|
Recommends: readline-doc = %{version}
|
||||||
#
|
|
||||||
|
|
||||||
%description devel-static
|
%description devel-static
|
||||||
This package contains the static library needed
|
This package contains the static library for the readline library.
|
||||||
to develop applications that require these.
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation how to Use and Program with the Readline Library
|
Summary: Documentation how to Use and Program with the Readline Library
|
||||||
Group: System/Libraries
|
Group: Documentation/Other
|
||||||
Provides: readline:%{_infodir}/readline.info.gz
|
Provides: readline:%{_infodir}/readline.info.gz
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -174,7 +171,7 @@ LARGEFILE="$(getconf LFS_CFLAGS)"
|
|||||||
rl_signal_event_hook;
|
rl_signal_event_hook;
|
||||||
};
|
};
|
||||||
EOF
|
EOF
|
||||||
CFLAGS="$RPM_OPT_FLAGS $LARGEFILE -D_GNU_SOURCE -Wall -g"
|
CFLAGS="%{optflags} $LARGEFILE -D_GNU_SOURCE -Wall -g"
|
||||||
LDFLAGS=""
|
LDFLAGS=""
|
||||||
cflags -Wuninitialized CFLAGS
|
cflags -Wuninitialized CFLAGS
|
||||||
cflags -Wextra CFLAGS
|
cflags -Wextra CFLAGS
|
||||||
|
Loading…
Reference in New Issue
Block a user