BuildRequire git-core instead of full blown git
Switch from git %autosetup to git_am, the patches are commits.
This commit is contained in:
parent
45f0aeefcf
commit
08b6c5bc81
@ -24,7 +24,7 @@ BuildRequires: glib2-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: itstool
|
||||
BuildRequires: meson
|
||||
BuildRequires: git
|
||||
BuildRequires: git-core
|
||||
|
||||
# Disable pkgconfig autodep
|
||||
%global __requires_exclude ^/usr/bin/pkg-config$
|
||||
@ -38,7 +38,7 @@ a file. This is generally done by examining the file's name or contents,
|
||||
and looking up the correct MIME type in a database.
|
||||
|
||||
%prep
|
||||
%autosetup -S git
|
||||
%autosetup -S git_am
|
||||
tar xjf %SOURCE6
|
||||
mv xdgmime-*/ xdgmime/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user