Drop git BuildRequires and just apply patches with regular patch
This avoids a large build dep, and for most patches, regular patch -p1 works just fine (the package doesn't have any downstream patches right now).
This commit is contained in:
parent
faa55a359d
commit
ab5fca033c
@ -31,7 +31,6 @@ Source0: https://download.gnome.org/sources/gvfs/1.47/gvfs-%{version}.tar.xz
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc
|
||||
BuildRequires: git
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
@ -220,7 +219,7 @@ The gvfs-tests package contains tests that can be used to verify
|
||||
the functionality of the installed gvfs package.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -S git
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson -Dinstalled_tests=true \
|
||||
|
Loading…
Reference in New Issue
Block a user