Remove obsoleted Group tags
The Group tag is deprecated since Fedora 17 and it isn't needed anymore.
This commit is contained in:
parent
0e4dfeb9d8
commit
8dee0bf147
11
gvfs.spec
11
gvfs.spec
@ -5,7 +5,6 @@ Name: gvfs
|
||||
Version: 1.25.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
|
||||
Source: http://download.gnome.org/sources/gvfs/1.25/gvfs-%{version}.tar.xz
|
||||
@ -53,7 +52,6 @@ framework in GLib. It includes ftp, sftp, cifs.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for gvfs
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -63,7 +61,6 @@ required to develop applications using gvfs.
|
||||
|
||||
%package fuse
|
||||
Summary: FUSE support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: fuse-devel
|
||||
Requires: fuse
|
||||
@ -75,7 +72,6 @@ to access the gvfs filesystems.
|
||||
|
||||
%package smb
|
||||
Summary: Windows fileshare support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: libsmbclient-devel >= 3.2.0-1.pre2.8
|
||||
BuildRequires: libtalloc-devel >= 1.3.0-0
|
||||
@ -87,7 +83,6 @@ shares (SMB) to applications using gvfs.
|
||||
|
||||
%package archive
|
||||
Summary: Archiving support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: libarchive-devel >= 2.7.1-1
|
||||
|
||||
@ -98,7 +93,6 @@ as well as ISO images, to applications using gvfs.
|
||||
|
||||
%package gphoto2
|
||||
Summary: gphoto2 support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: libgphoto2-devel
|
||||
BuildRequires: libusb-devel
|
||||
@ -113,7 +107,6 @@ media players (Media Transfer Protocol) to applications using gvfs.
|
||||
%ifnarch s390 s390x
|
||||
%package afc
|
||||
Summary: AFC support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: usbmuxd
|
||||
BuildRequires: libimobiledevice-devel >= 0.9.7
|
||||
@ -126,7 +119,6 @@ including phones and music players to applications using gvfs.
|
||||
|
||||
%package afp
|
||||
Summary: AFP support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: libgcrypt-devel >= 1.2.2
|
||||
# this should ensure having this new subpackage installed on upgrade from older versions
|
||||
@ -140,7 +132,6 @@ to applications using gvfs.
|
||||
|
||||
%package mtp
|
||||
Summary: MTP support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: libmtp-devel >= 1.1.0
|
||||
|
||||
@ -151,7 +142,6 @@ MTP based devices (Media Transfer Protocol) to applications using gvfs.
|
||||
|
||||
%package goa
|
||||
Summary: GOA support for gvfs
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: gnome-online-accounts-devel >= 3.7.1
|
||||
|
||||
@ -161,7 +151,6 @@ file services.
|
||||
|
||||
%package tests
|
||||
Summary: Tests for the gvfs package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tests
|
||||
|
Loading…
Reference in New Issue
Block a user