File osmo-st-gsm.spec of Package osmo-st-gsm
#
# spec file for package osmo-st-gsm
#
# Copyright (c) 2014, 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: osmo-st-gsm
Version: 0.0.0.git1408569689.ab3b8e2
Release: 0
Summary: Smalltalk GSM utilities for SCCP,BSSAP,BSSMAP,GSM48
License: AGPL-3.0+
Group: Development/Libraries/Smalltalk
Url: http://cgit.osmocom.org/smalltalk/osmo-st-gsm/
Source: %{name}-%{version}.tar.xz
BuildRequires: smalltalk-devel
BuildRequires: zip
Requires: osmo-st-core
Requires: osmo-st-network
Requires: osmo-st-logging
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
GSM utilities based on osmo-network for SCCP,BSSAP,BSSMAP,GSM48
Contains classes related to the GSM specification 04.08 and 08.08.
I can easily create and parse the wire messages for this specification.
%prep
%setup -q
%build
%install
gst-package -v --destdir "%{buildroot}/" package.xml
%files
%defattr(-,root,root)
%doc README
%{_libdir}/smalltalk/*.star
%changelog