delete -Sgit from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 23:04:47 +08:00
parent 8dcb28cc0a
commit a8ee9c2d25
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,13 +1,13 @@
Name: libwacom Name: libwacom
Version: 1.7 Version: 1.7
Release: 2 Release: 3
Summary: Wacom Tablets Library Summary: Wacom Tablets Library
Requires: %{name}-data Requires: %{name}-data
License: MIT License: MIT
URL: https://github.com/linuxwacom/libwacom URL: https://github.com/linuxwacom/libwacom
Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildRequires: meson gcc glib2-devel libgudev1-devel git BuildRequires: meson gcc glib2-devel libgudev1-devel
BuildRequires: systemd systemd-devel libxml2-devel BuildRequires: systemd systemd-devel libxml2-devel
%description %description
@ -29,7 +29,7 @@ BuildArch: noarch
Tablet information client library library data files. Tablet information client library library data files.
%prep %prep
%autosetup -n %{name}-%{version} -p1 -Sgit %autosetup -n %{name}-%{version} -p1
%build %build
%meson -Dtests=disabled -Ddocumentation=disabled %meson -Dtests=disabled -Ddocumentation=disabled
@ -67,6 +67,9 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
%{_prefix}/share/libwacom/*.py %{_prefix}/share/libwacom/*.py
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.7-3
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Wed Jun 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.7-2 * Wed Jun 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.7-2
- add buildrequire git - add buildrequire git