2024-01-05 17:45:13 +01:00
|
|
|
Name: setserial
|
|
|
|
Version: 2.17
|
2024-01-05 17:45:13 +01:00
|
|
|
Release: 3mamba
|
2024-01-05 17:45:13 +01:00
|
|
|
Summary: Set and/or report the configuration information associated with a serial port
|
|
|
|
Group: System/Hardware
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@qinet.it>
|
|
|
|
URL: http://sourceforge.net/projects/setserial/
|
2024-01-05 17:45:13 +01:00
|
|
|
Source: http://downloads.sourceforge.net/sourceforge/setserial/setserial-%{version}.tar.gz
|
2024-01-05 17:45:13 +01:00
|
|
|
Patch: setserial-2.17-makeinstall.patch
|
|
|
|
Patch1: setserial-2.17-kernel-2.6.33.patch
|
|
|
|
License: GPL
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Setserial is a program designed to set and/or report the configuration information associated with a serial port.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch -p1
|
|
|
|
%patch1 -p0
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make CC=%{_host}-gcc DEFS="-DHAVE_ASM_IOCTLS_H=1"
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
/bin/setserial
|
|
|
|
%{_mandir}/man8/*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:45:13 +01:00
|
|
|
* Mon Dec 29 2014 Automatic Build System <autodist@mambasoft.it> 2.17-3mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
2024-01-05 17:45:13 +01:00
|
|
|
* Mon May 21 2007 Aleph0 <aleph0@openmamba.org> 2.17-2mamba
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Aug 07 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.17-1qilnx
|
|
|
|
- First build of setserial
|