Compare commits
10 Commits
faf9d78c42
...
dbb5e973ed
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dbb5e973ed | ||
|
|
b7e63f031f | ||
|
|
f35f01f335 | ||
|
|
7557ead490 | ||
|
|
665fc768ef | ||
|
|
c2155c43b7 | ||
|
|
3738a2ca37 | ||
|
|
accfe60d58 | ||
|
|
f6fa03ef6a | ||
|
|
247a8166a3 |
@ -1,10 +1,10 @@
|
||||
%define _bindir /bin
|
||||
Name: setserial
|
||||
Version: 2.17
|
||||
Release: 50
|
||||
Release: 53
|
||||
Summary: A utility for configuring serial ports
|
||||
License: GPL+
|
||||
URL: https://setserial.sourceforge.net
|
||||
URL: http://setserial.sourceforge.net
|
||||
Source0: https://sourceforge.net/projects/setserial/files/setserial/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0: setserial-2.17-fhs.patch
|
||||
@ -13,7 +13,7 @@ Patch2: setserial-2.17-spelling.patch
|
||||
Patch3: setserial-hayesesp.patch
|
||||
Patch4: setserial-aarch64.patch
|
||||
|
||||
BuildRequires: gcc groff git
|
||||
BuildRequires: gcc groff
|
||||
|
||||
%description
|
||||
setserial is a program designed to set and/or report the
|
||||
@ -22,7 +22,7 @@ configuration information associated with a serial port.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1 -S git
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
@ -47,7 +47,22 @@ install -d %{buildroot}/%{_mandir}/man8
|
||||
%{_mandir}/man*/*.gz
|
||||
|
||||
%changelog
|
||||
* Thu Jan 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.17-50
|
||||
* Fri Oct 21 2022 zhouyihang <zhouyihang3@h-partners.com> - 2.17-53
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:fix wrong date in changelog
|
||||
|
||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.17-52
|
||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||
|
||||
* Tue Dec 15 2020 xihaochen <xihaochen@huawei.com> - 2.17-51
|
||||
- Type:requirement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:update url
|
||||
|
||||
* Fri Jan 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.17-50
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
|
||||
4
setserial.yaml
Normal file
4
setserial.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: sourceforge
|
||||
src_repo: https://sourceforge.net/projects/setserial/files/setserial/
|
||||
tag_prefix: ^v
|
||||
separator: .
|
||||
Loading…
x
Reference in New Issue
Block a user