add support note to package descriptions (RHEL-113507)
Resolves: RHEL-113507
This commit is contained in:
parent
b1e33db227
commit
72f4db4ba6
24
gpsd.spec
24
gpsd.spec
@ -64,6 +64,9 @@ can share access to a GPS without contention or loss of data. Also,
|
||||
gpsd responds to queries with a format that is substantially easier to
|
||||
parse than NMEA 0183.
|
||||
|
||||
%{note1}
|
||||
%{note2}
|
||||
|
||||
%if %{with_libs}
|
||||
%package libs
|
||||
Summary: Client libraries in C for talking to a running gpsd or GPS
|
||||
@ -72,6 +75,9 @@ Summary: Client libraries in C for talking to a running gpsd or GPS
|
||||
This package contains the gpsd libraries that manage access
|
||||
to a GPS for applications.
|
||||
|
||||
%{note1}
|
||||
%{note2}
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the gpsd library
|
||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
@ -79,6 +85,9 @@ Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
%description devel
|
||||
This package provides C header files for the gpsd shared libraries that
|
||||
manage access to a GPS for applications
|
||||
|
||||
%{note1}
|
||||
%{note2}
|
||||
%endif
|
||||
|
||||
%if %{with_qt}
|
||||
@ -92,6 +101,9 @@ Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
This package provide C++ and Qt bindings for use with the libgps library from
|
||||
gpsd.
|
||||
|
||||
%{note1}
|
||||
%{note2}
|
||||
|
||||
%package qt-devel
|
||||
Summary: Development files for the C++/Qt5 bindings for the gpsd library
|
||||
Requires: %{name}-qt%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
@ -99,6 +111,9 @@ Requires: %{name}-qt%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
%description qt-devel
|
||||
This package provides the development files for the C++ and Qt bindings for use
|
||||
with the libgps library from gpsd.
|
||||
|
||||
%{note1}
|
||||
%{note2}
|
||||
%endif
|
||||
|
||||
%package -n python3-%{name}
|
||||
@ -113,6 +128,9 @@ Requires: python3-pyserial
|
||||
This package contains the python3 modules that manage access to a GPS for
|
||||
applications.
|
||||
|
||||
%{note1}
|
||||
%{note2}
|
||||
|
||||
%package clients
|
||||
Summary: Clients for gpsd
|
||||
Requires: python3-%{name} = %{epoch}:%{version}-%{release}
|
||||
@ -124,6 +142,9 @@ Obsoletes: gpsd-minimal-clients
|
||||
%description clients
|
||||
This package contains various clients using gpsd.
|
||||
|
||||
%{note1}
|
||||
%{note2}
|
||||
|
||||
%package xclients
|
||||
Summary: Graphical clients for gpsd
|
||||
Requires: python3-%{name} = %{epoch}:%{version}-%{release}
|
||||
@ -136,6 +157,9 @@ Conflicts: gpsd-clients < 1:3.25-6
|
||||
%description xclients
|
||||
This package contains X clients using gpsd.
|
||||
|
||||
%{note1}
|
||||
%{note2}
|
||||
|
||||
%prep
|
||||
%setup -q -a 1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user