Name: perl-Mail-LMLM Version: [[VERSION]] Release: 1 Group: Networking/Mail Source: http://www.cpan.org/modules/by-authors/id/S/SH/SHLOMIF/Mail-LMLM-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-buildroot Requires: perl URL: http://vipe.technion.ac.il/~shlomif/LMLM/ Prefix: %{_prefix} License: Public Domain BuildArch: noarch Summary: List of Mailing List Manager %description LMLM is a manager for a list of mailing lists. It can be used to render an HTML description of a list of mailing lists with information about subscribing, unsubscribing, posting messages, where to find the archive, etc. %prep %setup -q -n Mail-LMLM-%{version} %build %{__perl} Makefile.PL PREFIX=%{prefix} < /dev/null make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{prefix} make test %install rm -rf $RPM_BUILD_ROOT %makeinstall PREFIX=$RPM_BUILD_ROOT%{prefix} INSTALLMAN1DIR=$RPM_BUILD_ROOT%{_mandir}/man1 INSTALLMAN3DIR=$RPM_BUILD_ROOT%{_mandir}/man3 INSTALLSITEMAN1DIR=$RPM_BUILD_ROOT%{_mandir}/man1 INSTALLSITEMAN3DIR=$RPM_BUILD_ROOT%{_mandir}/man3 INSTALLVENDORMAN1DIR=$RPM_BUILD_ROOT%{_mandir}/man1 INSTALLVENDORMAN3DIR=$RPM_BUILD_ROOT%{_mandir}/man3 rm -f `find $RPM_BUILD_ROOT -name perllocal.pod` %clean rm -fr $RPM_BUILD_ROOT %files %defattr (-,root,root) %doc README TODO MANIFEST COPYING INSTALL %{_mandir}/*/* %{_libdir}/perl5/site_perl/*/Mail %changelog * Thu Jun 19 2003 Shlomi Fish 0.5.15-1 - Converted to Mail-LMLM * Sat Jul 27 2002 Shlomi Fish 0.5.3-1 - First working version of the SPEC.