Projects
Kolab:Winterfell
erlang-eimap
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
erlang-eimap.spec
Changed
@@ -16,6 +16,7 @@ VCS: scm:git:https://git.kolab.org/diffusion/EI/%{realname}.git %endif Source0: erlang-eimap-0.2.2.tar.gz +Patch0001: eimap-0.2.2-relax-deps.patch BuildRequires: erlang-goldrush >= 0.1.7 BuildRequires: erlang-lager >= 2.2.0 @@ -28,7 +29,9 @@ IMAP client library for Erlang %prep -%setup -q +%setup -q -n eimap-%{version} + +%patch1 -p1 %build rebar compile -v
View file
eimap-0.2.2-relax-deps.patch
Added
@@ -0,0 +1,12 @@ +diff -ur eimap-0.2.2.orig/rebar.config eimap-0.2.2/rebar.config +--- eimap-0.2.2.orig/rebar.config 2016-06-07 10:09:20.000000000 +0200 ++++ eimap-0.2.2/rebar.config 2016-06-08 10:45:53.822031539 +0200 +@@ -2,7 +2,7 @@ + %% ex: ft=erlang ts=4 sw=4 et + + {deps, [ +- { lager, "(2.0|2.1|2.2).*", { git, "git://github.com/basho/lager.git", { tag, "2.2.0" } } } ++ { lager, ".*", { git, "git://github.com/basho/lager.git" } } + ]}. + + {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}]}.
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.