Author: glen Date: Tue Oct 14 20:12:44 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - release 0.1
---- Files affected: SPECS: perl-MIME-EncWords.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/perl-MIME-EncWords.spec diff -u SPECS/perl-MIME-EncWords.spec:1.2 SPECS/perl-MIME-EncWords.spec:1.3 --- SPECS/perl-MIME-EncWords.spec:1.2 Mon Sep 29 13:44:17 2008 +++ SPECS/perl-MIME-EncWords.spec Tue Oct 14 22:12:39 2008 @@ -5,8 +5,7 @@ %include /usr/lib/rpm/macros.perl %define pdir MIME %define pnam EncWords -Summary: - -Summary(pl.UTF-8): - +Summary: MIME::EncWords - deal with RFC 2047 encoded words (improved) Name: perl-MIME-EncWords Version: 1.010 Release: 0.1 @@ -17,28 +16,22 @@ URL: http://search.cpan.org/dist/MIME-EncWords/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 +%if %{with tests} +BuildRequires: perl-MIME-Charset >= 1.006.1 +%endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -# most of CPAN modules have generic URL (substitute pdir and pnam here) %description - -%description -l pl.UTF-8 +Deal with RFC 2047 encoded words (improved). %prep %setup -q -n %{pdir}-%{pnam}-%{version} %build -# Don't use pipes here: they generally don't work. Apply a patch. %{__perl} Makefile.PL \ INSTALLDIRS=vendor -%{__make} -# if module isn't noarch, use: -# %{__make} \ -# CC="%{__cc}" -# OPTIMIZE="%{rpmcflags}" - %{?with_tests:%{__make} test} %install @@ -47,17 +40,18 @@ %{__make} pure_install \ DESTDIR=$RPM_BUILD_ROOT +#%{perl_vendorlib}/MIME/EncWords/Defaults.pm.sample +#%{perl_vendorlib}/MIME/EncWords/JA_JP.pod + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc Changes README -%{perl_vendorlib}/MIME/EncWords.pm -%dir %{perl_vendorlib}/MIME/EncWords -%{perl_vendorlib}/MIME/EncWords/Defaults.pm.sample -%{perl_vendorlib}/MIME/EncWords/JA_JP.pod -%{_mandir}/man3/* +#%{perl_vendorlib}/MIME/EncWords.pm +#%dir %{perl_vendorlib}/MIME/EncWords +#%{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -65,6 +59,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008/10/14 20:12:39 glen +- release 0.1 + Revision 1.2 2008/09/29 11:44:17 pawelz - added missing dir - pointed by Pawel Muszynski <pmuch at zamek dot szczecin dot pl> @@ -72,4 +69,3 @@ Revision 1.1 2008/07/26 09:09:40 luzik - initial release - ugly spec but work :) - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-MIME-EncWords.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
