Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 6e75d77879a3267ce4afda75d30459e9 > files > 2

abi-compliance-checker-1.12-1mdv2010.1.src.rpm

Summary:	ABI compliance checker
Name:		abi-compliance-checker
Version:	1.12
Release:	%mkrel 1
Group:		Development/Other
License:	GPL
URL:		http://ispras.linux-foundation.org/index.php/ABI_compliance_checker
Source0:	http://ispras.linux-foundation.org/images/b/ba/Abi-compliance-checker-%{version}.tar.gz
Requires:	gcc
Requires:	binutils
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%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

%build

%install
rm -rf %{buildroot}

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

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE
%{_bindir}/abi-compliance-checker


%changelog
* Sun Feb 07 2010 Oden Eriksson <oeriksson@mandriva.com> 1.12-1mdv2010.1
+ Revision: 501668
- 1.12

* 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