Author: glen Date: Wed Feb 15 21:50:51 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - non interactive patch to avoid asking user questions
---- Files affected: SPECS: perl-CGI-WML.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/perl-CGI-WML.spec diff -u SPECS/perl-CGI-WML.spec:1.21 SPECS/perl-CGI-WML.spec:1.22 --- SPECS/perl-CGI-WML.spec:1.21 Wed Nov 3 23:30:09 2004 +++ SPECS/perl-CGI-WML.spec Wed Feb 15 22:50:39 2006 @@ -16,6 +16,7 @@ Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 091abe6a07f1b795d63437e78bf68efd +Patch0: %{name}-noninteractive.patch BuildRequires: perl-devel >= 1:5.8.0 %if %{with tests} BuildRequires: perl-CGI @@ -28,8 +29,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -CGI::WML provides WML output and WML methods for CGI programming. -The purpose of the module is to retain the familiar CGI.pm way of +CGI::WML provides WML output and WML methods for CGI programming. The +purpose of the module is to retain the familiar CGI.pm way of programming to enable experienced CGI programmers to use their existing skills when creating WAP applications. @@ -41,6 +42,7 @@ %prep %setup -q -n %{pdir}-%{pnam}-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL \ @@ -55,6 +57,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod +rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/CGI/WML/.packlist + %clean rm -rf $RPM_BUILD_ROOT @@ -69,6 +74,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2006/02/15 21:50:39 glen +- non interactive patch to avoid asking user questions + Revision 1.21 2004/11/03 22:30:09 paladine - formatting ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-CGI-WML.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
