Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 04852852b1b6fb64027e588dc9db89ba > files > 2

listadmin-2.37-1mdv2007.1.src.rpm

%define name	listadmin
%define version	2.37
%define release	%mkrel 1

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Command line mailman interface
Url:		http://heim.ifi.uio.no/kjetilho/hacks/#listadmin
Source:		http://heim.ifi.uio.no/kjetilho/hacks/%{name}-%{version}.tar.bz2
License:	GPL
Group:		File tools
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
listadmin is a command-line alternative to Mailman's Web interface for
administering mailing lists. It allows you to inspect messages or subscription
requests, approve or discard them manually, or discard messages automatically
when certain conditions are true. listadmin can also be configured to run out
of cron to do routine cleaning.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
install -d -m 755 %{buildroot}%{_bindir}
install -d -m 755 %{buildroot}%{_mandir}/man1
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Wed Feb 14 2007 Guillaume Rousse <guillomovitch@mandriva.org> 2.37-1mdv2007.0
+ Revision: 120978
- new version

* Sun Jan 21 2007 Guillaume Rousse <guillomovitch@mandriva.org> 2.36-1mdv2007.1
+ Revision: 111571
- Import listadmin



* Sun Jan 21 2007 Guillaume Rousse <guillomovitch@mandriva.org> 2.36-1mdv2007.1
- first mdv release