Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
autorespond
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
autorespond.spec
@@ -0,0 +1,36 @@ +Name: autorespond +Version: 2.0.4 +Release: 1 +Summary: Autoresponder for use with QmailAdmin + +Group: Applications/Productivity +License: GPL +URL: http://qmailadmin.sourceforge.net +Source0: http://osdn.dl.sourceforge.net/sourceforge/qmailadmin/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +This is the autorespond package use by QmailAdmin +for "Mail Robots" and vacation messages. + +%prep +%setup -q + +%build +%__make %{?_smp_mflags} + +%install +%__make DESTDIR=$RPM_BUILD_ROOT install + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc README ChangeLog +%{_bindir}/autorespond +%{_mandir}/man1/*.1* + +%changelog +* Mon Apr 28 2008 Carsten Schoene <cs@linux-administrator.com> - 2.0.4 +- initial build