diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7960595..0000000 --- a/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/1.1.4.tar.gz -/1.1.6.tar.gz -/xmpp-1.1.13.tar.gz -/xmpp-1.1.15.tar.gz -/xmpp-1.1.19.tar.gz -/xmpp-1.1.20.tar.gz -/xmpp-1.1.21.tar.gz -/xmpp-1.2.2.tar.gz -/xmpp-1.2.5.tar.gz -/xmpp-1.2.8.tar.gz -/xmpp-1.3.2.tar.gz -/xmpp-1.3.4.tar.gz -/xmpp-1.4.2.tar.gz -/xmpp-1.4.4.tar.gz -/xmpp-1.4.9.tar.gz diff --git a/.rpmlint b/.rpmlint deleted file mode 100644 index e3b6b23..0000000 --- a/.rpmlint +++ /dev/null @@ -1,5 +0,0 @@ -from Config import addFilter - - -addFilter('no-soname.*priv/lib/.*\.so') -addFilter('unstripped-binary-or-object.*priv/lib/.*\.so') diff --git a/0001-Allow-fxml.hrl-to-be-found-from-system-libs.patch b/0001-Allow-fxml.hrl-to-be-found-from-system-libs.patch deleted file mode 100644 index c577e62..0000000 --- a/0001-Allow-fxml.hrl-to-be-found-from-system-libs.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 5b99ba2d85fbf1c665823583fd8045d5bbfa120f Mon Sep 17 00:00:00 2001 -From: Randy Barlow -Date: Sat, 31 Dec 2016 13:43:36 -0500 -Subject: [PATCH] Allow fxml.hrl to be found from system libs. - -This commit adjusts an include() call to be include_lib() so that -fxml.hrl can be found when it is installed in /usr/lib rather than -in a local deps folder. ---- - include/xmpp.hrl | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git include/xmpp.hrl include/xmpp.hrl -index 4236f6c..955c825 100644 ---- include/xmpp.hrl -+++ include/xmpp.hrl -@@ -26,7 +26,7 @@ - -include("ns.hrl"). - -include("jid.hrl"). - -include("xmpp_codec.hrl"). ---include("fxml.hrl"). -+-include_lib("fast_xml/include/fxml.hrl"). - - -type stanza() :: iq() | presence() | message(). - --- -2.11.0 - diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..63b1f4c --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +Retired: Fails to install + +See https://pagure.io/releng/issue/11618 diff --git a/erlang-xmpp.spec b/erlang-xmpp.spec deleted file mode 100644 index 4cd8f15..0000000 --- a/erlang-xmpp.spec +++ /dev/null @@ -1,135 +0,0 @@ -%global srcname xmpp - -%global ezlib_ver 1.0.8 -%global fast_tls_ver 1.1.8 -%global fast_xml_ver 1.1.43 -%global idna_ver 6.0.0 -%global p1_utils_ver 1.0.20 -%global stringprep_ver 1.0.22 - -Name: erlang-%{srcname} -Version: 1.4.9 -Release: 7%{?dist} -Summary: Erlang/Elixir XMPP parsing and serialization library - -License: ASL 2.0 -URL: https://github.com/processone/xmpp/ -Source0: https://github.com/processone/xmpp/archive/%{version}/xmpp-%{version}.tar.gz -# https://github.com/processone/xmpp/pull/3 -Patch0: 0001-Allow-fxml.hrl-to-be-found-from-system-libs.patch - -BuildRequires: gcc -BuildRequires: erlang-ezlib >= %{ezlib_ver} -BuildRequires: erlang-fast_tls >= %{fast_tls_ver} -BuildRequires: erlang-fast_xml >= %{fast_xml_ver} -BuildRequires: erlang-idna >= %{idna_ver} -BuildRequires: erlang-p1_utils >= %{p1_utils_ver} -BuildRequires: erlang-rebar -BuildRequires: erlang-stringprep >= %{stringprep_ver} - -Requires: erlang-ezlib >= %{ezlib_ver} -Requires: erlang-fast_tls >= %{fast_tls_ver} -Requires: erlang-fast_xml >= %{fast_xml_ver} -Requires: erlang-idna >= %{idna_ver} -Requires: erlang-p1_utils >= %{p1_utils_ver} -Requires: erlang-stringprep >= %{stringprep_ver} - - -%description -XMPP is an Erlang XMPP parsing and serialization library, built on top of Fast -XML. - - -%prep -%setup -q -n %{srcname}-%{version} - -%patch0 -p0 - - -%build -%{rebar_compile} - - -%install -%{erlang_install} - -install -p -D -m 755 priv/lib/* --target-directory=%{buildroot}%{erlang_appdir}/priv/lib/ - - -%check -%{rebar_eunit} - - -%files -%license LICENSE.txt -%doc CHANGELOG.md -%doc doc -%doc README.md -%{erlang_appdir} - - -%changelog -* Wed Jul 19 2023 Fedora Release Engineering - 1.4.9-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Thu Jan 19 2023 Fedora Release Engineering - 1.4.9-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Thu Jul 21 2022 Fedora Release Engineering - 1.4.9-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Thu Jan 20 2022 Fedora Release Engineering - 1.4.9-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Wed Jul 21 2021 Fedora Release Engineering - 1.4.9-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jan 26 2021 Fedora Release Engineering - 1.4.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Jul 31 2020 Randy Barlow - 1.4.9-1 -- Update to 1.4.9 (#1807248). -- https://github.com/processone/xmpp/blob/1.4.9/CHANGELOG.md - -* Sat Aug 01 2020 Fedora Release Engineering - 1.4.4-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon Jul 27 2020 Fedora Release Engineering - 1.4.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon Feb 17 2020 Randy Barlow - 1.4.4-1 -- Update to 1.4.4 (#1789112). -- https://github.com/processone/xmpp/blob/1.4.4/CHANGELOG.md - -* Tue Jan 28 2020 Fedora Release Engineering - 1.4.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Nov 26 2019 Randy Barlow - 1.4.2-2 -- Bring xmpp back to s390x (#1775737). - -* Thu Nov 14 2019 Randy Barlow - 1.4.2-1 -- Update to 1.4.2 (#1742454). -- https://github.com/processone/xmpp/blob/1.4.2/CHANGELOG.md -- Add an exclusion on s390x (#1770256). - -* Wed Jul 24 2019 Fedora Release Engineering - 1.3.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Wed Jun 05 2019 Randy Barlow - 1.3.4-1 -- Update to 1.3.4 (#1706342). -- https://github.com/processone/xmpp/blob/1.3.4/CHANGELOG.md - -* Tue Apr 16 2019 Randy Barlow - 1.3.2-1 -- Update to 1.3.2 (#1667604). -- https://github.com/processone/xmpp/blob/1.3.2/CHANGELOG.md - -* Thu Feb 21 2019 Peter Lemenkov - 1.2.8-3 -- Rebuild for Erlang 21 - -* Thu Jan 31 2019 Fedora Release Engineering - 1.2.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jan 12 2019 Randy Barlow - 1.2.8-1 -- Update to 1.2.8. -- https://github.com/processone/xmpp/blob/1.2.8/CHANGELOG.md diff --git a/sources b/sources deleted file mode 100644 index 0b36ed1..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (xmpp-1.4.9.tar.gz) = 9c66ca3099584ea971f863ab24ccdca070bede63bedbf2fc858df762c27c329d07d3d119f7ced8ffcc1c24acf8874a68ee7372f157e81836e46dba27b057b381