|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: pkgdiff
|
|
|
|
|
Version: 1.7.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: A tool for analyzing changes in Linux software packages
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -9,7 +9,7 @@ Source0: https://github.com/lvc/%{name}/archive/%{version}.tar.gz#/%{name
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
@ -19,7 +19,7 @@ BuildRequires: perl(Cwd)
|
|
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
|
BuildRequires: help2man
|
|
|
|
|
|
|
|
|
|
Requires: perl >= 5.8
|
|
|
|
|
Requires: perl-interpreter >= 5.8
|
|
|
|
|
Requires: diffutils
|
|
|
|
|
Requires: wdiff
|
|
|
|
|
Requires: binutils
|
|
|
|
@ -72,6 +72,10 @@ install -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 1.7.2-3
|
|
|
|
|
- perl dependency renamed to perl-interpreter
|
|
|
|
|
<https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|