Package abi-compliance-checker: Specfile

Name: abi-compliance-checker
Version: 1.8
Release: alt1

Summary: ABI compliance checker

Group: Development/Other
License: GPLv2+
Url: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker

Packager: Vitaly Lipatov <lav@altlinux.ru>

Source: http://ispras.linux-foundation.org/images/7/75/Abi-compliance-checker-%version.tar.bz2

Requires: gcc binutils

BuildArch: noarch

%description
ABI-compliance-checker is a lightweight tool for checking backward binary
compatibility of shared C/C++ libraries in OS Linux. It checks interface
signatures and data type definitions in two library versions (headers and
shared objects) and searches differences that may lead to incompatibility
according to ABI standards. Breakage of the compatibility may result in
crashing or incorrect behavior of applications built with an old version of
a library when it is running with a new one. ABI-compliance-checker was
intended for library developers that are interested in ensuring backward
binary compatibility. Also ABI-compliance-checker may be used for checking
forward binary compatibility and compliance checking of the same library
versions on different linux distributions.

%prep
%setup -q
chmod 644 abi-compliance-checker.pl LICENSE

%install
install -d %buildroot%_bindir
install -m0755 abi-compliance-checker.pl %buildroot%_bindir/abi-compliance-checker

%files
%doc LICENSE
%_bindir/abi-compliance-checker

%changelog
* Thu Oct 01 2009 Vitaly Lipatov <lav@altlinux.ru> 1.8-alt1
- initial build for ALT Linux Sisyphus

* Sat Sep 05 2009 Oden Eriksson <oeriksson@mandriva.com> 1.6-1mdv2010.0
+ Revision: 432064
- 1.6

* Thu Aug 06 2009 Oden Eriksson <oeriksson@mandriva.com> 1.1-1mdv2010.0
+ Revision: 410938
- 1.1

* Sat Aug 01 2009 Oden Eriksson <oeriksson@mandriva.com> 1.0.0-1mdv2010.0
+ Revision: 405312
- import abi-compliance-checker

* Sat Aug 01 2009 Oden Eriksson <oeriksson@mandriva.com> 1.0.0-1mdv2009.0
- initial Mandriva package