Compare commits
10 Commits
95ef85404c
...
657c19422a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
657c19422a | ||
|
|
6ab9b6ee68 | ||
|
|
4d08c4405f | ||
|
|
b5abc66261 | ||
|
|
3738a2ca37 | ||
|
|
accfe60d58 | ||
|
|
f6fa03ef6a | ||
|
|
247a8166a3 | ||
|
|
faf9d78c42 | ||
|
|
74eed7b9a5 |
@ -1,11 +0,0 @@
|
|||||||
--- setserial-2.17/README.readme Tue Sep 11 17:59:52 2001
|
|
||||||
+++ setserial-2.17/README Tue Sep 11 18:00:27 2001
|
|
||||||
@@ -13,6 +13,6 @@
|
|
||||||
|
|
||||||
The simplest way to configure the serial ports is to copy the provided
|
|
||||||
rc.serial file to the appropriate /etc/rc.d directory. For example,
|
|
||||||
-to install rc.serial on a RedHat system, copy rc.serial to
|
|
||||||
-/etc/rc.d/init.d/serial, and then run the command "chkconfig -add serial".
|
|
||||||
+to install rc.serial on a Fedora system, copy rc.serial to
|
|
||||||
+/etc/rc.d/init.d/serial, and then run the command "chkconfig --add serial".
|
|
||||||
|
|
||||||
@ -1,18 +1,17 @@
|
|||||||
%define _bindir /bin
|
%define _bindir /bin
|
||||||
Name: setserial
|
Name: setserial
|
||||||
Version: 2.17
|
Version: 2.17
|
||||||
Release: 49
|
Release: 52
|
||||||
Summary: A utility for configuring serial ports
|
Summary: A utility for configuring serial ports
|
||||||
License: GPL+
|
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
|
Source0: https://sourceforge.net/projects/setserial/files/setserial/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: setserial-2.17-fhs.patch
|
Patch0: setserial-2.17-fhs.patch
|
||||||
Patch1: setserial-2.17-rc.patch
|
Patch1: setserial-2.17-rc.patch
|
||||||
Patch2: setserial-2.17-readme.patch
|
Patch2: setserial-2.17-spelling.patch
|
||||||
Patch3: setserial-2.17-spelling.patch
|
Patch3: setserial-hayesesp.patch
|
||||||
Patch4: setserial-hayesesp.patch
|
Patch4: setserial-aarch64.patch
|
||||||
Patch5: setserial-aarch64.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc groff git
|
BuildRequires: gcc groff git
|
||||||
|
|
||||||
@ -48,6 +47,24 @@ install -d %{buildroot}/%{_mandir}/man8
|
|||||||
%{_mandir}/man*/*.gz
|
%{_mandir}/man*/*.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 21 2022 zhouyihang <zhouyihang3@h-partners.com> - 2.17-52
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix wrong date in changelog
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- DESC:optimization the spec
|
||||||
|
|
||||||
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.17-49
|
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.17-49
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- Id:NA
|
- Id: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