Compare commits
11 Commits
ab499bab70
...
1a26d4d919
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a26d4d919 | ||
|
|
35335f5454 | ||
|
|
35f67f4469 | ||
|
|
3b099506ac | ||
|
|
8f936adcea | ||
|
|
e1fc266274 | ||
|
|
7f8bdeedd2 | ||
|
|
8eb56abdab | ||
|
|
fd9512bb60 | ||
|
|
3d82f5f90f | ||
|
|
e6133f6529 |
27
fxload.spec
27
fxload.spec
@ -1,12 +1,12 @@
|
||||
Name: fxload
|
||||
Version: 2008_10_13
|
||||
Release: 15
|
||||
Release: 20
|
||||
Summary: A program which downloads firmware to USB devices
|
||||
License: GPLv2+
|
||||
URL: http://linux-hotplug.sourceforge.net/
|
||||
Source0: https://netix.dl.sourceforge.net/projects/linux-hotplug/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,10 +23,10 @@ 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"
|
||||
make CC=%{__cc} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
||||
|
||||
%install
|
||||
install -D -m 755 fxload %{buildroot}/sbin/fxload
|
||||
@ -41,10 +41,25 @@ install -D -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/fxload.8
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 1 2024 luofeng <luofeng13@huawei.com> - 2008_10_13-20
|
||||
- support clang build
|
||||
|
||||
* 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.
|
||||
|
||||
* Mon Jan 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 2008_10_13-14
|
||||
* 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user