File erlang-p1_utils.spec of Package erlang-p1_utils

#
# 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/
#

%define app_name p1_utils

Name:           erlang-%{app_name}
Version:        0
Release:        0
%define app_ver %(echo "%{version}" | cut -d "+" -f1)
License:        ErlPL-1.1 and GPL-2.0+
Summary:        Erlang Utility modules from ProcessOne
Url:            http://github.com/processone/p1_utils
Group:          Development/Libraries/Other
Source:         %{app_name}-%{version}.tar.xz
Requires:       erlang
BuildRequires:  erlang
BuildRequires:  erlang-rebar
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
P1 Utility modules from ProcessOne for ejabberd

%package devel
Summary:        Erlang Utility modules from ProcessOne
Group:          Development/Libraries/Other
Requires:       %{name} = %{version}
Provides:       %{name}-src = %{version}
Obsoletes:      %{name}-src < %{version}

%description devel
P1 Utility modules from ProcessOne for ejabberd

This package contains the sources for %{name}.

%prep
%setup -q -n %{app_name}-%{version}

%build
%rebar compile

%install
for dir in ebin include src ; do
  mkdir -p %{buildroot}%{erlang_libdir}/%{app_name}-%{app_ver}/${dir}
  cp -r ${dir}/* %{buildroot}%{erlang_libdir}/%{app_name}-%{app_ver}/${dir}/
done

%check
%rebar eunit

%files
%defattr(-,root,root)
%doc *md *txt
%dir %{erlang_libdir}/%{app_name}-%{app_ver}
%{erlang_libdir}/%{app_name}-%{app_ver}/ebin/

%files devel
%defattr(-,root,root)
%{erlang_libdir}/%{app_name}-%{app_ver}/include/
%{erlang_libdir}/%{app_name}-%{app_ver}/src/

%changelog
openSUSE Build Service is sponsored by