File dlwrap.spec of Package dlwrap

#
# spec file for package dlwrap
#
# 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:           dlwrap
Version:        0.4.1
Release:        0
Summary:        Dynamic Library Wrappers
License:        LGPL-2.0+
Group:          Development/Languages/C and C++
Url:            http://ftp.suse.com/pub/people/sbrabec/trace-wrappers/
Source:         %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
dlwrap is a set of header files for development of dynamic library
wrappers that allow to wrap dynamic library calls and perform arbitrary
action.

%package devel
Summary:        Dynamic Library Wrapper Kit
Group:          Development/Languages/C and C++

%description devel
dlwrap is a set of header files for development of dynamic library
wrappers that allow to wrap dynamic library calls and perform arbitrary
action.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}

%files devel
%defattr(-,root,root)
%{_includedir}/dlwrap

%changelog
openSUSE Build Service is sponsored by