Author: xavierb Update of /cvs/pkgs/rpms/perl-MIME-EncWords/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31409/F-9 Modified Files: sources Added Files: perl-MIME-EncWords.spec Log Message: Import into F-9, F-10, F-11 and EL-5 --- NEW FILE perl-MIME-EncWords.spec --- Name: perl-MIME-EncWords Version: 1.010.101 Release: 2%{?dist} Summary: Deal with RFC 2047 encoded words (improved) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MIME-EncWords/ Source0: http://www.cpan.org/modules/by-module/MIME/MIME-EncWords-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.005 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MIME::Charset) >= 1.006.2 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description MIME::EncWords is aimed to be another implementation of MIME::Words so that it will achive more exact conformance with RFC 2047 (former RFC 1522) specifications. Additionally, it contains some improvements. Following synopsis and descriptions are inherited from its inspirer, then added descriptions on improvements (**) or changes and clarifications (*). %prep %setup -q -n MIME-EncWords-%{version} cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(MIME::EncWords)$/d' EOF %global __perl_provides %{_builddir}/MIME-EncWords-%{version}/%{name}-prov chmod +x %{__perl_provides} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$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 \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ARTISTIC Changes GPL README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon May 04 2009 Xavier Bachelot <xavier@xxxxxxxxxxxx> 1.010.101-2 - Better Description; tag. - Filter duplicate Provides:. - Remove unneeded Requires:. * Fri Apr 24 2009 Xavier Bachelot <xavier@xxxxxxxxxxxx> 1.010.101-1 - Specfile autogenerated by cpanspec 1.77. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-MIME-EncWords/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 4 May 2009 20:39:37 -0000 1.1 +++ sources 4 May 2009 21:02:45 -0000 1.2 @@ -0,0 +1 @@ +2009449d0af39275d45e45a4afcaf58f MIME-EncWords-1.010.101.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list