From 96aa61849b89cede7c82b5c803ca0cd8e8a00133 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:07:18 +0100 Subject: [PATCH] automatic rebuild by autodist [release 4.64-2mamba;Mon Aug 19 2013] --- README.md | 2 ++ pine.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 pine.spec diff --git a/README.md b/README.md index 4bbc163..6f28dc0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # pine +PineĀ® - a Program for Internet News & Email - is a tool for reading, sending, and managing electronic messages. Pine was developed by UW Technology at the University of Washington. Though originally designed for inexperienced email users, Pine has evolved to support many advanced features, and an ever-growing number of configuration and personal-preference options. + diff --git a/pine.spec b/pine.spec new file mode 100644 index 0000000..21344ac --- /dev/null +++ b/pine.spec @@ -0,0 +1,61 @@ +Name: pine +Version: 4.64 +Release: 2mamba +Summary: A command line tool for reading, sending, and managing electronic messages +Group: Applications/Networking +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.washington.edu/pine/ +Source: ftp://ftp.cac.washington.edu/pine/pine%{version}.tar.bz2 +License: no OSI Approved +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libncurses-devel +BuildRequires: libopenldap-devel +BuildRequires: libopenssl-devel +BuildRequires: pam-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +PineĀ® - a Program for Internet News & Email - is a tool for reading, sending, and managing electronic messages. Pine was developed by UW Technology at the University of Washington. Though originally designed for inexperienced email users, Pine has evolved to support many advanced features, and an ever-growing number of configuration and personal-preference options. + +%prep + +%setup -q -n %{name}%{version} + +%build +./build ldb + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +install -d %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man1 +install bin/{imapd,ipop3d,mtest,pilot,rpload,ipop2d,mailutil,pico,pine,rpdump} \ + %{buildroot}%{_bindir} +install bin/pine.1 %{buildroot}%{_mandir}/man1/ + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/imapd +%{_bindir}/ipop2d +%{_bindir}/ipop3d +%{_bindir}/mailutil +%{_bindir}/mtest +%{_bindir}/pico +%{_bindir}/pilot +%{_bindir}/pine +%{_bindir}/rpdump +%{_bindir}/rpload +%{_mandir}/man1/pine.1.gz +%doc README bin/tech-notes.txt CPYRIGHT + +%changelog +* Mon Aug 19 2013 Automatic Build System 4.64-2mamba +- automatic rebuild by autodist + +* Tue Jun 03 2008 Silvan Calarco 4.64-1mamba +- package created by autospec