|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: abi-compliance-checker
|
|
|
|
|
Version: 1.95.10
|
|
|
|
|
Version: 1.96.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: An ABI Compliance Checker
|
|
|
|
|
|
|
|
|
|
License: GPL+ or LGPLv2+
|
|
|
|
|
URL: http://forge.ispras.ru/projects/abi-compliance-checker
|
|
|
|
|
Source0: http://forge.ispras.ru/attachments/download/1235/%{name}-%{version}.tar.gz
|
|
|
|
|
Source0: http://forge.ispras.ru/attachments/download/1291/%{name}-%{version}.tar.gz
|
|
|
|
|
# SVN log from http://forge.ispras.ru/svn/abi-compliance-checker
|
|
|
|
|
Source1: ChangeLog
|
|
|
|
|
|
|
|
|
@ -32,12 +32,9 @@ cp -p %{SOURCE1} .
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
mkdir -p %{buildroot}%{_prefix}
|
|
|
|
|
perl Makefile.pl -install --prefix=%{buildroot}%{_prefix}
|
|
|
|
|
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
# Strip buildroot path from perl binary
|
|
|
|
|
sed -i "s,%{buildroot},,g" %{buildroot}%{_bindir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc ChangeLog LICENSE.txt doc/
|
|
|
|
@ -46,6 +43,13 @@ sed -i "s,%{buildroot},,g" %{buildroot}%{_bindir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Dec 20 2011 Richard Shaw <hobbes1069@gmail.com> - 1.96.1-1
|
|
|
|
|
- Update to 1.96.1.
|
|
|
|
|
- Fixes false positive: http://forge.ispras.ru/issues/2097
|
|
|
|
|
|
|
|
|
|
* Wed Dec 07 2011 Richard Shaw <hobbes1069@gmail.com> - 1.95.13-1
|
|
|
|
|
- Updated to 1.95.13.
|
|
|
|
|
|
|
|
|
|
* Thu Nov 17 2011 Richard Shaw <hobbes1069@gmail.com> - 1.95.10-1
|
|
|
|
|
- Updated license field based on upstream response.
|
|
|
|
|
- Updated to 1.95.10.
|
|
|
|
|