automatic rebuild by autodist [release 4.64-2mamba;Mon Aug 19 2013]
This commit is contained in:
parent
8577d2fc86
commit
96aa61849b
@ -1,2 +1,4 @@
|
|||||||
# pine
|
# 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.
|
||||||
|
|
||||||
|
61
pine.spec
Normal file
61
pine.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||||
|
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 <autodist@mambasoft.it> 4.64-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Tue Jun 03 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 4.64-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user