File trace-wrappers.spec of Package trace-wrappers

#
# spec file for package trace-wrappers
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           trace-wrappers
Version:        0.4.1
Release:        0
Summary:        Dynamic Library Wrappers
License:        LGPL-2.0+
Group:          Development/Tools/Debuggers
Url:            http://ftp.suse.com/pub/people/sbrabec/trace-wrappers/
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  dlwrap-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
trace-wrappers is a set of minimalistic dynamic library wrappers that
allow to wrap dynamic library calls and print particular library calls.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/*
%{_libdir}/%{name}

%changelog
openSUSE Build Service is sponsored by