remove Group tag
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
7f247aa046
commit
673dee43fa
@ -5,7 +5,6 @@ Name: libxml2
|
|||||||
Version: 2.9.5
|
Version: 2.9.5
|
||||||
Release: 3%{?dist}%{?extra_release}
|
Release: 3%{?dist}%{?extra_release}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
|
||||||
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
|
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
@ -38,7 +37,6 @@ URI library.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries, includes, etc. to develop XML and HTML applications
|
Summary: Libraries, includes, etc. to develop XML and HTML applications
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: libxml2 = %{version}-%{release}
|
Requires: libxml2 = %{version}-%{release}
|
||||||
Requires: zlib-devel
|
Requires: zlib-devel
|
||||||
Requires: xz-devel
|
Requires: xz-devel
|
||||||
@ -58,7 +56,6 @@ URI library.
|
|||||||
|
|
||||||
%package static
|
%package static
|
||||||
Summary: Static library for libxml2
|
Summary: Static library for libxml2
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: libxml2 = %{version}-%{release}
|
Requires: libxml2 = %{version}-%{release}
|
||||||
|
|
||||||
%description static
|
%description static
|
||||||
@ -68,7 +65,6 @@ microseconds when parsing, do not link to them for generic purpose packages.
|
|||||||
%package -n python2-%{name}
|
%package -n python2-%{name}
|
||||||
%{?python_provide:%python_provide python2-%{name}}
|
%{?python_provide:%python_provide python2-%{name}}
|
||||||
Summary: Python bindings for the libxml2 library
|
Summary: Python bindings for the libxml2 library
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: libxml2 = %{version}-%{release}
|
Requires: libxml2 = %{version}-%{release}
|
||||||
Obsoletes: %{name}-python < %{version}-%{release}
|
Obsoletes: %{name}-python < %{version}-%{release}
|
||||||
Provides: %{name}-python = %{version}-%{release}
|
Provides: %{name}-python = %{version}-%{release}
|
||||||
@ -86,7 +82,6 @@ at parse time or later once the document has been modified.
|
|||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%package -n python3-%{name}
|
%package -n python3-%{name}
|
||||||
Summary: Python 3 bindings for the libxml2 library
|
Summary: Python 3 bindings for the libxml2 library
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: libxml2 = %{version}-%{release}
|
Requires: libxml2 = %{version}-%{release}
|
||||||
Obsoletes: %{name}-python3 < %{version}-%{release}
|
Obsoletes: %{name}-python3 < %{version}-%{release}
|
||||||
Provides: %{name}-python3 = %{version}-%{release}
|
Provides: %{name}-python3 = %{version}-%{release}
|
||||||
|
Loading…
Reference in New Issue
Block a user