Author: glen Date: Tue Sep 6 21:45:34 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.26, STBR
---- Files affected: SPECS: perl-Apache-Test.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/perl-Apache-Test.spec diff -u SPECS/perl-Apache-Test.spec:1.19 SPECS/perl-Apache-Test.spec:1.20 --- SPECS/perl-Apache-Test.spec:1.19 Sun Jan 9 15:23:27 2005 +++ SPECS/perl-Apache-Test.spec Tue Sep 6 23:45:29 2005 @@ -10,12 +10,12 @@ Summary: Apache::Test - Test.pm wrapper with helpers for testing Apache Summary(pl): Apache::Test - wrapper na Test.pm z funkcjami do testowania Apache Name: perl-Apache-Test -Version: 1.19 +Version: 1.26 Release: 1 License: Apache Software License 2.0 Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 795c1fcefd0f21b126f573fc46427139 +# Source0-md5: 0626e18f95e36b61b035e7485295128e URL: http://httpd.apache.org/test/ %{?with_autodeps:BuildRequires: apache-mod_perl} BuildRequires: perl-devel >= 1:5.8.0 @@ -24,8 +24,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Apache::Test is a wrapper around the standard Test.pm with helpers -for testing an Apache server. +Apache::Test is a wrapper around the standard Test.pm with helpers for +testing an Apache server. %description -l pl Apache::Test to moduł opakowujący standardowy Test.pm z funkcjami @@ -43,10 +43,13 @@ %install rm -rf $RPM_BUILD_ROOT -rm .mypacklist # contains list of files - install will try to remove them -%{__make} install \ +rm -f .mypacklist # contains list of files - install will try to remove them +%{__make} pure_install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Bundle/ApacheTest.pm +rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Apache/Test/.packlist + %clean rm -rf $RPM_BUILD_ROOT @@ -62,6 +65,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2005/09/06 21:45:29 glen +- updated to 1.26, STBR + Revision 1.19 2005/01/09 14:23:27 adamg - updated to 1.19 @@ -99,7 +105,7 @@ - spaces -> tabs Revision 1.7 2004/05/04 21:26:59 radek -- added %%bcond_without autodeps for BR:apache-mod_perl +- added %bcond_without autodeps for BR:apache-mod_perl Revision 1.6 2004/04/19 07:10:20 adamg - updated to 1.10 @@ -108,7 +114,7 @@ - license fixes Revision 1.4 2004/04/11 04:53:42 agaran - - updated to 1.09 +- updated to 1.09 Revision 1.3 2003/12/24 23:45:24 migo - up to 1.07 @@ -118,4 +124,3 @@ Revision 1.1 2003/10/24 22:00:36 qboosh - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-Apache-Test.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
