Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
5b435e6dc5
commit
bdf5773f12
@ -12,7 +12,6 @@ Name: sqlite
|
||||
Version: %{rpmver}
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
Group: Applications/Databases
|
||||
URL: http://www.sqlite.org/
|
||||
|
||||
Source0: http://www.sqlite.org/2018/sqlite-src-%{realver}.zip
|
||||
@ -62,7 +61,6 @@ are named to permit each to be installed on a single host
|
||||
|
||||
%package devel
|
||||
Summary: Development tools for the sqlite3 embeddable SQL database engine
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
@ -73,7 +71,6 @@ to install %{name}-devel.
|
||||
|
||||
%package libs
|
||||
Summary: Shared library for the sqlite3 embeddable SQL database engine.
|
||||
Group: Development/Libraries
|
||||
|
||||
# Ensure updates from pre-split work on multi-lib systems
|
||||
Obsoletes: %{name} < 3.11.0-1
|
||||
@ -84,7 +81,6 @@ This package contains the shared library for %{name}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for sqlite
|
||||
Group: Documentation
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
@ -94,7 +90,6 @@ C/C++ interface specs and other miscellaneous documentation.
|
||||
|
||||
%package -n lemon
|
||||
Summary: A parser generator
|
||||
Group: Development/Tools
|
||||
|
||||
%description -n lemon
|
||||
Lemon is an LALR(1) parser generator for C or C++. It does the same
|
||||
@ -110,7 +105,6 @@ embedded controllers.
|
||||
%if %{with tcl}
|
||||
%package tcl
|
||||
Summary: Tcl module for the sqlite3 embeddable SQL database engine
|
||||
Group: Development/Languages
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: tcl(abi) = %{tcl_version}
|
||||
|
||||
@ -119,7 +113,6 @@ This package contains the tcl modules for %{name}.
|
||||
|
||||
%package analyzer
|
||||
Summary: An analysis program for sqlite3 database files
|
||||
Group: Development/Tools
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: tcl(abi) = %{tcl_version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user