]> git.pld-linux.org Git - packages/perl.git/commitdiff
- fixed check for rpm<4.2 perlprov (I hope), release 0.37
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Jun 2003 11:32:20 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.210

perl.spec

index b9c7ff770c90f3d51ed9f3b565b8262f6052e7f6..6b19198a7ad4e795c1c7bf6e82323fe207834fbc 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -26,7 +26,7 @@
 #   (should this be done on Ra-branch, too?)
 #
 
-%if 0%(if [ %{__perl_requires} ]; then echo 1; fi)
+%if 0%(if [ "%{__perl_requires}" != "%%{__perl_requires}" ]; then echo 1; fi)
 %undefine      __perl_requires
 %define                __perl_provides %{_builddir}/%{name}-%{version}/find-perl-provides.sh
 %else
@@ -65,7 +65,7 @@ Summary(tr):  Kabuk yorumlama dili
 Summary(zh_CN):        Perl ±à³ÌÓïÑÔ¡£
 Name:          perl
 Version:       5.8.0
-Release:       0.36%{?_without_threads:_nothr}%{?_without_largefiles:_nolfs}
+Release:       0.37%{?_without_threads:_nothr}%{?_without_largefiles:_nolfs}
 Epoch:         1
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
This page took 0.039126 seconds and 4 git commands to generate.