fix spec indentation
This commit is contained in:
parent
a7b4afcbf1
commit
60500708b3
28
gpsd.spec
28
gpsd.spec
@ -49,15 +49,15 @@ gpsd responds to queries with a format that is substantially easier to
|
|||||||
parse than NMEA 0183.
|
parse than NMEA 0183.
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Client libraries in C for talking to a running gpsd or GPS
|
Summary: Client libraries in C for talking to a running gpsd or GPS
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
This package contains the gpsd libraries that manage access
|
This package contains the gpsd libraries that manage access
|
||||||
to a GPS for applications.
|
to a GPS for applications.
|
||||||
|
|
||||||
%package -n python3-%{name}
|
%package -n python3-%{name}
|
||||||
Summary: Python libraries and modules for use with gpsd
|
Summary: Python libraries and modules for use with gpsd
|
||||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
%{?python_provide:%python_provide python3-%{name}}
|
%{?python_provide:%python_provide python3-%{name}}
|
||||||
|
|
||||||
%description -n python3-%{name}
|
%description -n python3-%{name}
|
||||||
@ -65,8 +65,8 @@ This package contains the python3 modules that manage access to a GPS for
|
|||||||
applications.
|
applications.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the gpsd library
|
Summary: Development files for the gpsd library
|
||||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package provides C header files for the gpsd shared libraries that
|
This package provides C header files for the gpsd shared libraries that
|
||||||
@ -74,17 +74,17 @@ manage access to a GPS for applications
|
|||||||
|
|
||||||
%if %{with_qt}
|
%if %{with_qt}
|
||||||
%package qt
|
%package qt
|
||||||
Summary: C++/Qt5 bindings for the gpsd library
|
Summary: C++/Qt5 bindings for the gpsd library
|
||||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description qt
|
%description qt
|
||||||
This package provide C++ and Qt bindings for use with the libgps library from
|
This package provide C++ and Qt bindings for use with the libgps library from
|
||||||
gpsd.
|
gpsd.
|
||||||
|
|
||||||
%package qt-devel
|
%package qt-devel
|
||||||
Summary: Development files for the C++/Qt5 bindings for the gpsd library
|
Summary: Development files for the C++/Qt5 bindings for the gpsd library
|
||||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: %{name}-qt%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-qt%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description qt-devel
|
%description qt-devel
|
||||||
This package provides the development files for the C++ and Qt bindings for use
|
This package provides the development files for the C++ and Qt bindings for use
|
||||||
@ -92,10 +92,10 @@ with the libgps library from gpsd.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package clients
|
%package clients
|
||||||
Summary: Clients for gpsd
|
Summary: Clients for gpsd
|
||||||
Requires: python3-%{name} = %{epoch}:%{version}-%{release}
|
Requires: python3-%{name} = %{epoch}:%{version}-%{release}
|
||||||
Requires: python3-pyserial
|
Requires: python3-pyserial
|
||||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description clients
|
%description clients
|
||||||
This package contains various clients using gpsd.
|
This package contains various clients using gpsd.
|
||||||
|
Loading…
Reference in New Issue
Block a user