Accepting request 656890 from home:matwey:branches:devel:languages:erlang
- Use %license for LICENSE - Add elixir-doc.changes OBS-URL: https://build.opensuse.org/request/show/656890 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=32
This commit is contained in:
parent
e49d9515e2
commit
d82e1bcca8
4
elixir-doc.changes
Normal file
4
elixir-doc.changes
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 10 11:16:45 UTC 2018 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- Add elixir-doc.changes
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package elixir-doc
|
# spec file for package elixir-doc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@ Name: elixir-doc
|
|||||||
Version: 1.7.4
|
Version: 1.7.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation for elixir
|
Summary: Documentation for elixir
|
||||||
License: Apache-2.0 and ErlPL-1.1
|
License: Apache-2.0 AND ErlPL-1.1
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
Url: http://elixir-lang.org
|
Url: http://elixir-lang.org
|
||||||
Source0: https://github.com/elixir-lang/elixir/archive/v%{version}.tar.gz#/elixir-%{version}.tar.gz
|
Source0: https://github.com/elixir-lang/elixir/archive/v%{version}.tar.gz#/elixir-%{version}.tar.gz
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 10 11:17:25 UTC 2018 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- Use %license for LICENSE
|
||||||
|
|
||||||
----------------------- --------------------------------------------
|
----------------------- --------------------------------------------
|
||||||
Thu Nov 08 22:01:20 UTC 2018 - g.santomaggio@gmail.com
|
Thu Nov 08 22:01:20 UTC 2018 - g.santomaggio@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package elixir
|
# spec file for package elixir
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@ Name: elixir
|
|||||||
Version: 1.7.4
|
Version: 1.7.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Functional meta-programming aware language built on top of the Erlang
|
Summary: Functional meta-programming aware language built on top of the Erlang
|
||||||
License: Apache-2.0 and ErlPL-1.1
|
License: Apache-2.0 AND ErlPL-1.1
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Url: http://elixir-lang.org
|
Url: http://elixir-lang.org
|
||||||
Source0: https://github.com/elixir-lang/elixir/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/elixir-lang/elixir/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
@ -31,8 +31,8 @@ BuildRequires: make
|
|||||||
# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386)
|
# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386)
|
||||||
Requires: git >= 1.7
|
Requires: git >= 1.7
|
||||||
BuildRequires: erlang >= 19
|
BuildRequires: erlang >= 19
|
||||||
BuildRequires: erlang-src
|
|
||||||
BuildRequires: erlang-dialyzer
|
BuildRequires: erlang-dialyzer
|
||||||
|
BuildRequires: erlang-src
|
||||||
BuildRequires: git >= 1.7
|
BuildRequires: git >= 1.7
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -80,7 +80,8 @@ make test
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGELOG.md README.md LICENSE NOTICE
|
%doc CHANGELOG.md README.md NOTICE
|
||||||
|
%license LICENSE
|
||||||
%dir %{elixirdir}
|
%dir %{elixirdir}
|
||||||
%dir %{elixirdir}/bin
|
%dir %{elixirdir}/bin
|
||||||
%dir %{elixirdir}/lib
|
%dir %{elixirdir}/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user