Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6106d3d074
!23 [sync] PR-15: 【轻量级 PR】:fix spec changelog date time
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-11-09 11:11:15 +00:00
程文哲
6743b7f4b3 fix spec changelog date time
(cherry picked from commit 3b099506ace698f3ac7206704df8f16fd68a1b90)
2022-11-09 18:56:24 +08:00
openeuler-ci-bot
8f936adcea !10 fxload delete -S git from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-07-31 02:28:55 +00:00
chenyanpanHW
e1fc266274
delete -S git from %autosetup, and delete BuildRequires git 2021-07-30 22:37:45 +08:00
openeuler-ci-bot
7f8bdeedd2 !9 add buildrequire gcc
From: @zhouwenpei
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-06-29 14:09:18 +00:00
zhouwenpei
8eb56abdab add buildrequire gcc 2021-06-29 16:34:10 +08:00
openeuler-ci-bot
fd9512bb60 !8 Fix source0 url in spec file
Merge pull request !8 from lihaotian/new_3
2020-09-03 16:29:29 +08:00
lihaotian9
3d82f5f90f fix source0 url 2020-09-03 15:04:36 +08:00
openeuler-ci-bot
e6133f6529 !4 update source0 url in spec file
Merge pull request !4 from lihaotian/master
2020-09-03 11:56:58 +08:00
lihaotian9
ab499bab70 Update the source0 url in spec file 2020-09-02 16:44:31 +08:00

View File

@ -1,12 +1,12 @@
Name: fxload
Version: 2008_10_13
Release: 14
Release: 19
Summary: A program which downloads firmware to USB devices
License: GPLv2+
URL: http://linux-hotplug.sourceforge.net/
Source0: https://sourceforge.net/projects/linux-hotplug/files/fxload/2008_10_13/%{name}-%{version}.tar.gz
Source0: https://netix.dl.sourceforge.net/project/linux-hotplug/fxload/2008_10_13/%{name}-%{version}.tar.gz
BuildRequires: git
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,7 +41,22 @@ install -D -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/fxload.8
%{_mandir}/*/*
%changelog
* Mon Jan 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 2008_10_13-14
* Thu May 19 2022 chengwenzhe <chengwenzhe@uniontech.com> - 2008_10_13-19
- fix spec changelog date time
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2008_10_13-18
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Tue Jun 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2008_10_13-17
- add buildrequire gcc.
* Thu Sep 3 2020 lihaotian<lihaotian9@huawei.com> - 2008_10_13-16
- Fix source0 url
* Wed Sep 2 2020 lihaotian<lihaotian9@huawei.com> - 2008_10_13-15
- Update source0 url.
* Tue Jan 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 2008_10_13-14
- rePackage
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 2008_10_13-13