]> git.pld-linux.org Git - packages/perl.git/commitdiff
- added symbolic link /usr/bin/perl5 required by glib2
authorwitekfl <witekfl@pld-linux.org>
Tue, 31 May 2005 15:15:11 +0000 (15:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 5

Changed files:
    perl.spec -> 1.305

perl.spec

index dc3f51460cde7cc067fa0c4763954561aa94cc57..0188f10bce47141d2e9bb0d5c03f8174b49044d0 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -52,7 +52,7 @@ Summary(tr):  Kabuk yorumlama dili
 Summary(zh_CN):        Perl ±à³ÌÓïÑÔ¡£
 Name:          perl
 Version:       5.8.6
-Release:       4%{!?with_threads:_nothr}
+Release:       5%{!?with_threads:_nothr}
 Epoch:         1
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
@@ -707,6 +707,7 @@ install -d $RPM_BUILD_ROOT%{_mandir}/{ja,ko,zh_CN,zh_TW}/man1
 
 ## use symlinks instead of hardlinks
 %{__ln_s} -f perl%{version}    $RPM_BUILD_ROOT%{_bindir}/perl
+%{__ln_s} -f perl%{version} $RPM_BUILD_ROOT%{_bindir}/perl5
 %{__ln_s} -f perl%{version}    $RPM_BUILD_ROOT%{_bindir}/suidperl
 %{__ln_s} -f c2ph              $RPM_BUILD_ROOT%{_bindir}/pstruct
 %{__ln_s} -f psed              $RPM_BUILD_ROOT%{_bindir}/s2p
@@ -878,6 +879,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc doc-base/*
 %attr(755,root,root) %{_bindir}/perl
+%attr(755,root,root) %{_bindir}/perl5
 %attr(755,root,root) %{_bindir}/perl%{version}
 %{_mandir}/man1/perl.*
 %lang(fi) %{_mandir}/fi/man1/perl*
This page took 0.160475 seconds and 4 git commands to generate.