SPECS: template-perl.spec - add autodeps, cut languages that nobod...

glen glen at pld-linux.org
Tue Nov 15 23:55:20 CET 2005


Author: glen                         Date: Tue Nov 15 22:55:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add autodeps, cut languages that nobody fills anyway

---- Files affected:
SPECS:
   template-perl.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/template-perl.spec
diff -u SPECS/template-perl.spec:1.34 SPECS/template-perl.spec:1.35
--- SPECS/template-perl.spec:1.34	Tue Aug  9 09:50:12 2005
+++ SPECS/template-perl.spec	Tue Nov 15 23:55:15 2005
@@ -1,17 +1,14 @@
 # $Revision$, $Date$
 #
 # Conditional build:
+%bcond_without	autodeps	# don't BR packages needed only for resolving deps
 %bcond_without	tests	# do not perform "make test"
 #
 %include	/usr/lib/rpm/macros.perl
 %define		pdir	-
 %define		pnam	-
 Summary:	-
-Summary(de):	-
-Summary(es):	-
-Summary(fr):	-
 Summary(pl):	-
-Summary(ru):	-
 Name:		perl-
 Version:	-
 Release:	-
@@ -24,7 +21,7 @@
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRequires:	-
-%if %{with tests}
+%if %{with autodeps} || %{with tests}
 BuildRequires:	perl-
 BuildRequires:	perl-
 %endif
@@ -38,16 +35,8 @@
 
 %description
 
-%description -l de
-
-%description -l es
-
-%description -l fr
-
 %description -l pl
 
-%description -l ru
-
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 %patch0 -p1
@@ -88,6 +77,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2005/11/15 22:55:15  glen
+- add autodeps, cut languages that nobody fills anyway
+
 Revision 1.34  2005/08/09 07:50:12  glen
 - use pure_install target to prevent perlocal.pod being created (from ExtUtils::MakeMaker manual)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/template-perl.spec?r1=1.34&r2=1.35&f=u




More information about the pld-cvs-commit mailing list