|
|
|
@ -1,12 +1,21 @@
|
|
|
|
|
Name: pkgdiff
|
|
|
|
|
Version: 1.7.0
|
|
|
|
|
Version: 1.7.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A tool for analyzing changes in Linux software packages
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://lvc.github.io/pkgdiff/
|
|
|
|
|
Source0: https://github.com/downloads/%{name}/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
|
Source0: https://github.com/lvc/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
|
BuildRequires: perl(File::Copy)
|
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
|
BuildRequires: help2man
|
|
|
|
|
|
|
|
|
|
Requires: perl >= 5.8
|
|
|
|
@ -18,8 +27,6 @@ Requires: rpm
|
|
|
|
|
Requires: abi-compliance-checker >= 1.99.1
|
|
|
|
|
Requires: abi-dumper >= 0.97
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Package Changes Analyzer (pkgdiff) is a tool for analyzing changes
|
|
|
|
@ -61,6 +68,9 @@ install -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 12 2015 Richard Shaw <hobbes1069@gmail.com> - 1.7.1-1
|
|
|
|
|
- Update to latest upstream release.
|
|
|
|
|
|
|
|
|
|
* Sun Oct 18 2015 Richard Shaw <hobbes1069@gmail.com> - 1.7.0-1
|
|
|
|
|
- Update to latest upstream release.
|
|
|
|
|
|
|
|
|
|