From 57b9b6bea61caa77dce5066a345779227d4592f1 Mon Sep 17 00:00:00 2001 From: lihaotian9 Date: Thu, 3 Sep 2020 15:01:17 +0800 Subject: [PATCH 1/3] fix source0 url Conflicts: fxload.spec (cherry picked from commit 1c29ca7cadb23c61e80591c3bb998e3efaf04793) --- fxload.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fxload.spec b/fxload.spec index 132f12f..808897e 100644 --- a/fxload.spec +++ b/fxload.spec @@ -1,6 +1,6 @@ Name: fxload Version: 2008_10_13 -Release: 15 +Release: 16 Summary: A program which downloads firmware to USB devices License: GPLv2+ URL: http://linux-hotplug.sourceforge.net/ @@ -41,6 +41,9 @@ install -D -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/fxload.8 %{_mandir}/*/* %changelog +* Thu Sep 3 2020 lihaotian - 2008_10_13-16 +- Fix source0 url + * Thu Sep 3 2020 lihaotian - 2008_10_13-15 - Update the source0 url -- Gitee From 935dae4100b964cfef06f61c45b9d35875c5f3c6 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Tue, 29 Jun 2021 16:34:10 +0800 Subject: [PATCH 2/3] add buildrequire gcc (cherry picked from commit 214921c581b87b3baa09564e1069b90a4b2220fc) --- fxload.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fxload.spec b/fxload.spec index 808897e..d5df4a2 100644 --- a/fxload.spec +++ b/fxload.spec @@ -1,12 +1,12 @@ Name: fxload Version: 2008_10_13 -Release: 16 +Release: 17 Summary: A program which downloads firmware to USB devices License: GPLv2+ URL: http://linux-hotplug.sourceforge.net/ Source0: https://netix.dl.sourceforge.net/project/linux-hotplug/fxload/2008_10_13/%{name}-%{version}.tar.gz -BuildRequires: git +BuildRequires: git, gcc Requires: udev %description @@ -41,6 +41,9 @@ install -D -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/fxload.8 %{_mandir}/*/* %changelog +* Tue Jun 29 2021 zhouwenpei - 2008_10_13-17 +- add buildrequire gcc. + * Thu Sep 3 2020 lihaotian - 2008_10_13-16 - Fix source0 url -- Gitee From d417866aaef7bb0ffdb3b209b370389b816060bf Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:37:45 +0800 Subject: [PATCH 3/3] delete -S git from %autosetup, and delete BuildRequires git (cherry picked from commit 05962fcc70ab516796de2d3c5378ed47e3e0f196) --- fxload.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fxload.spec b/fxload.spec index d5df4a2..45161ba 100644 --- a/fxload.spec +++ b/fxload.spec @@ -1,12 +1,12 @@ Name: fxload Version: 2008_10_13 -Release: 17 +Release: 18 Summary: A program which downloads firmware to USB devices License: GPLv2+ URL: http://linux-hotplug.sourceforge.net/ Source0: https://netix.dl.sourceforge.net/project/linux-hotplug/fxload/2008_10_13/%{name}-%{version}.tar.gz -BuildRequires: git, gcc +BuildRequires: gcc Requires: udev %description @@ -23,7 +23,7 @@ Requires: man This contains man files for the using of fxload. %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build make CC=gcc CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" @@ -41,6 +41,9 @@ install -D -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/fxload.8 %{_mandir}/*/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 2008_10_13-18 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Tue Jun 29 2021 zhouwenpei - 2008_10_13-17 - add buildrequire gcc. -- Gitee