Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > f39588b781617bc1b222b73b3ad10444 > files > 2

mime-construct-1.9-1mdv2007.1.src.rpm

Summary:	Construct and optionally mail MIME messages
Name:		mime-construct
Version:	1.9
Release:	%mkrel 1
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/~rosch/mime-construct/
Source0:	http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/%{name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
mime-construct constructs and (by default) mails MIME messages. It
is entirely driven from the command line, it is designed to be
used by other programs, or people who act like programs.

%prep

%setup -q -n %{name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make
make test

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%clean 
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_bindir}/mime-construct
%{_mandir}/*/*


%changelog
* Fri Mar 02 2007 Oden Eriksson <oeriksson@mandriva.com> 1.9-1mdv2007.0
+ Revision: 131193
- Import mime-construct



* Wed Feb 8 2006 Oden Eriksson <oeriksson@mandriva.com> 1.9-1mdk
- initial Mandriva package