]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- removed "tr" from suggested translations (no perl module really contains
authorankry <ankry@pld-linux.org>
Thu, 18 Jul 2002 14:02:00 +0000 (14:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  it); replaced by others
- removed Vendor
- added _noautoreq
- comments, cleaning

Changed files:
    perl.spec -> 1.9

perl.spec

index 99e723b638b67e0115ac17a60cc3561da2e804ba..c6b45d429ca7959d4c92c5b3ba9dbcaf8a13e9d8 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -1,18 +1,18 @@
 %include       /usr/lib/rpm/macros.perl
-%define        pdir    -
-%define        pnam    -
+%define                pdir    -
+%define                pnam    -
 Summary:       -
 Summary(de):   -
+Summary(es):   -
 Summary(fr):   -
 Summary(pl):   -
-Summary(tr):   -
+Summary(ru):   -
 Name:          perl-
 Version:       -
 Release:       -
 Epoch:         -
-License:       - (enter GPL/LGPL/BSD/BSD-like/other license name here)
+License:       (enter GPL/LGPL/BSD/BSD-like/Artistic/other license name here)
 Group:         Development/Languages/Perl
-Vendor:                -
 Icon:          -
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 Source1:       %{name}
@@ -31,15 +31,19 @@ Obsoletes:  -
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _noautoreq      "perl(anything_fake_or_conditional)"
+
 %description
 
 %description -l de
 
+%description -l es
+
 %description -l fr
 
 %description -l pl
 
-%description -l tr
+%description -l ru
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -48,6 +52,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %patch2 -p1
 
 %build
+# Don't use pipes here: they generally don't work. Apply a patch.
 perl Makefile.PL
 %{__make}
 # if module isn't noarch, use:
This page took 0.334635 seconds and 4 git commands to generate.