Accepting request 404837 from devel:languages:erlang:Factory
1 OBS-URL: https://build.opensuse.org/request/show/404837 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erlang?expand=0&rev=50
This commit is contained in:
commit
1e6aba5de5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a30dde83df521626590fdba50db4be25b906d3839072db4448e4a04c04613c2e
|
|
||||||
size 33653881
|
|
3
OTP-18.3.4.tar.gz
Normal file
3
OTP-18.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d9e68a8cdef4db0935b02d4b163cf3af403405f756488874736298cf48b90ae9
|
||||||
|
size 33663860
|
@ -1,3 +1,51 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 20 21:35:57 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Do not suppress errors from useradd/groupadd
|
||||||
|
- Orthographic/typographical fixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 17 07:19:17 UTC 2016 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- Update to 18.3.4:
|
||||||
|
* inets: Handle multiple \t in mime types file
|
||||||
|
* ssl: Correct ssl:prf/5 to use the negotiated cipher suite's prf
|
||||||
|
function in ssl:prf/5 instead of the default prf.
|
||||||
|
* ssl: Timeouts may have the value 0, guards have been corrected
|
||||||
|
to allow this
|
||||||
|
* ssl: Change of internal handling of hash sign pairs as the used
|
||||||
|
one enforced to much restrictions making some valid
|
||||||
|
combinations unavailable.
|
||||||
|
* ssl: Create a little randomness in sending of session
|
||||||
|
invalidation messages, to mitigate load when whole table is
|
||||||
|
invalidated.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 22 09:13:09 UTC 2016 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- Return diameter application: as for 18.3.3 it is distributed
|
||||||
|
under APL license
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 22 08:58:48 UTC 2016 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- Update to 18.3.3:
|
||||||
|
* common_test: The nodelay option used to be enabled (true) by
|
||||||
|
default for sockets opened by the Common Test
|
||||||
|
telnet client.
|
||||||
|
* common_test: Fix bug in cth_surefire
|
||||||
|
* common_test: The ct:get_timetrap_info/0 function has been
|
||||||
|
updated to return more information about timetrap
|
||||||
|
scaling.
|
||||||
|
* common_test: A problem with stylesheet HTML tags getting
|
||||||
|
incorrectly escaped by Common Test has been
|
||||||
|
corrected.
|
||||||
|
* common_test: The ct_run start flag -no_esc_chars and
|
||||||
|
ct:run_test/1 start option {esc_chars,Bool} have
|
||||||
|
been introduced.
|
||||||
|
* inets: Put back unused module inets_regexp
|
||||||
|
* ssl: Correct cipher suites conversion and gaurd expression.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 3 16:53:07 UTC 2016 - matwey.kornilov@gmail.com
|
Tue May 3 16:53:07 UTC 2016 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
41
erlang.spec
41
erlang.spec
@ -21,7 +21,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: erlang
|
Name: erlang
|
||||||
Version: 18.3.2
|
Version: 18.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: General-purpose programming language and runtime environment
|
Summary: General-purpose programming language and runtime environment
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -121,6 +121,16 @@ Requires: graphviz
|
|||||||
%description dialyzer
|
%description dialyzer
|
||||||
A DIscrepany AnaLYZer for ERlang programs.
|
A DIscrepany AnaLYZer for ERlang programs.
|
||||||
|
|
||||||
|
%package diameter
|
||||||
|
Summary: Main API of the Diameter application
|
||||||
|
Group: Development/Languages/Other
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description diameter
|
||||||
|
This module provides the interface with which a user can implement a Diameter
|
||||||
|
node that sends and receives messages using the Diameter protocol as defined in
|
||||||
|
RFC 6733.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Erlang documentation
|
Summary: Erlang documentation
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
@ -223,6 +233,16 @@ Erlang sources for the dialyzer application in the Erlang/OTP system.
|
|||||||
They are useful for educational purpose and as a base for creating
|
They are useful for educational purpose and as a base for creating
|
||||||
embedded systems.
|
embedded systems.
|
||||||
|
|
||||||
|
%package diameter-src
|
||||||
|
Summary: Erlang/OTP Diameter application sources
|
||||||
|
Group: Development/Languages/Other
|
||||||
|
Requires: %{name}-diameter = %{version}
|
||||||
|
|
||||||
|
%description diameter-src
|
||||||
|
Erlang sources for the Diameter application in the Erlang/OTP system.
|
||||||
|
They are useful for educational purpose and as a base for creating
|
||||||
|
embedded systems.
|
||||||
|
|
||||||
%package et-src
|
%package et-src
|
||||||
Summary: Erlang/OTP et application sources
|
Summary: Erlang/OTP et application sources
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
@ -375,11 +395,6 @@ export JINTERFACE_VERSION=`ls %{buildroot}%{_libdir}/erlang/lib/ |grep ^jinterfa
|
|||||||
ln -sf ../../%{_lib}/erlang/lib/jinterface-$JINTERFACE_VERSION/priv/OtpErlang.jar OtpErlang-$JINTERFACE_VERSION.jar
|
ln -sf ../../%{_lib}/erlang/lib/jinterface-$JINTERFACE_VERSION/priv/OtpErlang.jar OtpErlang-$JINTERFACE_VERSION.jar
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
# Remove binary and source files with propriatery license, see bnc#728667
|
|
||||||
rm -r %{buildroot}%{_libdir}/erlang/lib/diameter-*
|
|
||||||
rm -r %{buildroot}%{_libdir}/erlang/man/man?/diameter* # Doesn't make much sense w/o the above
|
|
||||||
rm -r lib/diameter lib/xmerl/test/xmerl_xsd_SUITE_data # Can't distribute either source
|
|
||||||
|
|
||||||
# The man-pages for binaries are safe to move to %{_mandir}, others may conflict with other packages
|
# The man-pages for binaries are safe to move to %{_mandir}, others may conflict with other packages
|
||||||
mkdir -p %{buildroot}%{_mandir}/man1
|
mkdir -p %{buildroot}%{_mandir}/man1
|
||||||
for link in $(ls %{buildroot}%{_libdir}/erlang/man/man1/); do
|
for link in $(ls %{buildroot}%{_libdir}/erlang/man/man1/); do
|
||||||
@ -417,8 +432,8 @@ install -D -m 0644 %{S:5} %{buildroot}/var/adm/fillup-templates/sysconfig.erlang
|
|||||||
install -D -m 0644 %{S:6} %{buildroot}%{_sysconfdir}/rpm/macros.erlang
|
install -D -m 0644 %{S:6} %{buildroot}%{_sysconfdir}/rpm/macros.erlang
|
||||||
|
|
||||||
%pre epmd
|
%pre epmd
|
||||||
/usr/sbin/groupadd -r epmd >/dev/null 2>&1 || :
|
getent group epmd || /usr/sbin/groupadd -r epmd || :
|
||||||
/usr/sbin/useradd -g epmd -s /bin/false -r -c "Erlang Port Mapper Daemon" -d %{epmd_home} epmd >/dev/null 2>&1 || :
|
getent passwd epmd || /usr/sbin/useradd -g epmd -s /bin/false -r -c "Erlang Port Mapper Daemon" -d %{epmd_home} epmd || :
|
||||||
%if 0%{?have_systemd}
|
%if 0%{?have_systemd}
|
||||||
%service_add_pre epmd.service epmd.socket
|
%service_add_pre epmd.service epmd.socket
|
||||||
%endif
|
%endif
|
||||||
@ -529,6 +544,11 @@ install -D -m 0644 %{S:6} %{buildroot}%{_sysconfdir}/rpm/macros.erlang
|
|||||||
%{_libdir}/erlang/bin/dialyzer
|
%{_libdir}/erlang/bin/dialyzer
|
||||||
%{_libdir}/erlang/erts-*/bin/dialyzer
|
%{_libdir}/erlang/erts-*/bin/dialyzer
|
||||||
|
|
||||||
|
%files diameter
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/erlang/lib/diameter-*/
|
||||||
|
%exclude %{_libdir}/erlang/lib/diameter-*/src
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc erlang_doc/*
|
%doc erlang_doc/*
|
||||||
@ -586,6 +606,7 @@ install -D -m 0644 %{S:6} %{buildroot}%{_sysconfdir}/rpm/macros.erlang
|
|||||||
%{_libdir}/erlang/lib/*/java_src
|
%{_libdir}/erlang/lib/*/java_src
|
||||||
%exclude %{_libdir}/erlang/lib/debugger-*/src
|
%exclude %{_libdir}/erlang/lib/debugger-*/src
|
||||||
%exclude %{_libdir}/erlang/lib/dialyzer-*/src
|
%exclude %{_libdir}/erlang/lib/dialyzer-*/src
|
||||||
|
%exclude %{_libdir}/erlang/lib/diameter-*/src
|
||||||
%exclude %{_libdir}/erlang/lib/et-*/src
|
%exclude %{_libdir}/erlang/lib/et-*/src
|
||||||
%exclude %{_libdir}/erlang/lib/gs-*/src
|
%exclude %{_libdir}/erlang/lib/gs-*/src
|
||||||
%exclude %{_libdir}/erlang/lib/jinterface-*/java_src
|
%exclude %{_libdir}/erlang/lib/jinterface-*/java_src
|
||||||
@ -601,6 +622,10 @@ install -D -m 0644 %{S:6} %{buildroot}%{_sysconfdir}/rpm/macros.erlang
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/erlang/lib/dialyzer-*/src
|
%{_libdir}/erlang/lib/dialyzer-*/src
|
||||||
|
|
||||||
|
%files diameter-src
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/erlang/lib/diameter-*/src
|
||||||
|
|
||||||
%files et-src
|
%files et-src
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/erlang/lib/et-*/src
|
%{_libdir}/erlang/lib/et-*/src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user