Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
3081ebe781
commit
655bb3c710
@ -18,7 +18,6 @@ Name: apr-util
|
||||
Version: 1.6.1
|
||||
Release: 9%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: System Environment/Libraries
|
||||
URL: http://apr.apache.org/
|
||||
Source0: http://www.apache.org/dist/apr/%{name}-%{version}.tar.bz2
|
||||
Patch1: apr-util-1.2.7-pkgconf.patch
|
||||
@ -41,7 +40,6 @@ contains additional utility interfaces for APR; including support
|
||||
for XML, LDAP, database interfaces, URI parsing and more.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library development kit
|
||||
Requires: apr-util%{?_isa} = %{version}-%{release}, apr-devel%{?_isa}, pkgconfig
|
||||
Requires: %{dbdep}%{?_isa}, expat-devel%{?_isa}, openldap-devel%{?_isa}
|
||||
@ -53,7 +51,6 @@ of the Apache Portable Runtime (APR) is to provide a free
|
||||
library of C data structures and routines.
|
||||
|
||||
%package pgsql
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library PostgreSQL DBD driver
|
||||
BuildRequires: libpq-devel
|
||||
Requires: apr-util%{?_isa} = %{version}-%{release}
|
||||
@ -63,7 +60,6 @@ This package provides the PostgreSQL driver for the apr-util
|
||||
DBD (database abstraction) interface.
|
||||
|
||||
%package bdb
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library Berkeley DB driver
|
||||
Requires: apr-util%{?_isa} = %{version}-%{release}
|
||||
|
||||
@ -72,7 +68,6 @@ This package provides the Berkeley DB driver for the apr-util
|
||||
DBM (database abstraction) interface.
|
||||
|
||||
%package mysql
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library MySQL DBD driver
|
||||
BuildRequires: mariadb-connector-c-devel
|
||||
Requires: apr-util%{?_isa} = %{version}-%{release}
|
||||
@ -82,7 +77,6 @@ This package provides the MySQL driver for the apr-util DBD
|
||||
(database abstraction) interface.
|
||||
|
||||
%package sqlite
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library SQLite DBD driver
|
||||
BuildRequires: sqlite-devel >= 3.0.0
|
||||
Requires: apr-util%{?_isa} = %{version}-%{release}
|
||||
@ -92,7 +86,6 @@ This package provides the SQLite driver for the apr-util DBD
|
||||
(database abstraction) interface.
|
||||
|
||||
%package odbc
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library ODBC DBD driver
|
||||
BuildRequires: unixODBC-devel
|
||||
Requires: apr-util%{?_isa} = %{version}-%{release}
|
||||
@ -102,7 +95,6 @@ This package provides the ODBC driver for the apr-util DBD
|
||||
(database abstraction) interface.
|
||||
|
||||
%package ldap
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library LDAP support
|
||||
BuildRequires: openldap-devel
|
||||
Requires: apr-util%{?_isa} = %{version}-%{release}
|
||||
@ -111,7 +103,6 @@ Requires: apr-util%{?_isa} = %{version}-%{release}
|
||||
This package provides the LDAP support for the apr-util.
|
||||
|
||||
%package openssl
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library OpenSSL crypto support
|
||||
BuildRequires: openssl-devel
|
||||
Requires: apr-util%{?_isa} = %{version}-%{release}
|
||||
@ -121,7 +112,6 @@ This package provides the OpenSSL crypto support for the apr-util.
|
||||
|
||||
%if %{with_nss}
|
||||
%package nss
|
||||
Group: Development/Libraries
|
||||
Summary: APR utility library NSS crypto support
|
||||
BuildRequires: nss-devel
|
||||
Requires: apr-util%{?_isa} = %{version}-%{release}
|
||||
|
Loading…
Reference in New Issue
Block a user