From 75069b167c6af03593e522a924f0f5774efbecda Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:55:04 +0100 Subject: [PATCH] automatic update by autodist [release 1.203-1mamba;Wed Aug 21 2013] --- README.md | 2 ++ perl-Email-Reply.spec | 62 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 perl-Email-Reply.spec diff --git a/README.md b/README.md index a67c4d2..ba4fe40 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Email-Reply +Email::Reply - Reply to a Message. + diff --git a/perl-Email-Reply.spec b/perl-Email-Reply.spec new file mode 100644 index 0000000..3e77bb0 --- /dev/null +++ b/perl-Email-Reply.spec @@ -0,0 +1,62 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Email-Reply +Version: 1.203 +Release: 1mamba +Summary: Email::Reply - Reply to a Message +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Reply-%{version}.tar.gz +License: Artistic, GPL +Requires: perl >= %perl_major_ver +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel +BuildRequires: perl-Email-Abstract +BuildRequires: perl-Email-Address +BuildRequires: perl-Email-MIME +BuildRequires: perl-Email-MIME-Creator +BuildRequires: perl-Email-Simple-Creator +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Email::Reply - Reply to a Message. + +%prep + +%setup -q -n Email-Reply-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make +%make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall_perl +packlist=`find %{buildroot} -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Wed Aug 21 2013 Automatic Build System 1.203-1mamba +- automatic update by autodist + +* Thu Oct 15 2009 Silvan Calarco 1.202-1mamba +- package created by autospec