SPECS: apache-mod_perl.spec - separated perl-Apache-Test to avoid perl deps...

qboosh qboosh at pld-linux.org
Tue Jun 17 21:45:13 CEST 2008


Author: qboosh                       Date: Tue Jun 17 19:45:13 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separated perl-Apache-Test to avoid perl deps in -devel

---- Files affected:
SPECS:
   apache-mod_perl.spec (1.168 -> 1.169) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_perl.spec
diff -u SPECS/apache-mod_perl.spec:1.168 SPECS/apache-mod_perl.spec:1.169
--- SPECS/apache-mod_perl.spec:1.168	Sat Jun 14 12:13:27 2008
+++ SPECS/apache-mod_perl.spec	Tue Jun 17 21:45:07 2008
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 # TODO:
 # - separate devel things from runtime things (apache-mod_perl-2.0.2-2 marks perl-ExtUtils-MakeMaker-6.25_08-1 (cap perl(ExtUtils::Install)))
-# - put perl-Apache-Test to subpkg
 #
 # Conditional build:
 %bcond_without	autodeps	# don't care about perl() deps resolving
@@ -31,7 +30,8 @@
 Summary(uk.UTF-8):	Модуль вбудовування інтерпретатора Perl в сервер Apache
 Summary(zh_CN.UTF-8):	用于 Apache web 服务程序的 Perl 解释程序。
 Name:		apache-mod_perl
-Version:	2.0.4
+%define	ver	2.0.4
+Version:	%{ver}
 Release:	3
 Epoch:		1
 License:	Apache
@@ -234,6 +234,21 @@
 %description -n perl-mod_%{mod_name} -l pl.UTF-8
 Perlowe API dla mod_perla.
 
+%package -n perl-Apache-Test
+Summary:	Apache::Test - Test.pm wrapper with helpers for testing Apache
+Summary(pl.UTF-8):	Apache::Test - wrapper na Test.pm z funkcjami do testowania Apache
+Version:	1.31
+Group:		Development/Languages/Perl
+Requires:	perl-mod_perl = %{ver}-%{release}
+
+%description -n perl-Apache-Test
+Apache::Test is a wrapper around the standard Test.pm with helpers for
+testing an Apache server.
+
+%description -n perl-Apache-Test -l pl.UTF-8
+Apache::Test to moduł obudowujący standardowy Test.pm w funkcje
+pomocnicze do testowania serwera Apache.
+
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
 %patch0 -p1
@@ -288,30 +303,40 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{apacheconfdir}/*.conf
 %attr(755,root,root) %{apachelibdir}/*.so
 
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/apache/mod_perl.h
+%{_includedir}/apache/modperl_*.h
+
 %files -n perl-mod_%{mod_name}
 %defattr(644,root,root,755)
-%{perl_vendorarch}/*.pm
+%{perl_vendorarch}/APR.pm
 %{perl_vendorarch}/APR
 %{perl_vendorarch}/Apache2
 %{perl_vendorarch}/ModPerl
-
-%dir %{perl_vendorarch}/auto/*
-%{perl_vendorarch}/auto/*/*.bs
-%attr(755,root,root) %{perl_vendorarch}/auto/*/*.so
+%{perl_vendorarch}/mod_perl2.pm
+%dir %{perl_vendorarch}/auto/APR
+%{perl_vendorarch}/auto/APR/APR.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/APR/APR.so
 %dir %{perl_vendorarch}/auto/APR/[B-U]*
+%dir %{perl_vendorarch}/auto/Apache2
 %dir %{perl_vendorarch}/auto/Apache2/[A-U]*
+%{perl_vendorarch}/auto/Apache2/typemap
+%dir %{perl_vendorarch}/auto/ModPerl
 %dir %{perl_vendorarch}/auto/ModPerl/*
 %{perl_vendorarch}/auto/*/*/*.ix
 %{perl_vendorarch}/auto/*/*/*.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/*/*/*.so
-%{perl_vendorarch}/auto/Apache2/typemap
-%{_mandir}/man?/*
+%{_mandir}/man3/APR*.3pm*
+%{_mandir}/man3/Apache2::*.3pm*
+%{_mandir}/man3/ModPerl::*.3pm*
+%{_mandir}/man3/mod_perl2.3pm*
 
-%files devel
+%files -n perl-Apache-Test
 %defattr(644,root,root,755)
-%{_includedir}/apache/*.h
 %dir %{perl_vendorarch}/Apache
 %{perl_vendorarch}/Apache/Test*
+%{_mandir}/man3/Apache::Test*.3pm*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -319,6 +344,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.169  2008/06/17 19:45:07  qboosh
+- separated perl-Apache-Test to avoid perl deps in -devel
+
 Revision 1.168  2008/06/14 10:13:27  arekm
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache-mod_perl.spec?r1=1.168&r2=1.169&f=u



More information about the pld-cvs-commit mailing list