Update to latest upstream release.

epel9
Richard M. Shaw 9 years ago
parent 0e0d50a3c0
commit e6b4781372

1
.gitignore vendored

@ -21,3 +21,4 @@
/abi-compliance-checker-1.99.9.tar.gz
/ChangeLog
/abi-compliance-checker-1.99.10.tar.gz
/abi-compliance-checker-1.99.13.tar.gz

@ -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.

@ -1 +1 @@
4672395972357ef71ab4c5c3868838d6 abi-compliance-checker-1.99.10.tar.gz
31389163e3ca06c1f3c9ab8d50b2d8d6 abi-compliance-checker-1.99.13.tar.gz

Loading…
Cancel
Save