Martin Pluskal 2017-12-01 15:12:32 +00:00 committed by Git OBS Bridge
parent 4e919f4c40
commit 514617b0cd

View File

@ -101,7 +101,7 @@ need to have gpsd installed for it to work.
%package -n %{libgps}
Summary: Shared library for GPS applications
Group: Development/Libraries/Python
Group: System/Libraries
%description -n %{libgps}
This package provides the shared library for gpsd and other GPS aware
@ -109,7 +109,7 @@ applications.
%package -n %{libQgps}
Summary: Shared Qt library for GPS applications
Group: Development/Libraries/Python
Group: System/Libraries
%description -n %{libQgps}
This package provides the shared Qt library for gpsd and other GPS aware
@ -117,9 +117,9 @@ applications.
%package -n %{libQgps}-devel
Summary: Shared Qt library for GPS applications
Group: Development/Libraries/Python
Requires: %{libQgps} = %{version}-%{release}
Requires: %{libgps} = %{version}-%{release}
Group: Development/Libraries/C and C++
Requires: %{libQgps} = %{version}
Requires: %{libgps} = %{version}
%description -n %{libQgps}-devel
This package provides the development files for the C++ and Qt bindings for use