File email.spec of Package email
# norootforbuild
Name: email
Version: 3.1.2
Release: 0
Summary: Send Email via the Commandline
Source: http://www.cleancode.org/downloads/email/email-%{version}.tar.bz2
URL: http://www.cleancode.org/projects/email
Group: Productivity/Networking/Email
License: GNU General Public License (GPL)
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: libtool make gcc glibc-devel
%if 0%{?suse_version} >= 1030 || 0%{?mandriva_version} >= 2006
BuildRequires: libopenssl-devel
%else
BuildRequires: openssl-devel
%endif
%if 0%{?suse_version} >= 1030
Suggests: gpg2
%else
%if 0%{?suse_version} >= 1010
Suggests: gpg
%endif
%endif
%description
Email sends email to remote SMTP servers via the command line, which makes it
useful in cron jobs. It will send to any RFC standard remote ESMTP server,
and will allow you to encrypt, sign, and design your message on the fly. It
has the capability to use signature files with dynamic options, address book
functionality, and users can also attach pictures, binary files, documents,
or whatever they want. It is completely compatible with GNUPG for encryption
and signing, and is easy to configure and use.
This package is built with TLS/SSL support (openssl).
Authors:
--------
Dean Jones <dj@cleancode.org>
Ross Smith II <emailspam@netebb.com>
%prep
%setup -q
%build
%configure --enable-largefile --with-ssl
%__make %{?jobs:-j%{jobs}}
%install
%makeinstall
%__rm -rf "%{buildroot}%{_datadir}/doc"
%clean
%__rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README THANKS TODO
%dir %{_sysconfdir}/email
%config(noreplace) %{_sysconfdir}/email/email.address.template
%config(noreplace) %{_sysconfdir}/email/email.conf
%{_sysconfdir}/email/email.help
%config(noreplace) %{_sysconfdir}/email/email.sig
%config %{_sysconfdir}/email/mime.types
%{_bindir}/email
%doc %{_mandir}/man1/email.1*
%changelog
* Sun Jan 4 2009 Pascal Bleser <guru@unixtech.be> 3.1.2
- update to 3.1.2
* Sun Nov 30 2008 Pascal Bleser <guru@unixtech.be> 3.1.0
- update to 3.1.0:
* UTF-8 support for headers and message
* a timeout option
* VCARD support
* fixed a bug that was causing 100% CPU usage on some mailings
* fixed "No SMTP Server specified" (existed on 64-bit and Solaris systems)
* fixed MIME type guessing
* Fri May 16 2008 Pascal Bleser <guru@unixtech.be> 3.0.5
- new upstream version
* Wed Apr 23 2008 Pascal Bleser <guru@unixtech.be> 3.0.4
- new upstream version:
* a bug with a segfault caused by attaching files with no MIME type was fixed
* Sun Apr 13 2008 Pascal Bleser <guru@unixtech.be> 3.0.3
- new upstream version:
* segfault when using AUTH PLAIN was fixed
* issue in using LF instead of CRLF was fixed
* Tue Apr 8 2008 Pascal Bleser <guru@unixtech.be> 3.0.2
- new upstream version
* Sun Nov 4 2007 Pascal Bleser <guru@unixtech.be> 2.5.1
- moved to openSUSE Build Service
* Mon Nov 20 2006 Pascal Bleser <guru@unixtech.be> 2.5.1-1
- new upstream version
* Fri Jun 16 2006 Pascal Bleser <guru@unixtech.be> 2.5.0-1
- moved configure to build section
- added binary stripping on SUSE < 9.3
- removed Packager and Distribution, injected by rpmmacros
- new upstream version
* Sun Feb 19 2006 Pascal Bleser <guru@unixtech.be> 2.3.4-2
- rewrote spec file
- x86_64 builds
- added debuginfo support
* Tue Apr 12 2005 Pascal Bleser <guru@unixtech.be> 2.3.4-1
- version 2.3.4
* Mon Apr 4 2005 Pascal Bleser <guru@unixtech.be> 2.3.3-1
- version 2.3.3
* Wed Oct 13 2004 Pascal Bleser <guru@unixtech.be> 2.3.0-1
- new package
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: