]> git.pld-linux.org Git - packages/perl.git/commitdiff
- forced not calling the perl.prov script (by undefining __perl_requires)
authorradek <radek@pld-linux.org>
Tue, 15 Apr 2003 10:52:19 +0000 (10:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- s/__find_provides/__perl_provides/ (I don't know whether it works with
  rpm-4.1)
- release 0.34

Changed files:
    perl.spec -> 1.201

perl.spec

index ae02bf820e8843785e0f96d67cffe8cfb77fc8d6..c12ff376fa4c62ba5a698b8986609b3abcf61908 100644 (file)
--- a/perl.spec
+++ b/perl.spec
 # - *TESTING*
 #
 
-%define                __find_provides %{_builddir}/%{name}-%{version}/find-perl-provides.sh
+%undefine      __perl_requires
+%define                __perl_provides %{_builddir}/%{name}-%{version}/find-perl-provides.sh
+#%%define              __find_provides %{_builddir}/%{name}-%{version}/find-perl-provides.sh
+
 %define                perlthread      %{?!_without_threads:-thread-multi}
 
 %define                perl_privlib    %{_datadir}/perl5/%{version}
@@ -51,7 +54,7 @@ Summary(tr):  Kabuk yorumlama dili
 Summary(zh_CN):        Perl ±à³ÌÓïÑÔ¡£
 Name:          perl
 Version:       5.8.0
-Release:       0.33%{?_without_threads:_nothr}%{?_without_largefiles:_nolfs}
+Release:       0.34%{?_without_threads:_nothr}%{?_without_largefiles:_nolfs}
 Epoch:         1
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
This page took 0.111053 seconds and 4 git commands to generate.