]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - perl.spec
- add autodeps, cut languages that nobody fills anyway
[projects/template-specs.git] / perl.spec
index 2ecb5c8977248c6db6ff830c832f53c72e04ff16..a6853bd073e0479fee3bd24b7c458509e5807143 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -1,16 +1,13 @@
 #
 # 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:       -
@@ -23,7 +20,7 @@ URL:          -
 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
@@ -37,16 +34,8 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %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
This page took 0.044417 seconds and 4 git commands to generate.