From 743214242b04cd9976b2ac64c2a17dd14d97a130 Mon Sep 17 00:00:00 2001 From: hy Date: Wed, 25 Mar 2020 16:56:20 +0800 Subject: [PATCH] =?UTF-8?q?delete=20-Sgit=20in=20%autosetup=20in=20spec=20?= =?UTF-8?q?file=20We=20no=20need=20to=20use=20-Sgit=20in=20%autosetup.=20I?= =?UTF-8?q?f=20use=EF=BC=8Cthe=20spec=20needs=20to=20add=20the=20buildrequ?= =?UTF-8?q?ire=20to=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libusbx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libusbx.spec b/libusbx.spec index 4b3cff3..e28664c 100644 --- a/libusbx.spec +++ b/libusbx.spec @@ -3,7 +3,7 @@ Name: libusbx Version: 1.0.22 -Release: 2 +Release: 3 Summary: Library for accessing USB devices License: LGPLv2+ URL: http://libusb.info @@ -30,7 +30,7 @@ Obsoletes: libusbx-devel-doc The %{name}-devel package contains libraries and header files. %prep -%autosetup -n %{source}-%{version} -p1 -Sgit +%autosetup -n %{source}-%{version} -p1 mkdir -p m4 autoreconf -ivf @@ -57,5 +57,8 @@ make docs -C doc %{_libdir}/pkgconfig/libusb-1.0.pc %changelog +* Wed Mar 25 2020 hy-euler - 1.0.22-3 +- delete -Sgit in %autosetup + * Sat Aug 31 2019 suweifeng - 1.0.22-2 - Package init -- Gitee