File libsmpp34.spec of Package libsmpp34

#
# spec file for package libsmpp34
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
#
# 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:           libsmpp34
Version:        1.10.27
Release:        0
Summary:        PDU SMPP packaging and unpackaging tool
License:        GPL-2.0+ and LGPL-2.1+
Group:          Development/Libraries/C and C++
Url:            https://osmocom.org/projects/libsmpp34

Source:         %name-%version.tar.xz
Patch1:         build-fixes.diff
BuildRequires:  autoconf >= 2.57
BuildRequires:  libtool
BuildRequires:  pkg-config >= 0.20
BuildRequires:  pkgconfig(libxml-2.0)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The library provides the PDU handling of the SMPP-3.4 protocol.

%package -n libsmpp34-0
Summary:        SMPP-3.4 protocol library
License:        LGPL-2.1+
Group:          System/Libraries

%description -n libsmpp34-0
This library provides the Protocol Data Unit (PDU) handling of the
SMPP-3.4 protocol. SMPP (Short Message Peer-to-Peer) is a protocol
providing a data communication interface for the transfer of short
message data between External Short Messaging Entities, Routing
Entitites and Message Centres.

%package -n libsmpp34-0-devel
Summary:        Development files for the SMPP-3.4 protocol library
License:        GPL-2.0+
Group:          Development/Libraries/C and C++
Requires:       libsmpp34-0 = %version

%description -n libsmpp34-0-devel
The library provides the PDU handling of the SMPP-3.4 protocol.

This subpackage contains libraries and header files for developing
applications that want to make use of libsmpp34.

%prep
%setup -q
%patch -P 1 -p1

%build
echo "%version" >.tarball-version
autoreconf -fi
%configure --disable-static --includedir="%_includedir/%name"
make %{?_smp_mflags}

%install
%make_install
rm -f "%buildroot/%_libdir"/*.la

%post   -n libsmpp34-0 -p /sbin/ldconfig
%postun -n libsmpp34-0 -p /sbin/ldconfig

%files -n libsmpp34-0
%defattr(-,root,root)
%_libdir/libsmpp34.so.0*

%files -n libsmpp34-0-devel
%defattr(-,root,root)
%doc ChangeLog COPYING
%_includedir/%name/
%_libdir/libsmpp34.so
%_libdir/pkgconfig/*.pc

%changelog
openSUSE Build Service is sponsored by