SHA256
1
0
forked from pool/osmo-iuh
osmo-iuh/osmo-iuh.spec

59 lines
1.6 KiB
RPMSpec

#
# spec file for package osmo-iuh
#
# Copyright (c) 2015 SUSE LINUX 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: osmo-iuh
Version: 0.0~g435
Release: 0
Summary: Osmocom Iuh experimenation code
License: AGPL-3.0+ and GPL-2.0+
Group: Hardware/Mobile
Url: http://openbsc.osmocom.org/
Source: %name-%version.tar.xz
BuildRequires: automake >= 1.9
BuildRequires: libtool >= 2
BuildRequires: lksctp-tools-devel
BuildRequires: xz
BuildRequires: pkg-config
BuildRequires: pkgconfig(libosmocore)
BuildRequires: pkgconfig(libosmogsm)
BuildRequires: pkgconfig(libosmovty)
BuildRequires: pkgconfig(libosmo-netif)
BuildRequires: pkgconfig(libosmo-sigtran)
BuildRequires: pkgconfig(libasn1c)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
%prep
%setup -q
%build
echo "%version" >.tarball-version
autoreconf -fi
%configure
make %{?_smp_mflags}
%install
%make_install
%check
make %{?_smp_mflags} check
%files