[perl-pip] * Wed Aug 4 2010 Marcela Mašlá�ová <mmaslano at redhat.com> 1.16-3 - rename pip to perl-pip becaus

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Aug 4 08:18:54 UTC 2010


commit 83a4f4df1ac1f5f1c2c4dd5a87e62977f18e6420
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Aug 4 10:18:33 2010 +0200

    * Wed Aug  4 2010 Marcela Mašláňová <mmaslano at redhat.com> 1.16-3
    - rename pip to perl-pip because it conflicts with python-pip 616626

 perl-pip.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-pip.spec b/perl-pip.spec
index 3e7699f..ba9ab25 100644
--- a/perl-pip.spec
+++ b/perl-pip.spec
@@ -1,6 +1,6 @@
 Name:           perl-pip
 Version:        1.16
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl Installation Program, for scripted and distribution installation
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -56,6 +56,8 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
+mv $RPM_BUILD_ROOT%{_bindir}/pip $RPM_BUILD_ROOT%{_bindir}/perl-pip
+
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -71,9 +73,12 @@ rm -rf $RPM_BUILD_ROOT
 %doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
-%{_bindir}/pip
+%{_bindir}/perl-pip
 
 %changelog
+* Wed Aug  4 2010 Marcela Mašláňová <mmaslano at redhat.com> 1.16-3
+- rename pip to perl-pip because it conflicts with python-pip 616626
+
 * Tue May 04 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.16-2
 - Mass rebuild with perl-5.12.0
 



More information about the perl-devel mailing list