diff --git a/elixir-doc.changes b/elixir-doc.changes new file mode 100644 index 0000000..910a935 --- /dev/null +++ b/elixir-doc.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Dec 10 11:16:45 UTC 2018 - matwey.kornilov@gmail.com + +- Add elixir-doc.changes diff --git a/elixir-doc.spec b/elixir-doc.spec index 2ad7cfb..8b58584 100644 --- a/elixir-doc.spec +++ b/elixir-doc.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: elixir-doc Version: 1.7.4 Release: 0 Summary: Documentation for elixir -License: Apache-2.0 and ErlPL-1.1 +License: Apache-2.0 AND ErlPL-1.1 Group: Documentation/Other Url: http://elixir-lang.org Source0: https://github.com/elixir-lang/elixir/archive/v%{version}.tar.gz#/elixir-%{version}.tar.gz diff --git a/elixir.changes b/elixir.changes index f07a065..5746451 100644 --- a/elixir.changes +++ b/elixir.changes @@ -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 diff --git a/elixir.spec b/elixir.spec index 8b04207..73cff8d 100644 --- a/elixir.spec +++ b/elixir.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: elixir Version: 1.7.4 Release: 0 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 Url: http://elixir-lang.org 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) Requires: git >= 1.7 BuildRequires: erlang >= 19 -BuildRequires: erlang-src BuildRequires: erlang-dialyzer +BuildRequires: erlang-src BuildRequires: git >= 1.7 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -80,7 +80,8 @@ make test %files %defattr(-,root,root) -%doc CHANGELOG.md README.md LICENSE NOTICE +%doc CHANGELOG.md README.md NOTICE +%license LICENSE %dir %{elixirdir} %dir %{elixirdir}/bin %dir %{elixirdir}/lib