File erlang-eimap.spec of Package erlang-eimap

#
# spec file for package erlang-eimap
#
# Copyright (c) 2017 Aeneas Jaissle <aj@ajaissle.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://issues.kolab.org/
#


%define app_name eimap
Name:           erlang-eimap
Version:        0.3.0
%define app_ver %(echo "%{version}" | cut -d "+" -f1)
Release:        0
Summary:        IMAP client implementation written in Erlang
License:        GPL-3.0+
Group:          Productivity/Networking/Other

Url:            https://kolab.org/
Source0:        %{app_name}-%{version}.tar.gz

BuildRequires:  erlang
BuildRequires:  erlang-lager
BuildRequires:  erlang-rebar
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

Requires:       erlang

%description
This is a basic IMAP client implementation written in Erlang.

The API is not finalized, and is currently limited to the eimap module. Its
current and only recognized use case is software intended to interact with a
Kolab server environment which are written in Erlang. Expansion of that scope
is welcome through community participation. However, currently the following
disclaimer should be taken with seriousness:

    USE AT YOUR OWN RISK. THINGS WILL CHANGE.

The following is equally true, however:

    CONTRIBUTIONS WELCOME. USAGE WELCOME.

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

%build
%rebar ENABLE_STATIC=no compile

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


%files
%defattr(-,root,root)
%doc CHANGELOG.md README.md
%dir %{erlang_libdir}/%{app_name}-%{app_ver}
%dir %{erlang_libdir}/%{app_name}-%{app_ver}/ebin
%{erlang_libdir}/%{app_name}-%{app_ver}/ebin/%{app_name}.app
%{erlang_libdir}/%{app_name}-%{app_ver}/ebin/*.beam

%changelog
openSUSE Build Service is sponsored by