13ca3f8
Name:           atinout
13ca3f8
Summary:        AT commands as input are sent to modem and responses given as output
13ca3f8
Version:        0.9.1
07e0249
Release:        2%{?dist}
13ca3f8
License:        GPLv3+
13ca3f8
13ca3f8
URL:            https://atinout.sourceforge.net/
13ca3f8
Source0:        https://sourceforge.net/projects/%{name}/files/%{name}-%{version}.tar.gz
13ca3f8
13ca3f8
# Remove the custom build flags that override fedora build flags, continue to append -DVERSION for build to succeed 
13ca3f8
Patch0:        0001-remove-custom-flags.patch
13ca3f8
13ca3f8
BuildRequires:  gcc
889cb33
BuildRequires: make
13ca3f8
13ca3f8
%global _hardened_build 1
13ca3f8
13ca3f8
%description
13ca3f8
This program will read a file (or stdin) containing a list of AT
13ca3f8
commands. Each command will be send to the modem, and all the response
13ca3f8
for the command will be output to file (or stdout).
13ca3f8
13ca3f8
%prep
13ca3f8
%autosetup
13ca3f8
13ca3f8
%build
13ca3f8
%set_build_flags
13ca3f8
%make_build
13ca3f8
13ca3f8
%install
13ca3f8
%make_install
13ca3f8
13ca3f8
%files
13ca3f8
%{_bindir}/atinout
13ca3f8
%{_mandir}/man1/atinout.1*
13ca3f8
%doc README atinout.1.html logo/atinout.svg
13ca3f8
%license gplv3.txt
13ca3f8
13ca3f8
%changelog
07e0249
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
07e0249
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
07e0249
13ca3f8
* Wed Aug 26 2020 Torrey Sorensen <sorensentor@tuta.io> - 0.9.1-1
13ca3f8
- initial packaging