diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 31d871f..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/biboumi-8.3.tar.gz -/biboumi-8.4.tar.gz -/biboumi-8.5.tar.gz diff --git a/Don-t-download-catch-during-build.patch b/Don-t-download-catch-during-build.patch deleted file mode 100644 index c5c3f25..0000000 --- a/Don-t-download-catch-during-build.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 1983388a2f472087bddbafb66f41f5430eeee5cc Mon Sep 17 00:00:00 2001 -From: Jeremy Cline -Date: Fri, 7 Sep 2018 00:52:51 -0400 -Subject: [PATCH] Don't download catch during build - -Signed-off-by: Jeremy Cline ---- - CMakeLists.txt | 21 --------------------- - 1 file changed, 21 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index e217171..251cbae 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -284,27 +284,6 @@ foreach(file ${source_all}) - set_property(SOURCE ${file} APPEND PROPERTY COMPILE_DEFINITIONS __FILENAME__="${shorter_file}") - endforeach() - --# --## Add a rule to download the catch unit test framework --# --include(ExternalProject) --ExternalProject_Add(catch -- GIT_REPOSITORY "https://lab.louiz.org/louiz/Catch.git" -- PREFIX "external" -- UPDATE_COMMAND "" -- CONFIGURE_COMMAND "" -- BUILD_COMMAND "" -- INSTALL_COMMAND "" -- ) --set_target_properties(catch PROPERTIES EXCLUDE_FROM_ALL TRUE) --ExternalProject_Get_Property(catch SOURCE_DIR) --if(NOT EXISTS ${CMAKE_SOURCE_DIR}/tests/catch.hpp) -- target_include_directories(test_suite -- PUBLIC "${SOURCE_DIR}/single_include/" -- ) -- add_dependencies(test_suite catch) --endif() -- - # - ## Add some custom rules to launch the tests - # --- -2.17.1 - diff --git a/README.md b/README.md deleted file mode 100644 index 90c6fb1..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# biboumi - -The biboumi package \ No newline at end of file diff --git a/biboumi.spec b/biboumi.spec deleted file mode 100644 index bbe9940..0000000 --- a/biboumi.spec +++ /dev/null @@ -1,115 +0,0 @@ -Name: biboumi -Version: 8.5 -Release: 8%{?dist} -Summary: An XMPP gateway that connects to IRC servers - -License: zlib -URL: https://lab.louiz.org/louiz/biboumi -Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz -Patch0: Don-t-download-catch-during-build.patch - -BuildRequires: gcc-c++ -BuildRequires: cmake >= 3.0 -BuildRequires: catch-devel -BuildRequires: libuuid-devel -BuildRequires: expat-devel -BuildRequires: libidn-devel -BuildRequires: systemd-devel -BuildRequires: botan2-devel -BuildRequires: sqlite-devel -BuildRequires: udns-devel -BuildRequires: libpq-devel -BuildRequires: pandoc -BuildRequires: systemd-rpm-macros -%{?systemd_requires} - -%description -Biboumi is an XMPP gateway that connects to IRC servers and translates -between the two protocols. It can be used to access IRC channels using any -XMPP client as if these channels were XMPP MUCs. - - -%prep -%autosetup - - -%build -%cmake \ - -DCMAKE_BUILD_TYPE=release \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DPOLLER=EPOLL \ - -DWITH_BOTAN=1 \ - -DWITH_SYSTEMD=1 \ - -DWITH_LIBIDN=1 \ - -DWITH_SQLITE3=1 \ - -DWITH_POSTGRESQL=1 . -%cmake_build - - -%install -%cmake_install - - -%check -ctest -VV %{?_smp_mflags} - - -%post -%systemd_post %{name}.service - -%preun -%systemd_preun %{name}.service - -%postun -%systemd_postun_with_restart %{name}.service - - -%files -%license COPYING -%doc README.rst doc/*.rst -%config(noreplace) %{_sysconfdir}/%{name}/* -%{_sysconfdir}/%{name} -%{_mandir}/man1/%{name}.1* -%{_unitdir}/%{name}.service -%{_bindir}/%{name} - - -%changelog -* Wed Jul 21 2021 Fedora Release Engineering - 8.5-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 8.5-7 -- Rebuilt for updated systemd-rpm-macros - See https://pagure.io/fesco/issue/2583. - -* Mon Feb 08 2021 Pavel Raiskup - 8.5-6 -- rebuild for libpq ABI fix rhbz#1908268 - -* Tue Jan 26 2021 Fedora Release Engineering - 8.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Aug 01 2020 Fedora Release Engineering - 8.5-4 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jul 28 2020 Florent Le Coz - 8.5-3 -- Use cmake_build/install, see https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds#Migration - -* Mon Jul 27 2020 Fedora Release Engineering - 8.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon May 11 2020 Jeremy Cline - 8.5-1 -- Update to v8.5 - -* Tue Jan 28 2020 Fedora Release Engineering - 8.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Jul 24 2019 Fedora Release Engineering - 8.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Apr 21 2019 Jeremy Cline - 8.3-2 -- Add systemd scriptlets -- Own the /etc/biboumi directory - -* Sun Apr 14 2019 Jeremy Cline - 8.3-1 -- Initial package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index fed50b2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (biboumi-8.5.tar.gz) = 5f907bd624821eddd16bedd7053c023a88cdaf0d6b54afe22efb27b008e365d4844010e5d7f51e07cab0e72c857bd06934737bcbd1b36290915af618c5c3e5c2