File sendEmail.spec of Package sendEmail

#
# spec file for package sendEmail
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           sendEmail
Version:        1.56
Release:        0
Summary:        An email program for sending SMTP mail from a command line
License:        GPL-2.0+
Group:          Productivity/Networking/Email/Utilities
Url:            http://caspian.dotconf.net/menu/software/%{name}/
Source0:        %{name}-v%{version}.tar.xz
BuildArch:      noarch
%{perl_requires}

%description
SendEmail is a lightweight, command line SMTP email client. If you have the need to send email from a command line, this free program is perfect: simple to use and feature rich. It was designed to be used in bash scripts, batch files, Perl programs and web sites, but is quite adaptable and will likely meet your requirements. SendEmail is written in Perl and is unique in that it requires NO MODULES. It has an intuitive and flexible set of command-line options, making it very easy to learn and use.

%prep
%setup -q -n %{name}-v%{version}

%build

%install
%{__install} -m 0755 -p -D %{name} %{buildroot}%{_bindir}/%{name}

%files
%defattr(-,root,root,-)
%attr(755,root,root) %{_bindir}/*
%doc CHANGELOG README TODO

%changelog
openSUSE Build Service is sponsored by