|
|
|
@ -1,12 +1,11 @@
|
|
|
|
|
Name: abi-compliance-checker
|
|
|
|
|
Version: 1.99.10
|
|
|
|
|
Version: 1.99.13
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: An ABI Compliance Checker
|
|
|
|
|
|
|
|
|
|
License: GPL+ or LGPLv2+
|
|
|
|
|
URL: http://ispras.linuxbase.org/index.php/ABI_compliance_checker
|
|
|
|
|
URL: http://lvc.github.io/abi-compliance-checker/
|
|
|
|
|
Source0: https://github.com/lvc/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: ChangeLog
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
@ -26,7 +25,6 @@ checks for changes in calling stack, changes in v-table, removed symbols, etc.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
install -pDm 0644 %{SOURCE1} .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -40,12 +38,17 @@ perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc ChangeLog LICENSE README doc/
|
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README doc/*
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Oct 18 2015 Richard Shaw <hobbes1069@gmail.com> - 1.99.13-1
|
|
|
|
|
- Update to latest upstream release.
|
|
|
|
|
|
|
|
|
|
* Tue Sep 8 2015 Richard Shaw <hobbes1069@gmail.com> - 1.99.10-1
|
|
|
|
|
- Update to latest upstream release.
|
|
|
|
|
|
|
|
|
|