Accepting request 491556 from home:jengelh:branches:hardware:sdr
- Ensure neutrality of description. Trim duplicate inner descrpitions. OBS-URL: https://build.opensuse.org/request/show/491556 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/hamlib?expand=0&rev=5
This commit is contained in:
parent
7dca48d997
commit
379ed4bf73
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 27 11:07:13 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Ensure neutrality of description. Trim duplicate inner
|
||||
descrpitions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 14:24:42 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
51
hamlib.spec
51
hamlib.spec
@ -45,72 +45,69 @@ Requires(post): info
|
||||
Requires(preun): info
|
||||
|
||||
%description
|
||||
The Ham Radio Control Libraries, Hamlib for short, is a development effort to
|
||||
provide a consistent interface for programmers wanting to incorporate radio
|
||||
control in their programs. Hamlib is not a complete user application, rather,
|
||||
it is a software layer intended to make controlling various radios and other
|
||||
shack hardware much easier. Hamlib will allow authors of such software as
|
||||
logging programs, digital communications programs, or those wanting to develop
|
||||
the ultimate radio control software to concentrate on the user interface and
|
||||
the basic function of the program rather than radio control.
|
||||
The Ham Radio Control Libraries (Hamlib) provide a programming
|
||||
interface for controlling radios and other shack hardware.
|
||||
It is a software layer, not a complete user application.
|
||||
|
||||
%package devel
|
||||
Summary: Hamlib development libraries
|
||||
Summary: Development files for hamlib, a set of radio control libraries
|
||||
Group: Development/Libraries/Other
|
||||
Requires: libhamlib%{sover} = %{version}
|
||||
Requires: libhamlib++%{sover} = %{version}
|
||||
|
||||
%description devel
|
||||
Hamlib provides a consistent interface for programmers wanting to incorporate
|
||||
radio control in their programs.
|
||||
Hamlib provide a programming interface for controlling radios and
|
||||
other shack hardware.
|
||||
|
||||
%package -n libhamlib++%{sover}
|
||||
Summary: Hamlib C++ libraries
|
||||
Group: Development/Libraries/Other
|
||||
Summary: C++ interface of the Ham Radio Control Libraries
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libhamlib++%{sover}
|
||||
Hamlib provides a consistent interface for programmers wanting to incorporate
|
||||
radio control in their programs.
|
||||
Hamlib provides a programming interface for controlling radios and
|
||||
other shack hardware. It is a software layer, not a complete user
|
||||
application.
|
||||
|
||||
%package -n libhamlib%{sover}
|
||||
Summary: Hamlib C libraries
|
||||
Group: Development/Libraries/Other
|
||||
Summary: C interface of the Ham Radio Control Libraries
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libhamlib%{sover}
|
||||
Hamlib provides a consistent interface for programmers wanting to incorporate
|
||||
radio control in their programs.
|
||||
Hamlib provides a programming interface for controlling radios and
|
||||
other shack hardware. It is a software layer, not a complete user
|
||||
application.
|
||||
|
||||
%package -n lua-Hamliblua
|
||||
Summary: LUA bindings for Hamlib
|
||||
Group: Development/Libraries/Other
|
||||
|
||||
%description -n lua-Hamliblua
|
||||
Hamlib provides a consistent interface for programmers wanting to incorporate
|
||||
radio control in their programs.
|
||||
Hamlib provide a programming interface for controlling radios and
|
||||
other shack hardware.
|
||||
|
||||
%package -n python-Hamlib
|
||||
Summary: Python bindings for Hamlib
|
||||
Group: Development/Libraries/Python
|
||||
|
||||
%description -n python-Hamlib
|
||||
Hamlib provides a consistent interface for programmers wanting to incorporate
|
||||
radio control in their programs.
|
||||
Hamlib provide a programming interface for controlling radios and
|
||||
other shack hardware.
|
||||
|
||||
%package -n tcl-Hamlib
|
||||
Summary: Tcl bindings for Hamlib
|
||||
Group: Development/Languages/Tcl
|
||||
|
||||
%description -n tcl-Hamlib
|
||||
Hamlib provides a consistent interface for programmers wanting to incorporate
|
||||
radio control in their programs.
|
||||
Hamlib provide a programming interface for controlling radios and
|
||||
other shack hardware.
|
||||
|
||||
%package -n perl-Hamlib
|
||||
Summary: Perl bindings for Hamlib
|
||||
Group: Development/Languages/Perl
|
||||
|
||||
%description -n perl-Hamlib
|
||||
Hamlib provides a consistent interface for programmers wanting to incorporate
|
||||
radio control in their programs.
|
||||
Hamlib provide a programming interface for controlling radios and
|
||||
other shack hardware.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
x
Reference in New Issue
Block a user