|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: abi-compliance-checker
|
|
|
|
|
Version: 1.98.8
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: An ABI Compliance Checker
|
|
|
|
|
|
|
|
|
|
License: GPL+ or LGPLv2+
|
|
|
|
@ -9,7 +9,10 @@ Source0: https://github.com/lvc/%{name}/downloads/%{name}-%{version}.tar.
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: gcc >= 4.5
|
|
|
|
|
Requires: gcc-c++ >= 4.5
|
|
|
|
|
Requires: binutils
|
|
|
|
|
Requires: ctags >= 5.8
|
|
|
|
|
Requires: ccache > 3.1.2
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
@ -39,6 +42,9 @@ perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 03 2013 Richard Shaw <hobbes1069@gmail.com> - 1.98.8-2
|
|
|
|
|
- Add package requires for gcc-c++, ctags, ccache.
|
|
|
|
|
|
|
|
|
|
* Sat Feb 8 2013 Richard Shaw <hobbes1069@gmail.com> - 1.98.8-1
|
|
|
|
|
- Update to latest upstream release.
|
|
|
|
|
|
|
|
|
|