2024-01-06 06:53:02 +01:00
|
|
|
Name: mailx
|
2024-01-06 06:53:03 +01:00
|
|
|
Version: 12.5
|
|
|
|
Release: 1mamba
|
2024-01-06 06:53:02 +01:00
|
|
|
Summary: A simple mail user agent for Unix systems derived from Berkeley Mail
|
|
|
|
Group: Applications/Networking
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://heirloom.sourceforge.net/mailx.html
|
2024-01-06 06:53:03 +01:00
|
|
|
Source: http://ftp.debian.org/debian/pool/main/h/heirloom-mailx/heirloom-mailx_%{version}.orig.tar.gz
|
|
|
|
Patch0: mailx-12.5-openssl-1.0.2.patch
|
2024-01-06 06:53:02 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgss-devel
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 06:53:03 +01:00
|
|
|
BuildRequires: libopenssl-devel >= 1.0.2
|
2024-01-06 06:53:02 +01:00
|
|
|
License: GPL
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Heirloom mailx (previously known as nail) is a mail user agent for Unix systems. Highlights are:
|
|
|
|
- Derived from Berkeley Mail 8.1. An interface like the original Berkeley one is still optionally available;
|
|
|
|
- Is a free implementation of the System V mailx command and features an interface like that by default.
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 06:53:03 +01:00
|
|
|
%setup -q -n heirloom-mailx-%{version}
|
2024-01-06 06:53:02 +01:00
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
%make PREFIX=/
|
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall PREFIX=/ MANDIR=%{_mandir} UCBINSTALL=%{__install} DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
/bin/mailx
|
|
|
|
%config(noreplace) %{_sysconfdir}/nail.rc
|
|
|
|
%{_mandir}/man1/mailx.1.gz
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 06:53:03 +01:00
|
|
|
* Sat Apr 30 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 12.5-1mamba
|
|
|
|
- update to 12.5
|
|
|
|
|
|
|
|
* Sat Apr 30 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 12.4-3mamba
|
|
|
|
- rebuilt with openssl 1.0.2g
|
|
|
|
|
2024-01-06 06:53:02 +01:00
|
|
|
* Mon Mar 14 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 12.4-2mamba
|
|
|
|
- rebuilt with openssl 1.0
|
|
|
|
|
|
|
|
* Tue Sep 30 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 12.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun May 20 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 12.2-2mamba
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Sat May 19 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 12.2-1mamba
|
|
|
|
- update to 12.2
|
|
|
|
|
|
|
|
* Tue Jun 17 2003 Silvan Calarco <silvan.calarco@qinet.it> 8.1.1-2qilnx
|
|
|
|
- added /bin/mailx symlink to /bin/mail
|
|
|
|
|
|
|
|
* Tue Jun 12 2003 Silvan Calarco <silvan.calarco@qinet.it> 8.1.1-1qilnx
|
|
|
|
- first build
|