File hotwayd.spec of Package hotwayd
# norootforbuild
Name: hotwayd
Version: 0.8.4
Release: 0
Summary: HTTPMail(WebDAV) to POP3/SMTP Gateway Daemon for hotmail/msn/lycos Accounts
Source: http://prdownloads.sourceforge.net/hotwayd/hotwayd-%{version}.tar.bz2
Source1: hotwayd.xinetd.suse
Source2: hotsmtpd.xinetd.suse
URL: http://hotwayd.sourceforge.net
Group: Productivity/Networking/Email/Servers
License: GNU General Public License (GPL)
BuildRoot: %{_tmppath}/build-%{name}-%{version}
Requires: xinetd
BuildRequires: libxml2-devel
BuildRequires: cyrus-sasl-devel
BuildRequires: zlib-devel make gcc glibc-devel
BuildRequires: autoconf automake libtool
%description
Hotway is a POP3-HTTPMail gateway daemon. HTTPMail is an undocumented
WebDAV-based protocol used by hotmail. This gateway allows *any* POP3
compatible email client to handle (download, delete, etc) messages on
hotmail.com, msn.com and lycos mailboxes.
It goes in through the back door so that you don't have to worry about web
interface changes.
%debug_package
%prep
%setup -q
%build
%configure
%__make %{?jobs:-j%{jobs}}
%install
%makeinstall
%__install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_sysconfdir}/xinetd.d/hotwayd"
%__install -D -m 0644 "%{SOURCE2}" "%{buildroot}%{_sysconfdir}/xinetd.d/hotsmtpd"
%clean
%__rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%attr(0644,root,root) %doc AUTHORS ChangeLog COPYING NEWS README*
%{_sbindir}/hotwayd
%{_sbindir}/hotsmtpd
%doc %{_mandir}/man1/hotwayd.1*
%doc %{_mandir}/man1/hotsmtpd.1*
%config(noreplace) %{_sysconfdir}/xinetd.d/hotwayd
%config(noreplace) %{_sysconfdir}/xinetd.d/hotsmtpd
%changelog
* Wed Jan 2 2008 Pascal Bleser <guru@unixtech.be> 0.8.4
- moved to openSUSE Build Service
* Sun Apr 23 2006 Pascal Bleser <guru@unixtech.be> 0.8.4-2
- rewrote spec file
* Tue Nov 1 2005 Pascal Bleser <guru@unixtech.be> 0.8.4-1
- added suse_update_libdir
- removed bogus BuildRequires for update-desktop-files
- added debuginfo support
- new upstream version
* Sun Jun 19 2005 Pascal Bleser <guru@unixtech.be> 0.8.3-1
- version 0.8.3
* Mon Dec 13 2004 Pascal Bleser <guru@unixtech.be> 0.8.2-1
- hotimapd has been removed again (too unstable at this point, I guess)
* Sat Dec 11 2004 Pascal Bleser <guru@unixtech.be> 0.8.1-1
- version 0.8.1
- added support for hotimapd
* Mon Feb 9 2004 Pascal Bleser <guru@unixtech.be> 0.8-2
- added cyrus-sasl to dependencies
- adds hotsmtpd (with xinetd script)
- version 0.8
* Sat Jan 17 2004 Pascal Bleser <guru@unixtech.be> 0.7.4-1
- version 0.7.4
* Sun Jan 11 2004 Pascal Bleser <guru@unixtech.be> 0.7.2-1
- new revamped spec-file
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: