File osmo-st-core.spec of Package osmo-st-core

#
# spec file for package osmo-st-core
#
# 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-core
Version:        0.0.0.git1406452300.4ff8679
Release:        0
Summary:        Osmocom Helpers for things in Smalltalk
License:        AGPL-3.0+
Group:          Development/Libraries/Smalltalk
Url:            http://cgit.osmocom.org/smalltalk/osmo-st-core/
Source:         %{name}-%{version}.tar.xz
BuildRequires:  smalltalk-devel
BuildRequires:  zip
Requires:	osmo-st-logging
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
OsmoCore is a collection of utility classes. Currently there is a class to
schedule a callback in a couple of seconds. This is done to avoid to have
thousands of processes that do [(Delay forSeconds: 1) wait. self cancel] fork.
The other class allows me to dispatch a block from a central context.
This is done to avoid dealing with deadlocks. I have opted for this solution
as having lock hierarchies between different stacks (MGCP, SIP) is very
difficult.

%prep
%setup -q

%build


%install
gst-package -v --destdir "%{buildroot}/" package.xml

%files
%defattr(-,root,root)
%{_libdir}/smalltalk/*.star

%changelog
openSUSE Build Service is sponsored by