[Bug 1317392] Review Request: perl-Git-Version-Compare - Functions to compare Git versions

bugzilla at redhat.com bugzilla at redhat.com
Mon Mar 14 14:17:33 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1317392



--- Comment #4 from Jan Pazdziora <jpazdziora at redhat.com> ---
Thank you. For the record, the patch for items from comment 3 is:

--- perl-Git-Version-Compare.spec.take2    2016-03-14 13:58:30.492172823 +0100
+++ perl-Git-Version-Compare.spec    2016-03-14 15:07:11.201275239 +0100
@@ -6,7 +6,6 @@
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Git-Version-Compare/
 Source0:       
http://www.cpan.org/modules/by-module/Git/Git-Version-Compare-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch

 BuildRequires:  findutils
@@ -36,11 +35,9 @@
 make %{?_smp_mflags}

 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete

 %{_fixperms} $RPM_BUILD_ROOT/*

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component


More information about the package-review mailing list