Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37757971
en ru br
Репозитории ALT

Группа :: Разработка/Perl
Пакет: perl-mime-construct

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin