Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37524473
en ru br
ALT Linux repos
S:1.11-alt1

Group :: Development/Perl
RPM: perl-mime-construct

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# BEGIN SourceDeps(oneline):
BuildRequires: perl(File/Basename.pm) perl(FileHandle.pm) perl(MIME/Base64.pm) perl(MIME/QuotedPrint.pm) perl-devel perl-podlators
# END SourceDeps(oneline)
Name:           perl-mime-construct
Epoch: 1
Version:        1.11
Release:        alt1
Summary:        Construct/send MIME messages from the command line

Group:          Development/Perl
License:        GPLv2+
URL:            http://search.cpan.org/~rosch/mime-construct-%version
Source0:        http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/mime-construct-%version.tar.gz

BuildArch:      noarch

BuildRequires:  perl(ExtUtils/MakeMaker.pm)
BuildRequires:  perl(MIME/Types.pm)
BuildRequires:  perl(Proc/WaitStat.pm)

%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 -n mime-construct-%version

%build
perl Makefile.PL INSTALLMAN1DIR=%_man1dir INSTALLDIRS=vendor
%make_build

%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'

%check
%make test

%files
%doc README debian/changelog debian/copyright
%_bindir/*
%_mandir/man?/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin