From af506d4f763c395104b786ce42d0efaa9dec79a5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 16:31:01 +0000 Subject: [PATCH 01/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index 8f47283..1938e29 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -6,7 +6,7 @@ Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -267,6 +267,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %{_pkgdocdir}/ %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 2.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Fri Feb 02 2018 Antonio Trande - 2.4.0-1 - Update to version 2.4.0 From 2f602d121e976c314ef9e5c9b8fc2ce4277604d6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Mar 2018 20:18:50 -0800 Subject: [PATCH 02/32] Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") --- seqan2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index 1938e29..53eedd3 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -6,7 +6,7 @@ Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -267,6 +267,10 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %{_pkgdocdir}/ %changelog +* Wed Mar 07 2018 Adam Williamson - 2.4.0-3 +- Rebuild to fix GCC 8 mis-compilation + See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") + * Fri Feb 09 2018 Fedora Release Engineering - 2.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From a373e749a0397fc067c59b628400cbf7a8a888a6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 05:58:45 +0000 Subject: [PATCH 03/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index 53eedd3..556857f 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -6,7 +6,7 @@ Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -267,6 +267,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %{_pkgdocdir}/ %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 2.4.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Mar 07 2018 Adam Williamson - 2.4.0-3 - Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") From c054a510df8faad014d78784b26be8d191e61f97 Mon Sep 17 00:00:00 2001 From: sagitter Date: Sun, 7 Oct 2018 19:10:55 +0200 Subject: [PATCH 04/32] Undefine ld_as_needed flag --- seqan2.spec | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/seqan2.spec b/seqan2.spec index 556857f..acd0e88 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -1,12 +1,12 @@ -#%%global checkout 8a875d71478a464de5ac3bcf2707f46819285a1f -#%%global date 20180103 +# Default ld_as_needed flag breaks executables linkage +%undefine _ld_as_needed %global with_check 1 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -136,11 +136,7 @@ Provides: seqan-doc = 0:%{version}-%{release} Info files of SeqAn2's apps. %prep -%setup -q -n seqan-seqan-v%{version} - -%patch0 -p0 -%patch1 -p0 -%patch2 -p0 +%autosetup -p0 -n seqan-seqan-v%{version} ## Remove spurious executable permissions for i in `find . -type f \( -name "*.h" -o -name "*.cpp" \)`; do @@ -158,9 +154,7 @@ rm -rf util/py_lib/seqan/dox/tpl/lib/font-awesome/* %build mkdir -p build/library && pushd build/library -SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -Wl,-z,now" -export CXXFLAGS="$SEQAN_OPT_FLAGS" -export LDFLAGS="$RPM_LD_FLAGS -fPIC -Wl,-z,now" +SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" %cmake \ -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SEQAN_OPT_FLAGS -DNDEBUG" \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ @@ -185,9 +179,7 @@ export LDFLAGS="$RPM_LD_FLAGS -fPIC -Wl,-z,now" popd mkdir -p build/Release && pushd build/Release -SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC -Wl,-z,now" -export CXXFLAGS="$SEQAN_OPT_FLAGS" -export LDFLAGS="$RPM_LD_FLAGS -fPIC -Wl,-z,now" +SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" %cmake \ -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SEQAN_OPT_FLAGS -DNDEBUG" \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ @@ -267,15 +259,18 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %{_pkgdocdir}/ %changelog -* Sat Jul 14 2018 Fedora Release Engineering - 2.4.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild +* Sun Oct 07 2018 Antonio Trande - 2.4.0-5 +- Undefine ld_as_needed flag -* Wed Mar 07 2018 Adam Williamson - 2.4.0-3 -- Rebuild to fix GCC 8 mis-compilation - See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") - -* Fri Feb 09 2018 Fedora Release Engineering - 2.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild +-* Sat Jul 14 2018 Fedora Release Engineering - 2.4.0-4 +-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild +- +-* Wed Mar 07 2018 Adam Williamson - 2.4.0-3 +-- Rebuild to fix GCC 8 mis-compilation +- See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") +- +-* Fri Feb 09 2018 Fedora Release Engineering - 2.4.0-2 +-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Feb 02 2018 Antonio Trande - 2.4.0-1 - Update to version 2.4.0 From 4079617837da59c9416df128a05c4b092f84bd64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 15 Oct 2018 23:26:38 +0200 Subject: [PATCH 05/32] Remove build dependency on python2-sphinxcontrib-bibtex So python2-sphinxcontrib-bibtex can be removed from Fedora and unblock a chain of dependencies leading to python2-pyglet --- seqan2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/seqan2.spec b/seqan2.spec index acd0e88..517fabf 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -6,7 +6,7 @@ Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -115,7 +115,6 @@ Summary: SeqAn (2.x.x) documentation # Less and bootstrap files is licensed under ASL 2.0 # jquery-bbq are licensed under LGPLv3+ License: LGPLv3+ and MIT and ASL 2.0 -BuildRequires: python2-sphinxcontrib-bibtex BuildRequires: python2-sphinx BuildRequires: python2-sphinx_rtd_theme Requires: fontawesome-fonts-web @@ -259,6 +258,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %{_pkgdocdir}/ %changelog +* Mon Oct 15 2018 Miro Hrončok - 2.4.0-6 +- Remove build dependency on python2-sphinxcontrib-bibtex + * Sun Oct 07 2018 Antonio Trande - 2.4.0-5 - Undefine ld_as_needed flag From 6d181a1518ba4cbc24c7ec2167aac2662f14686b Mon Sep 17 00:00:00 2001 From: sagitter Date: Thu, 18 Oct 2018 09:56:10 +0200 Subject: [PATCH 06/32] Clean changelog entries --- seqan2.spec | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/seqan2.spec b/seqan2.spec index 517fabf..ffca614 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -80,7 +80,7 @@ Summary: SeqAn (2.x.x) applications License: GPLv3+ and BSD and LGPLv3+ Requires: gawk%{?_isa} -# 'seqan2' is a very recent version of 'seqan' +# 'seqan2' is the most recent version of 'SeqAn' Obsoletes: seqan <= 0:1.4.2 Provides: seqan = 0:%{version}-%{release} @@ -138,9 +138,7 @@ Info files of SeqAn2's apps. %autosetup -p0 -n seqan-seqan-v%{version} ## Remove spurious executable permissions -for i in `find . -type f \( -name "*.h" -o -name "*.cpp" \)`; do -chmod a-x $i -done +find . -perm /755 -type f \( -name "*.cpp" -o -name "*.h" \) -exec chmod -x {} ';' ## Renamed each single license file for appID in `ls apps/ | grep -v CMakeLists`; do @@ -264,15 +262,15 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona * Sun Oct 07 2018 Antonio Trande - 2.4.0-5 - Undefine ld_as_needed flag --* Sat Jul 14 2018 Fedora Release Engineering - 2.4.0-4 --- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild -- --* Wed Mar 07 2018 Adam Williamson - 2.4.0-3 --- Rebuild to fix GCC 8 mis-compilation -- See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") -- --* Fri Feb 09 2018 Fedora Release Engineering - 2.4.0-2 --- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild +* Sat Jul 14 2018 Fedora Release Engineering - 2.4.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Mar 07 2018 Adam Williamson - 2.4.0-3 +- Rebuild to fix GCC 8 mis-compilation + See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") + +* Fri Feb 09 2018 Fedora Release Engineering - 2.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Feb 02 2018 Antonio Trande - 2.4.0-1 - Update to version 2.4.0 From 08005e1a949bdee598f93f7258970939a91ba2a0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 2 Feb 2019 15:12:20 +0000 Subject: [PATCH 07/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index ffca614..3d9124a 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -6,7 +6,7 @@ Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -256,6 +256,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %{_pkgdocdir}/ %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 2.4.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Oct 15 2018 Miro Hrončok - 2.4.0-6 - Remove build dependency on python2-sphinxcontrib-bibtex From 2ee02ec9dfe1953e5a28fc6952421a3d23b6c9a3 Mon Sep 17 00:00:00 2001 From: sagitter Date: Fri, 15 Nov 2019 10:51:08 +0100 Subject: [PATCH 08/32] Switch to Python3 --- seqan2.spec | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/seqan2.spec b/seqan2.spec index 3d9124a..a736a9b 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -6,7 +6,7 @@ Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -28,14 +28,14 @@ BuildRequires: zlib-devel BuildRequires: boost-devel BuildRequires: coin-or-lemon-devel BuildRequires: libstdc++-static -BuildRequires: python2-devel +BuildRequires: python3-devel BuildRequires: java-1.8.0-openjdk-devel ## Test %if 0%{?with_check} -BuildRequires: python2-nose -BuildRequires: python2-pytest -BuildRequires: python2-jinja2 +BuildRequires: python3-nose +BuildRequires: python3-pytest +BuildRequires: python3-jinja2 %endif ## Bundled files exception https://fedorahosted.org/fpc/ticket/174 @@ -115,8 +115,8 @@ Summary: SeqAn (2.x.x) documentation # Less and bootstrap files is licensed under ASL 2.0 # jquery-bbq are licensed under LGPLv3+ License: LGPLv3+ and MIT and ASL 2.0 -BuildRequires: python2-sphinx -BuildRequires: python2-sphinx_rtd_theme +BuildRequires: python3-sphinx +BuildRequires: python3-sphinx_rtd_theme Requires: fontawesome-fonts-web BuildArch: noarch @@ -167,7 +167,7 @@ SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -DZLIB_INCLUDE_DIR:PATH=%{_includedir} -DZLIB_LIBRARY:FILEPATH=%{_libdir}/libz.so \ -DBZIP2_INCLUDE_DIR:PATH=%{_includedir} -DBZIP2_LIBRARY:FILEPATH=%{_libdir}/libbz2.so \ -DLEMON_INCLUDE_DIR:PATH=%{_includedir} -DLEMON_LIBRARY:FILEPATH=%{_libdir}/libemon.so \ - -DBoost_INCLUDE_DIR:PATH=%{_includedir} -DPYTHON_EXECUTABLE:FILEPATH=%{__python2} \ + -DBoost_INCLUDE_DIR:PATH=%{_includedir} -DPYTHON_EXECUTABLE:FILEPATH=%{__python3} \ -DSPHINX_EXECUTABLE:FILEPATH=%{_bindir}/sphinx-build \ -DSPHINX_MAN_OUTPUT:BOOL=ON \ -DSPHINX_TEXT_OUTPUT:BOOL=ON \ @@ -192,7 +192,7 @@ SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -DZLIB_INCLUDE_DIR:PATH=%{_includedir} -DZLIB_LIBRARY:FILEPATH=%{_libdir}/libz.so \ -DBZIP2_INCLUDE_DIR:PATH=%{_includedir} -DBZIP2_LIBRARY:FILEPATH=%{_libdir}/libbz2.so \ -DLEMON_INCLUDE_DIR:PATH=%{_includedir} -DLEMON_LIBRARY:FILEPATH=%{_libdir}/libemon.so \ - -DBoost_INCLUDE_DIR:PATH=%{_includedir} -DPYTHON_EXECUTABLE:FILEPATH=%{__python2} \ + -DBoost_INCLUDE_DIR:PATH=%{_includedir} -DPYTHON_EXECUTABLE:FILEPATH=%{__python3} \ -DYARA_LARGE_CONTIGS:BOOL=OFF \ -DSPHINX_EXECUTABLE:FILEPATH=%{_bindir}/sphinx-build \ -DSPHINX_MAN_OUTPUT:BOOL=ON \ @@ -256,6 +256,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %{_pkgdocdir}/ %changelog +* Fri Nov 15 2018 Antonio Trande - 2.4.0-8 +- Switch to Python3 + * Sat Feb 02 2019 Fedora Release Engineering - 2.4.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From fabdf68bfb751bab83d3b2ffe51116b62402864b Mon Sep 17 00:00:00 2001 From: sagitter Date: Fri, 15 Nov 2019 11:14:17 +0100 Subject: [PATCH 09/32] Fix Changelog --- seqan2.spec | 64 ++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/seqan2.spec b/seqan2.spec index a736a9b..e5dbeef 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -256,7 +256,7 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %{_pkgdocdir}/ %changelog -* Fri Nov 15 2018 Antonio Trande - 2.4.0-8 +* Fri Nov 15 2019 Antonio Trande - 2.4.0-8 - Switch to Python3 * Sat Feb 02 2019 Fedora Release Engineering - 2.4.0-7 @@ -265,7 +265,7 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona * Mon Oct 15 2018 Miro Hrončok - 2.4.0-6 - Remove build dependency on python2-sphinxcontrib-bibtex -* Sun Oct 07 2018 Antonio Trande - 2.4.0-5 +* Sun Oct 07 2018 Antonio Trande - 2.4.0-5 - Undefine ld_as_needed flag * Sat Jul 14 2018 Fedora Release Engineering - 2.4.0-4 @@ -278,36 +278,36 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona * Fri Feb 09 2018 Fedora Release Engineering - 2.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild -* Fri Feb 02 2018 Antonio Trande - 2.4.0-1 +* Fri Feb 02 2018 Antonio Trande - 2.4.0-1 - Update to version 2.4.0 -* Wed Jan 17 2018 Antonio Trande - 2.4.0-0.4.20180103git8a875d +* Wed Jan 17 2018 Antonio Trande - 2.4.0-0.4.20180103git8a875d - Fix dependencies -* Tue Jan 16 2018 Antonio Trande - 2.4.0-0.3.20180103git8a875d +* Tue Jan 16 2018 Antonio Trande - 2.4.0-0.3.20180103git8a875d - Split off applications in a single sub-package - Devel rpm renamed seqan-headers -* Sat Jan 13 2018 Antonio Trande - 2.4.0-0.2.20180103git8a875d +* Sat Jan 13 2018 Antonio Trande - 2.4.0-0.2.20180103git8a875d - plot.awk/ps2pswLinks.gawk installed in a private share datadir - plot.awk/ps2pswLinks.gawk symliked in '_bindir' - Renamed each single license file -* Wed Jan 10 2018 Antonio Trande - 2.4.0-0.1.20180103git8a875d +* Wed Jan 10 2018 Antonio Trande - 2.4.0-0.1.20180103git8a875d - Pre-released as seqan-2.4.0 - Add gcc-c++ BR - Remove unnecessary R files - Unbundle font-awesome - Apps/libraries licensing commented -* Mon Jan 08 2018 Antonio Trande - 2.3.2-3.20180103git8a875d +* Mon Jan 08 2018 Antonio Trande - 2.3.2-3.20180103git8a875d - Documentation still disabled -* Wed Jan 03 2018 Antonio Trande - 2.3.2-2.20180103git8a875d +* Wed Jan 03 2018 Antonio Trande - 2.3.2-2.20180103git8a875d - Build devel commit #8a875d - Add manually -DNDEBUG flag -* Wed Sep 20 2017 Antonio Trande - 2.3.2-1 +* Wed Sep 20 2017 Antonio Trande - 2.3.2-1 - Update to 2.3.2 * Thu Aug 03 2017 Fedora Release Engineering - 1.4.2-33 @@ -331,13 +331,13 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona * Fri Jan 27 2017 Jonathan Wakely - 1.4.2-27 - Rebuilt for Boost 1.63 -* Sat Nov 12 2016 Antonio Trande - 1.4.2-26 +* Sat Nov 12 2016 Antonio Trande - 1.4.2-26 - Skip tests on s390 and ppc -* Sat Nov 12 2016 Antonio Trande - 1.4.2-25 +* Sat Nov 12 2016 Antonio Trande - 1.4.2-25 - Skip failed tests -* Sat Feb 20 2016 Antonio Trande - 1.4.2-24 +* Sat Feb 20 2016 Antonio Trande - 1.4.2-24 - Fixed compiler/linker flags * Thu Feb 04 2016 Fedora Release Engineering - 1.4.2-23 @@ -346,10 +346,10 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona * Fri Jan 15 2016 Jonathan Wakely - 1.4.2-22 - Rebuilt for Boost 1.60 -* Wed Oct 21 2015 Antonio Trande - 1.4.2-21 +* Wed Oct 21 2015 Antonio Trande - 1.4.2-21 - Actived hardened build -* Tue Oct 13 2015 Antonio Trande - 1.4.2-20 +* Tue Oct 13 2015 Antonio Trande - 1.4.2-20 - Rebuilt for cmake 3.4.0 - Used %%license @@ -359,28 +359,28 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona * Wed Jul 29 2015 Fedora Release Engineering - 1.4.2-18 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 -* Sat Jul 18 2015 Antonio Trande - 1.4.2-17 +* Sat Jul 18 2015 Antonio Trande - 1.4.2-17 - Parallel make always disabled -* Sat Jul 18 2015 Antonio Trande - 1.4.2-16 +* Sat Jul 18 2015 Antonio Trande - 1.4.2-16 - Rebuild for Boost upgrade to 1.58.0 * Fri Jun 19 2015 Fedora Release Engineering - 1.4.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild -* Fri May 15 2015 Antonio Trande - 1.4.2-14 +* Fri May 15 2015 Antonio Trande - 1.4.2-14 - Reduce optimization to -O0 (cc1plus error persists) -* Fri May 15 2015 Antonio Trande - 1.4.2-13 +* Fri May 15 2015 Antonio Trande - 1.4.2-13 - SPEC cleanups -* Fri May 15 2015 Antonio Trande - 1.4.2-12 +* Fri May 15 2015 Antonio Trande - 1.4.2-12 - Removed -pipe flag because of cc1plus error on ARMs -* Thu May 14 2015 Antonio Trande - 1.4.2-11 +* Thu May 14 2015 Antonio Trande - 1.4.2-11 - Set job=1 to Make on ARMs aarch64 ppc64 ppc64le -* Thu May 14 2015 Antonio Trande - 1.4.2-10 +* Thu May 14 2015 Antonio Trande - 1.4.2-10 - Downgrading to 1.4.2 - Excluded s390 s390x arches - Excluded bstools_test on ARMs aarch64 ppc64 ppc64le @@ -388,31 +388,31 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona * Mon Jan 26 2015 Petr Machata - 1.4.2-9 - Rebuild for boost 1.57.0 -* Tue Dec 02 2014 Antonio Trande - 1.4.2-8 +* Tue Dec 02 2014 Antonio Trande - 1.4.2-8 - Excluded bs_tools test on ARM -* Mon Dec 01 2014 Antonio Trande - 1.4.2-7 +* Mon Dec 01 2014 Antonio Trande - 1.4.2-7 - Parallel tests not performed on ARM -* Mon Dec 01 2014 Antonio Trande - 1.4.2-6 +* Mon Dec 01 2014 Antonio Trande - 1.4.2-6 - DBUILD_SHARED_LIBS boolean disabled - Test enabled -* Tue Nov 25 2014 Antonio Trande - 1.4.2-5 +* Tue Nov 25 2014 Antonio Trande - 1.4.2-5 - Parallel make excluded on ARM arch -* Tue Nov 25 2014 Antonio Trande - 1.4.2-4 +* Tue Nov 25 2014 Antonio Trande - 1.4.2-4 - Tests disabled temporarily -* Sat Nov 22 2014 Antonio Trande - 1.4.2-3 +* Sat Nov 22 2014 Antonio Trande - 1.4.2-3 - Packaged private libraries - Performed tests - Splazers and fiona tests excluded -* Sat Nov 22 2014 Antonio Trande - 1.4.2-2 +* Sat Nov 22 2014 Antonio Trande - 1.4.2-2 - Parallel make excluded on ARM arch -* Fri Nov 21 2014 Antonio Trande - 1.4.2-1 +* Fri Nov 21 2014 Antonio Trande - 1.4.2-1 - Update to 1.4.2 - Fixed cmake compiler flags - Fixed declaration of multiple license @@ -421,11 +421,11 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona * Mon Aug 18 2014 Fedora Release Engineering - 1.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild -* Sat Jun 14 2014 Antonio Trande 1.4.1-2 +* Sat Jun 14 2014 Antonio Trande 1.4.1-2 - Added 'Provides:bundled(gnulib)' - Changed find command for executable permissions fixing - Use %%make_install - Fixed wrong-file-end-of-line-encoding warnings -* Wed Jun 11 2014 Antonio Trande 1.4.1-1 +* Wed Jun 11 2014 Antonio Trande 1.4.1-1 - First package From bf573bb95581a05b3ba13217e9225d7a6c9fa2aa Mon Sep 17 00:00:00 2001 From: sagitter Date: Fri, 15 Nov 2019 12:54:55 +0100 Subject: [PATCH 10/32] Disable documentation build --- seqan2.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/seqan2.spec b/seqan2.spec index e5dbeef..9fc0e98 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -3,6 +3,10 @@ %global with_check 1 +# Documentation needs Python2 to be built +%global with_doc 0 +Obsoletes: seqan2-doc < 0:2.4.0-8 + Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 @@ -108,6 +112,7 @@ Requires: %{name}-apps%{?_isa} = %{version}-%{release} %description examples Testing files of SeqAn2's apps. +%if 0%{?with_doc} %package doc Summary: SeqAn (2.x.x) documentation @@ -133,6 +138,7 @@ Obsoletes: seqan-doc <= 0:1.4.2 Provides: seqan-doc = 0:%{version}-%{release} %description doc Info files of SeqAn2's apps. +%endif %prep %autosetup -p0 -n seqan-seqan-v%{version} @@ -205,10 +211,12 @@ make -O -j1 %make_install -C build/Release # Unbundle font-awesome fonts +%if 0%{?with_doc} ln -s %{_datadir}/font-awesome/scss %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/scss ln -s %{_datadir}/font-awesome/css %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/css ln -s %{_datadir}/font-awesome/fonts %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/fonts ln -s %{_datadir}/font-awesome/less %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/less +%endif ## Fix executable permissions chmod a+x %{buildroot}%{_bindir}/* @@ -250,14 +258,17 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %{_libexecdir}/%{name}/ %exclude %{_libexecdir}/%{name}/examples/*/LICENSE +%if 0%{?with_doc} %files doc %license LICENSE %doc README.rst CHANGELOG.rst %{_pkgdocdir}/ +%endif %changelog * Fri Nov 15 2019 Antonio Trande - 2.4.0-8 - Switch to Python3 +- Disable documentation build * Sat Feb 02 2019 Fedora Release Engineering - 2.4.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From cf2b301440dd50f0f54802317a5d5a12339ac5ca Mon Sep 17 00:00:00 2001 From: sagitter Date: Fri, 15 Nov 2019 14:14:05 +0100 Subject: [PATCH 11/32] Disable check --- seqan2.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index 9fc0e98..58148d3 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -1,7 +1,8 @@ # Default ld_as_needed flag breaks executables linkage %undefine _ld_as_needed -%global with_check 1 +# Tests need Python2 to be executed +%global with_check 0 # Documentation needs Python2 to be built %global with_doc 0 @@ -269,6 +270,7 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona * Fri Nov 15 2019 Antonio Trande - 2.4.0-8 - Switch to Python3 - Disable documentation build +- Disable check * Sat Feb 02 2019 Fedora Release Engineering - 2.4.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 4886a2405afc9064af7fb1aa1e27dee26f56c5b4 Mon Sep 17 00:00:00 2001 From: sagitter Date: Fri, 15 Nov 2019 15:53:32 +0100 Subject: [PATCH 12/32] Fix doc installation --- seqan2.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seqan2.spec b/seqan2.spec index 58148d3..fd12da0 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -229,6 +229,8 @@ ln -s %{_datadir}/%{name}/pdf_plot_helper/ps2pswLinks.gawk %{buildroot}%{_bindir ## Remove unnecessary files rm -rf %{buildroot}%{_libexecdir}/seqan2/examples/ngs_roi/R rm -f %{buildroot}%{_datadir}/doc/seqan2/LICENSE +rm -f %{buildroot}%{_datadir}/doc/seqan2/CHANGELOG.rst +rm -f %{buildroot}%{_datadir}/doc/seqan2/README.rst %if 0%{?with_check} %check From 2d3d8a11789f71c66321750c80a752b27217ebee Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 23:14:29 +0000 Subject: [PATCH 13/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index fd12da0..1def1ae 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -11,7 +11,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -269,6 +269,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 2.4.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Fri Nov 15 2019 Antonio Trande - 2.4.0-8 - Switch to Python3 - Disable documentation build From 36cb23e277e6b25e99accb24bcdaa1dec0d30f79 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 10:33:06 +0000 Subject: [PATCH 14/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index 1def1ae..c97453e 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -11,7 +11,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -269,6 +269,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 2.4.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jan 30 2020 Fedora Release Engineering - 2.4.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 3f2ab0c197cd49f4ba6c4cf70f2a564f0e7d01a4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 1 Aug 2020 09:01:40 +0000 Subject: [PATCH 15/32] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- seqan2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index c97453e..18d6920 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -11,7 +11,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 10%{?dist} +Release: 11%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -269,6 +269,10 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Sat Aug 01 2020 Fedora Release Engineering - 2.4.0-11 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 2.4.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From a3477f4ed3c81346ad4de82ce283007526d45e3a Mon Sep 17 00:00:00 2001 From: sagitter Date: Wed, 5 Aug 2020 12:01:10 +0200 Subject: [PATCH 16/32] Enable __cmake_in_source_build --- seqan2.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seqan2.spec b/seqan2.spec index 18d6920..ddaecd9 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -1,3 +1,5 @@ +%global __cmake_in_source_build 1 + # Default ld_as_needed flag breaks executables linkage %undefine _ld_as_needed From fac8376b162173ddc07f83414b1530681923ee06 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 21:22:50 +0000 Subject: [PATCH 17/32] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- seqan2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/seqan2.spec b/seqan2.spec index ddaecd9..0962141 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -27,6 +27,7 @@ Patch1: %{name}-set_config_filepath.patch # Set paths of plot.awk and ps2pswLinks.gawk files Patch2: %{name}-set_awk_installation.patch +BuildRequires: make BuildRequires: qt4-devel BuildRequires: cmake, gcc-c++ BuildRequires: llvm-devel From dc13fc0d0eafa405c68ecaa245605b2a3f30e2bf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 20:13:16 +0000 Subject: [PATCH 18/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index 0962141..c99cf10 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -13,7 +13,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 11%{?dist} +Release: 12%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -272,6 +272,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.4.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Aug 01 2020 Fedora Release Engineering - 2.4.0-11 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 4fc26973c453cf50daf514bf9c6661bdf9f41b04 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 30 Mar 2021 19:39:59 +0100 Subject: [PATCH 19/32] Rebuilt for removed libstdc++ symbol (#1937698) --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index c99cf10..54fc68b 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -13,7 +13,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 12%{?dist} +Release: 13%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -272,6 +272,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Tue Mar 30 2021 Jonathan Wakely - 2.4.0-13 +- Rebuilt for removed libstdc++ symbol (#1937698) + * Wed Jan 27 2021 Fedora Release Engineering - 2.4.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From cd41072c09cf98a721d98291d4dec08ad87a606a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 17:22:31 +0000 Subject: [PATCH 20/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index 54fc68b..3208117 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -13,7 +13,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 13%{?dist} +Release: 14%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -272,6 +272,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 2.4.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Mar 30 2021 Jonathan Wakely - 2.4.0-13 - Rebuilt for removed libstdc++ symbol (#1937698) From 5abb072ff4dd0a152a04f5880e3af89e2b80c638 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 00:41:25 +0000 Subject: [PATCH 21/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index 3208117..e8cd7cf 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -13,7 +13,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 14%{?dist} +Release: 15%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -272,6 +272,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 2.4.0-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 2.4.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 17112d177ef2bfe7ee1b741dd6ca87b6839b98e6 Mon Sep 17 00:00:00 2001 From: Jiri Date: Sun, 6 Feb 2022 00:10:43 +0100 Subject: [PATCH 22/32] Rebuilt for java-17-openjdk as system jdk https://fedoraproject.org/wiki/Changes/Java17 --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index e8cd7cf..bb2c5cc 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -13,7 +13,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 15%{?dist} +Release: 16%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -272,6 +272,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Sat Feb 05 2022 Jiri Vanek - 2.4.0-16 +- Rebuilt for java-17-openjdk as system jdk + * Sat Jan 22 2022 Fedora Release Engineering - 2.4.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 45e88412b4f5fbd2f3e128c6eb81321437f66bba Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Sun, 10 Jul 2022 20:19:08 +0200 Subject: [PATCH 23/32] Drop Java dependency (rhbz#2104101) --- seqan2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/seqan2.spec b/seqan2.spec index bb2c5cc..0b1049a 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -13,7 +13,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 16%{?dist} +Release: 17%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -37,7 +37,6 @@ BuildRequires: boost-devel BuildRequires: coin-or-lemon-devel BuildRequires: libstdc++-static BuildRequires: python3-devel -BuildRequires: java-1.8.0-openjdk-devel ## Test %if 0%{?with_check} @@ -272,6 +271,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Sun Jul 10 2022 Antonio Trande - 2.4.0-17 +- Drop Java dependency (rhbz#2104101) + * Sat Feb 05 2022 Jiri Vanek - 2.4.0-16 - Rebuilt for java-17-openjdk as system jdk From 52aa3cd5b8f766911510049dd656ef7c5289094f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 08:23:03 +0000 Subject: [PATCH 24/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index 0b1049a..4498f02 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -13,7 +13,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 17%{?dist} +Release: 18%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -271,6 +271,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 2.4.0-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sun Jul 10 2022 Antonio Trande - 2.4.0-17 - Drop Java dependency (rhbz#2104101) From a719a19f10c9548c5524e59d98fe4aa54b0c402a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 03:00:37 +0000 Subject: [PATCH 25/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index 4498f02..856e2b2 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -13,7 +13,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 18%{?dist} +Release: 19%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -271,6 +271,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 2.4.0-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 2.4.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 583e22b2efcc3c3968567dbfc0ebfbe5e489cebc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 01:25:32 +0000 Subject: [PATCH 26/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index 856e2b2..5078772 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -13,7 +13,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 19%{?dist} +Release: 20%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -271,6 +271,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 2.4.0-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 2.4.0-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From d8402e87f8f0dc00d862fe2dc15e2d82289242fe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 02:35:31 +0000 Subject: [PATCH 27/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- seqan2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/seqan2.spec b/seqan2.spec index 5078772..953b046 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -13,7 +13,7 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 20%{?dist} +Release: 21%{?dist} License: BSD URL: http://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz @@ -271,6 +271,9 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 2.4.0-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 2.4.0-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 0e48e9628af5463dda0f6c6a519cad9c5acd69e9 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 29 Jan 2024 20:05:40 -0700 Subject: [PATCH 28/32] Remove unused dependency on coin-or-lemon Other changes: - Convert License fields to SPDX - Stop building for 32-bit x86 - Depend on fontawesome4 for F39+, not fontawesome - The headers subpackage needs bzip2-devel and zlib-devel - Fix a few typos --- seqan2.spec | 47 +++++++++++++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 18 deletions(-) diff --git a/seqan2.spec b/seqan2.spec index 953b046..4b12d7a 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -1,8 +1,5 @@ %global __cmake_in_source_build 1 -# Default ld_as_needed flag breaks executables linkage -%undefine _ld_as_needed - # Tests need Python2 to be executed %global with_check 0 @@ -13,9 +10,9 @@ Obsoletes: seqan2-doc < 0:2.4.0-8 Name: seqan2 Summary: C++ library of efficient algorithms and data structures Version: 2.4.0 -Release: 21%{?dist} -License: BSD -URL: http://www.seqan.de/ +Release: 22%{?dist} +License: BSD-3-Clause +URL: https://www.seqan.de/ Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz # Disable automatic stripping on no-DEVELOP seqan build systems @@ -27,6 +24,9 @@ Patch1: %{name}-set_config_filepath.patch # Set paths of plot.awk and ps2pswLinks.gawk files Patch2: %{name}-set_awk_installation.patch +# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + BuildRequires: make BuildRequires: qt4-devel BuildRequires: cmake, gcc-c++ @@ -34,7 +34,6 @@ BuildRequires: llvm-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel BuildRequires: boost-devel -BuildRequires: coin-or-lemon-devel BuildRequires: libstdc++-static BuildRequires: python3-devel @@ -67,7 +66,7 @@ As such, it contains algorithms and data structures for %package apps Summary: SeqAn (2.x.x) applications -## Seqan apps are licenses under BSD and GPLv3+ and LGPLv3+. +## Seqan apps are licensed under BSD and GPLv3+ and LGPLv3+. # # BSD (3-clauses): alf, bs_tools, fiona, fx_tools, gustaf # insegt, mason2, ngs_roi, param_chooser, rabema, razers3 @@ -84,7 +83,7 @@ Summary: SeqAn (2.x.x) applications # LGPLv3 gives you permission to relicense the code under GPLv3 # BSD (3-clauses) is compatible with GPLv3 # We can use a collective license: -License: GPLv3+ and BSD and LGPLv3+ +License: GPL-3.0-or-later AND BSD-3-Clause AND LGPL-3.0-or-later Requires: gawk%{?_isa} # 'seqan2' is the most recent version of 'SeqAn' @@ -101,13 +100,15 @@ Summary: SeqAn (2.x.x) headers only files # basic/boost*.h libraries are distributed under Boost # bam_io/bam_index_bai.h is distributed under MIT # Although Boost, zlib, MIT are GPL compatible, they're all tagged anyway -License: GPLv3+ and BSD and MIT and LGPLv3+ and zlib and Boost +License: GPL-3.0-or-later AND BSD-3-Clause AND MIT AND LGPL-3.0-or-later AND Zlib AND BSL-1.0 +Requires: bzip2-devel%{?_isa} +Requires: zlib-devel%{?_isa} Provides: bundled(bzip2stream) Provides: bundled(zipstream) %description headers -C headers files of SeqAn, including pkconfig and CMake configuration files. +C headers files of SeqAn, including pkgconfig and CMake configuration files. %package examples Summary: SeqAn (2.x.x) examples @@ -122,10 +123,14 @@ Summary: SeqAn (2.x.x) documentation # 3L is licensed under MIT # Less and bootstrap files is licensed under ASL 2.0 # jquery-bbq are licensed under LGPLv3+ -License: LGPLv3+ and MIT and ASL 2.0 +License: LGPL-3.0-or-later AND MIT AND Apache-2.0 BuildRequires: python3-sphinx BuildRequires: python3-sphinx_rtd_theme +%if 0%{?fedora} > 38 +Requires: fontawesome4-fonts-web +%else Requires: fontawesome-fonts-web +%endif BuildArch: noarch # https://github.com/mateuszkocz/3l @@ -175,7 +180,6 @@ SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -DSEQAN_DISABLE_VERSION_CHECK:BOOL=ON \ -DZLIB_INCLUDE_DIR:PATH=%{_includedir} -DZLIB_LIBRARY:FILEPATH=%{_libdir}/libz.so \ -DBZIP2_INCLUDE_DIR:PATH=%{_includedir} -DBZIP2_LIBRARY:FILEPATH=%{_libdir}/libbz2.so \ - -DLEMON_INCLUDE_DIR:PATH=%{_includedir} -DLEMON_LIBRARY:FILEPATH=%{_libdir}/libemon.so \ -DBoost_INCLUDE_DIR:PATH=%{_includedir} -DPYTHON_EXECUTABLE:FILEPATH=%{__python3} \ -DSPHINX_EXECUTABLE:FILEPATH=%{_bindir}/sphinx-build \ -DSPHINX_MAN_OUTPUT:BOOL=ON \ @@ -200,7 +204,6 @@ SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -DSEQAN_DISABLE_VERSION_CHECK:BOOL=ON \ -DZLIB_INCLUDE_DIR:PATH=%{_includedir} -DZLIB_LIBRARY:FILEPATH=%{_libdir}/libz.so \ -DBZIP2_INCLUDE_DIR:PATH=%{_includedir} -DBZIP2_LIBRARY:FILEPATH=%{_libdir}/libbz2.so \ - -DLEMON_INCLUDE_DIR:PATH=%{_includedir} -DLEMON_LIBRARY:FILEPATH=%{_libdir}/libemon.so \ -DBoost_INCLUDE_DIR:PATH=%{_includedir} -DPYTHON_EXECUTABLE:FILEPATH=%{__python3} \ -DYARA_LARGE_CONTIGS:BOOL=OFF \ -DSPHINX_EXECUTABLE:FILEPATH=%{_bindir}/sphinx-build \ @@ -215,10 +218,10 @@ make -O -j1 # Unbundle font-awesome fonts %if 0%{?with_doc} -ln -s %{_datadir}/font-awesome/scss %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/scss -ln -s %{_datadir}/font-awesome/css %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/css -ln -s %{_datadir}/font-awesome/fonts %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/fonts -ln -s %{_datadir}/font-awesome/less %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/less +ln -s %{_datadir}/font-awesome-web/scss %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/scss +ln -s %{_datadir}/font-awesome-web/css %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/css +ln -s %{_datadir}/fonts/fontawesome %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/fonts +ln -s %{_datadir}/font-awesome-web/less %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/less %endif ## Fix executable permissions @@ -271,6 +274,14 @@ ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona %endif %changelog +* Mon Jan 29 2024 Jerry James - 2.4.0-22 +- Remove unused dependency on coin-or-lemon +- Convert License fields to SPDX +- Stop building for 32-bit x86 +- Depend on fontawesome4 for F39+, not fontawesome +- The headers subpackage needs bzip2-devel and zlib-devel +- Fix a few typos + * Sat Jan 27 2024 Fedora Release Engineering - 2.4.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 5217bd164657c19ead20d2e02cb9afc1282915fa Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Tue, 30 Jan 2024 19:00:11 +0100 Subject: [PATCH 29/32] Change CMake commands --- seqan2.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/seqan2.spec b/seqan2.spec index 4b12d7a..052a24d 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -1,5 +1,3 @@ -%global __cmake_in_source_build 1 - # Tests need Python2 to be executed %global with_check 0 @@ -93,6 +91,7 @@ Provides: seqan = 0:%{version}-%{release} %description apps All SeqAn applications. + %package headers Summary: SeqAn (2.x.x) headers only files @@ -110,6 +109,7 @@ Provides: bundled(zipstream) %description headers C headers files of SeqAn, including pkgconfig and CMake configuration files. + %package examples Summary: SeqAn (2.x.x) examples Requires: %{name}-apps%{?_isa} = %{version}-%{release} @@ -164,9 +164,9 @@ cp -p apps/rabema/COPYING apps/rabema/rabema-COPYING rm -rf util/py_lib/seqan/dox/tpl/lib/font-awesome/* %build -mkdir -p build/library && pushd build/library +mkdir -p build/library SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -%cmake \ +%cmake -S ./ -B build/library \ -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SEQAN_OPT_FLAGS -DNDEBUG" \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ -DCMAKE_INSTALL_DOCDIR:STRING=share/doc/%{name} \ @@ -184,13 +184,13 @@ SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -DSPHINX_EXECUTABLE:FILEPATH=%{_bindir}/sphinx-build \ -DSPHINX_MAN_OUTPUT:BOOL=ON \ -DSPHINX_TEXT_OUTPUT:BOOL=ON \ - -DYARA_LARGE_CONTIGS:BOOL=OFF ../.. + -DYARA_LARGE_CONTIGS:BOOL=OFF %make_build popd -mkdir -p build/Release && pushd build/Release +mkdir -p build/Release SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -%cmake \ +%cmake -S ./ -B build/Release \ -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SEQAN_OPT_FLAGS -DNDEBUG" \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ -DCMAKE_INSTALL_DOCDIR:STRING=share/doc/%{name} \ @@ -208,7 +208,7 @@ SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -DYARA_LARGE_CONTIGS:BOOL=OFF \ -DSPHINX_EXECUTABLE:FILEPATH=%{_bindir}/sphinx-build \ -DSPHINX_MAN_OUTPUT:BOOL=ON \ - -DSPHINX_TEXT_OUTPUT:BOOL=ON ../.. + -DSPHINX_TEXT_OUTPUT:BOOL=ON # Disable parallel Make jobs to prevent compiler errors make -O -j1 From fe3bf7292c4b6709ce364d0050e3d4860528bd27 Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Tue, 30 Jan 2024 19:56:17 +0100 Subject: [PATCH 30/32] Fix CMake commands --- seqan2.spec | 43 ++++--------------------------------------- 1 file changed, 4 insertions(+), 39 deletions(-) diff --git a/seqan2.spec b/seqan2.spec index 052a24d..8ccf6df 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -63,28 +63,21 @@ As such, it contains algorithms and data structures for %package apps Summary: SeqAn (2.x.x) applications - ## Seqan apps are licensed under BSD and GPLv3+ and LGPLv3+. -# # BSD (3-clauses): alf, bs_tools, fiona, fx_tools, gustaf # insegt, mason2, ngs_roi, param_chooser, rabema, razers3 # sak, sam2matrix, samcat, searchjoin, seqcons2, yara # ngs_roi, pair_align, ngs_roi. -# # GPLv3+: rabema. -# # LGPLv3+: dfi, insegt, micro_razers, pair_align # param_chooser, razers, razers3, rep_sep, sak # seqan_tcoffee, sgip, snp_store, splazers, stellar # tree_recon. -## # LGPLv3 gives you permission to relicense the code under GPLv3 # BSD (3-clauses) is compatible with GPLv3 # We can use a collective license: License: GPL-3.0-or-later AND BSD-3-Clause AND LGPL-3.0-or-later Requires: gawk%{?_isa} - -# 'seqan2' is the most recent version of 'SeqAn' Obsoletes: seqan <= 0:1.4.2 Provides: seqan = 0:%{version}-%{release} @@ -164,33 +157,8 @@ cp -p apps/rabema/COPYING apps/rabema/rabema-COPYING rm -rf util/py_lib/seqan/dox/tpl/lib/font-awesome/* %build -mkdir -p build/library SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -%cmake -S ./ -B build/library \ - -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SEQAN_OPT_FLAGS -DNDEBUG" \ - -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ - -DCMAKE_INSTALL_DOCDIR:STRING=share/doc/%{name} \ - -DCMAKE_INSTALL_INCLUDEDIR:PATH=include/%{name} \ - -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \ - -DSHARE_INSTALL_PREFIX:PATH=%{_datadir} \ - -DBUILD_SHARED_LIBS:BOOL=OFF \ - -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES \ - -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \ - -DSEQAN_BUILD_SYSTEM:STRING=SEQAN_RELEASE_LIBRARY \ - -DSEQAN_DISABLE_VERSION_CHECK:BOOL=ON \ - -DZLIB_INCLUDE_DIR:PATH=%{_includedir} -DZLIB_LIBRARY:FILEPATH=%{_libdir}/libz.so \ - -DBZIP2_INCLUDE_DIR:PATH=%{_includedir} -DBZIP2_LIBRARY:FILEPATH=%{_libdir}/libbz2.so \ - -DBoost_INCLUDE_DIR:PATH=%{_includedir} -DPYTHON_EXECUTABLE:FILEPATH=%{__python3} \ - -DSPHINX_EXECUTABLE:FILEPATH=%{_bindir}/sphinx-build \ - -DSPHINX_MAN_OUTPUT:BOOL=ON \ - -DSPHINX_TEXT_OUTPUT:BOOL=ON \ - -DYARA_LARGE_CONTIGS:BOOL=OFF -%make_build -popd - -mkdir -p build/Release -SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -%cmake -S ./ -B build/Release \ +%cmake -Wno-dev \ -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SEQAN_OPT_FLAGS -DNDEBUG" \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ -DCMAKE_INSTALL_DOCDIR:STRING=share/doc/%{name} \ @@ -209,12 +177,10 @@ SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -DSPHINX_EXECUTABLE:FILEPATH=%{_bindir}/sphinx-build \ -DSPHINX_MAN_OUTPUT:BOOL=ON \ -DSPHINX_TEXT_OUTPUT:BOOL=ON -# Disable parallel Make jobs to prevent compiler errors -make -O -j1 +%cmake_build %install -%make_install -C build/library -%make_install -C build/Release +%cmake_install # Unbundle font-awesome fonts %if 0%{?with_doc} @@ -239,8 +205,7 @@ rm -f %{buildroot}%{_datadir}/doc/seqan2/README.rst %if 0%{?with_check} %check -pushd build/Release -ctest --force-new-ctest-process -VV --parallel %{?_smp_mflags} -E app_test_fiona +%ctest -- -E app_test_fiona %endif %files apps From d81a07ca64a8dd478443a99bdaf4d93f4e0967e7 Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Tue, 30 Jan 2024 21:03:03 +0100 Subject: [PATCH 31/32] Switch back to old CMake style --- seqan2.spec | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/seqan2.spec b/seqan2.spec index 8ccf6df..1c59c8a 100644 --- a/seqan2.spec +++ b/seqan2.spec @@ -1,3 +1,5 @@ +%global __cmake_in_source_build 1 + # Tests need Python2 to be executed %global with_check 0 @@ -157,8 +159,33 @@ cp -p apps/rabema/COPYING apps/rabema/rabema-COPYING rm -rf util/py_lib/seqan/dox/tpl/lib/font-awesome/* %build +mkdir -p build/library && pushd build/library SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -%cmake -Wno-dev \ +%cmake \ + -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SEQAN_OPT_FLAGS -DNDEBUG" \ + -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ + -DCMAKE_INSTALL_DOCDIR:STRING=share/doc/%{name} \ + -DCMAKE_INSTALL_INCLUDEDIR:PATH=include/%{name} \ + -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \ + -DSHARE_INSTALL_PREFIX:PATH=%{_datadir} \ + -DBUILD_SHARED_LIBS:BOOL=OFF \ + -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES \ + -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \ + -DSEQAN_BUILD_SYSTEM:STRING=SEQAN_RELEASE_LIBRARY \ + -DSEQAN_DISABLE_VERSION_CHECK:BOOL=ON \ + -DZLIB_INCLUDE_DIR:PATH=%{_includedir} -DZLIB_LIBRARY:FILEPATH=%{_libdir}/libz.so \ + -DBZIP2_INCLUDE_DIR:PATH=%{_includedir} -DBZIP2_LIBRARY:FILEPATH=%{_libdir}/libbz2.so \ + -DBoost_INCLUDE_DIR:PATH=%{_includedir} -DPYTHON_EXECUTABLE:FILEPATH=%{__python3} \ + -DSPHINX_EXECUTABLE:FILEPATH=%{_bindir}/sphinx-build \ + -DSPHINX_MAN_OUTPUT:BOOL=ON \ + -DSPHINX_TEXT_OUTPUT:BOOL=ON \ + -DYARA_LARGE_CONTIGS:BOOL=OFF ../.. +%make_build +popd + +mkdir -p build/Release && pushd build/Release +SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" +%cmake \ -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SEQAN_OPT_FLAGS -DNDEBUG" \ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ -DCMAKE_INSTALL_DOCDIR:STRING=share/doc/%{name} \ @@ -176,11 +203,13 @@ SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -DYARA_LARGE_CONTIGS:BOOL=OFF \ -DSPHINX_EXECUTABLE:FILEPATH=%{_bindir}/sphinx-build \ -DSPHINX_MAN_OUTPUT:BOOL=ON \ - -DSPHINX_TEXT_OUTPUT:BOOL=ON -%cmake_build + -DSPHINX_TEXT_OUTPUT:BOOL=ON ../.. +# Disable parallel Make jobs to prevent compiler errors +make -O -j1 %install -%cmake_install +%make_install -C build/library +%make_install -C build/Release # Unbundle font-awesome fonts %if 0%{?with_doc} From f7dd97f1161176357a0bf26694092cbea87838cf Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Sun, 4 Feb 2024 17:41:15 +0100 Subject: [PATCH 32/32] Deprecated by seqan3 --- .gitignore | 2 - dead.package | 1 + seqan-disable_stripping.patch | 11 - seqan2-set_awk_installation.patch | 17 -- seqan2-set_config_filepath.patch | 24 -- seqan2.spec | 493 ------------------------------ sources | 1 - 7 files changed, 1 insertion(+), 548 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 seqan-disable_stripping.patch delete mode 100644 seqan2-set_awk_installation.patch delete mode 100644 seqan2-set_config_filepath.patch delete mode 100644 seqan2.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6d8e8ca..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/seqan-8a875d71478a464de5ac3bcf2707f46819285a1f.zip -/seqan-seqan-v2.4.0.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..05f1181 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Deprecated by seqan3 diff --git a/seqan-disable_stripping.patch b/seqan-disable_stripping.patch deleted file mode 100644 index 6b79443..0000000 --- a/seqan-disable_stripping.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- util/cmake/SeqAnBuildSystem.orig.cmake 2018-01-03 13:42:33.000000000 +0100 -+++ util/cmake/SeqAnBuildSystem.cmake 2018-01-06 17:12:26.494120190 +0100 -@@ -339,7 +339,7 @@ - (NOT SEQAN_BUILD_SYSTEM STREQUAL "DEVELOP") AND - (NOT APPLE) AND - (COMPILER_CLANG OR COMPILER_GCC)) -- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -s") -+ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}") - endif () - - # search dependencies once, globally, if in DEVELOP diff --git a/seqan2-set_awk_installation.patch b/seqan2-set_awk_installation.patch deleted file mode 100644 index ef361d0..0000000 --- a/seqan2-set_awk_installation.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- apps/ngs_roi/CMakeLists.orig.txt 2018-01-03 13:42:33.000000000 +0100 -+++ apps/ngs_roi/CMakeLists.txt 2018-01-13 12:12:41.328240486 +0100 -@@ -86,9 +86,13 @@ - tool_shed/roi_sort.sh - # PDF plot script helper. - tool_shed/roi_plot_9.sh -+ DESTINATION ${CMAKE_INSTALL_BINDIR}) -+ -+# Install helper scripts into ${SHARE_INSTALL_PREFIX}/seqan2 directory. -+install (FILES # PDF plot script helper. - tool_shed/plot.awk - tool_shed/ps2pswLinks.gawk -- DESTINATION ${CMAKE_INSTALL_BINDIR}) -+ DESTINATION ${SHARE_INSTALL_PREFIX}/seqan2/pdf_plot_helper) - - # Install non-binary files for the package to "." for app builds and - # ${PREFIX}/share/doc/ngs_roi for SeqAn release builds. diff --git a/seqan2-set_config_filepath.patch b/seqan2-set_config_filepath.patch deleted file mode 100644 index 1a48e7d..0000000 --- a/seqan2-set_config_filepath.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- util/cmake/SeqAnBuildSystem.orig.cmake 2018-01-11 12:32:45.591134000 +0100 -+++ util/cmake/SeqAnBuildSystem.cmake 2018-01-11 12:51:55.193282581 +0100 -@@ -399,10 +399,10 @@ - # Install pkg-config file, except on Windows. - if (NOT CMAKE_SYSTEM_NAME MATCHES Windows) - configure_file("util/pkgconfig/seqan.pc.in" "${CMAKE_BINARY_DIR}/util/pkgconfig/seqan-${SEQAN_VERSION_MAJOR}.pc" @ONLY) -- install(FILES "${CMAKE_BINARY_DIR}/util/pkgconfig/seqan-${SEQAN_VERSION_MAJOR}.pc" DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig) -+ install(FILES "${CMAKE_BINARY_DIR}/util/pkgconfig/seqan-${SEQAN_VERSION_MAJOR}.pc" DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) - endif (NOT CMAKE_SYSTEM_NAME MATCHES Windows) - # Install FindSeqAn TODO(h-2) rename seqan-config.cmake to seqan-config${SEQAN_VERSION_MAJOR}.cmake after 2.x cycle -- install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/util/cmake/seqan-config.cmake" DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/cmake/seqan/) -+ install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/util/cmake/seqan-config.cmake" DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/seqan2/) - - # Install headers - file (GLOB HEADERS -@@ -473,7 +473,7 @@ - set (CMAKE_INSTALL_DOCDIR "${CMAKE_INSTALL_DATAROOTDIR}/doc" CACHE STRING "Documentation root (DATAROOTDIR/doc)" FORCE) - endif () - set (SEQAN_PREFIX_SHARE "${CMAKE_INSTALL_DATADIR}/${APP_NAME}") -- set (SEQAN_PREFIX_SHARE_DOC "${CMAKE_INSTALL_DOCDIR}/${APP_NAME}") -+ set (SEQAN_PREFIX_SHARE_DOC "${CMAKE_INSTALL_PREFIX}/libexec/seqan2/examples/${APP_NAME}") - endif () - endmacro (seqan_setup_install_vars) - diff --git a/seqan2.spec b/seqan2.spec deleted file mode 100644 index 1c59c8a..0000000 --- a/seqan2.spec +++ /dev/null @@ -1,493 +0,0 @@ -%global __cmake_in_source_build 1 - -# Tests need Python2 to be executed -%global with_check 0 - -# Documentation needs Python2 to be built -%global with_doc 0 -Obsoletes: seqan2-doc < 0:2.4.0-8 - -Name: seqan2 -Summary: C++ library of efficient algorithms and data structures -Version: 2.4.0 -Release: 22%{?dist} -License: BSD-3-Clause -URL: https://www.seqan.de/ -Source0: https://github.com/seqan/seqan/archive/seqan-v%{version}.tar.gz#/seqan-seqan-v%{version}.tar.gz - -# Disable automatic stripping on no-DEVELOP seqan build systems -Patch0: seqan-disable_stripping.patch - -# Set paths of seqan-2.pc and seqan-config.cmake -Patch1: %{name}-set_config_filepath.patch - -# Set paths of plot.awk and ps2pswLinks.gawk files -Patch2: %{name}-set_awk_installation.patch - -# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval -ExcludeArch: %{ix86} - -BuildRequires: make -BuildRequires: qt4-devel -BuildRequires: cmake, gcc-c++ -BuildRequires: llvm-devel -BuildRequires: bzip2-devel -BuildRequires: zlib-devel -BuildRequires: boost-devel -BuildRequires: libstdc++-static -BuildRequires: python3-devel - -## Test -%if 0%{?with_check} -BuildRequires: python3-nose -BuildRequires: python3-pytest -BuildRequires: python3-jinja2 -%endif - -## Bundled files exception https://fedorahosted.org/fpc/ticket/174 -Provides: bundled(gnulib) - -%description -SeqAn (version 2.x.x) is an open source C++ library of efficient algorithms -and data structures for the analysis of sequences with the focus on -biological data. -Our library applies a unique generic design that guarantees high performance, -generality, extensibility, and integration with other libraries. - -As such, it contains algorithms and data structures for - - * string representation and their manipluation, - * online and indexed string search, - * efficient I/O of bioinformatics file formats, - * sequence alignments, and - * many, many more. - - -%package apps -Summary: SeqAn (2.x.x) applications -## Seqan apps are licensed under BSD and GPLv3+ and LGPLv3+. -# BSD (3-clauses): alf, bs_tools, fiona, fx_tools, gustaf -# insegt, mason2, ngs_roi, param_chooser, rabema, razers3 -# sak, sam2matrix, samcat, searchjoin, seqcons2, yara -# ngs_roi, pair_align, ngs_roi. -# GPLv3+: rabema. -# LGPLv3+: dfi, insegt, micro_razers, pair_align -# param_chooser, razers, razers3, rep_sep, sak -# seqan_tcoffee, sgip, snp_store, splazers, stellar -# tree_recon. -# LGPLv3 gives you permission to relicense the code under GPLv3 -# BSD (3-clauses) is compatible with GPLv3 -# We can use a collective license: -License: GPL-3.0-or-later AND BSD-3-Clause AND LGPL-3.0-or-later -Requires: gawk%{?_isa} -Obsoletes: seqan <= 0:1.4.2 -Provides: seqan = 0:%{version}-%{release} - -%description apps -All SeqAn applications. - - -%package headers -Summary: SeqAn (2.x.x) headers only files - -# bzip2stream and zipstream libraries are distributed under zlib/libpng -# basic/boost*.h libraries are distributed under Boost -# bam_io/bam_index_bai.h is distributed under MIT -# Although Boost, zlib, MIT are GPL compatible, they're all tagged anyway -License: GPL-3.0-or-later AND BSD-3-Clause AND MIT AND LGPL-3.0-or-later AND Zlib AND BSL-1.0 - -Requires: bzip2-devel%{?_isa} -Requires: zlib-devel%{?_isa} -Provides: bundled(bzip2stream) -Provides: bundled(zipstream) - -%description headers -C headers files of SeqAn, including pkgconfig and CMake configuration files. - - -%package examples -Summary: SeqAn (2.x.x) examples -Requires: %{name}-apps%{?_isa} = %{version}-%{release} -%description examples -Testing files of SeqAn2's apps. - -%if 0%{?with_doc} -%package doc -Summary: SeqAn (2.x.x) documentation - -# 3L is licensed under MIT -# Less and bootstrap files is licensed under ASL 2.0 -# jquery-bbq are licensed under LGPLv3+ -License: LGPL-3.0-or-later AND MIT AND Apache-2.0 -BuildRequires: python3-sphinx -BuildRequires: python3-sphinx_rtd_theme -%if 0%{?fedora} > 38 -Requires: fontawesome4-fonts-web -%else -Requires: fontawesome-fonts-web -%endif -BuildArch: noarch - -# https://github.com/mateuszkocz/3l -Provides: bundled(3l) = 1.4.4 - -# http://lesscss.org/ -Provides: bundled(less) = 1.3.3 - -# http://twbs.github.com/bootstrap -Provides: bundled(bootstrap) = 3.0.0 - -Obsoletes: seqan-doc <= 0:1.4.2 -Provides: seqan-doc = 0:%{version}-%{release} -%description doc -Info files of SeqAn2's apps. -%endif - -%prep -%autosetup -p0 -n seqan-seqan-v%{version} - -## Remove spurious executable permissions -find . -perm /755 -type f \( -name "*.cpp" -o -name "*.h" \) -exec chmod -x {} ';' - -## Renamed each single license file -for appID in `ls apps/ | grep -v CMakeLists`; do - cp -p apps/$appID/LICENSE apps/$appID/$appID-LICENSE -done -cp -p apps/rabema/COPYING apps/rabema/rabema-COPYING - -# Unbundle font-awesome fonts -rm -rf util/py_lib/seqan/dox/tpl/lib/font-awesome/* - -%build -mkdir -p build/library && pushd build/library -SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -%cmake \ - -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SEQAN_OPT_FLAGS -DNDEBUG" \ - -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ - -DCMAKE_INSTALL_DOCDIR:STRING=share/doc/%{name} \ - -DCMAKE_INSTALL_INCLUDEDIR:PATH=include/%{name} \ - -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \ - -DSHARE_INSTALL_PREFIX:PATH=%{_datadir} \ - -DBUILD_SHARED_LIBS:BOOL=OFF \ - -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES \ - -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \ - -DSEQAN_BUILD_SYSTEM:STRING=SEQAN_RELEASE_LIBRARY \ - -DSEQAN_DISABLE_VERSION_CHECK:BOOL=ON \ - -DZLIB_INCLUDE_DIR:PATH=%{_includedir} -DZLIB_LIBRARY:FILEPATH=%{_libdir}/libz.so \ - -DBZIP2_INCLUDE_DIR:PATH=%{_includedir} -DBZIP2_LIBRARY:FILEPATH=%{_libdir}/libbz2.so \ - -DBoost_INCLUDE_DIR:PATH=%{_includedir} -DPYTHON_EXECUTABLE:FILEPATH=%{__python3} \ - -DSPHINX_EXECUTABLE:FILEPATH=%{_bindir}/sphinx-build \ - -DSPHINX_MAN_OUTPUT:BOOL=ON \ - -DSPHINX_TEXT_OUTPUT:BOOL=ON \ - -DYARA_LARGE_CONTIGS:BOOL=OFF ../.. -%make_build -popd - -mkdir -p build/Release && pushd build/Release -SEQAN_OPT_FLAGS="$RPM_OPT_FLAGS" -%cmake \ - -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SEQAN_OPT_FLAGS -DNDEBUG" \ - -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ - -DCMAKE_INSTALL_DOCDIR:STRING=share/doc/%{name} \ - -DCMAKE_INSTALL_INCLUDEDIR:PATH=include/%{name} \ - -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \ - -DSHARE_INSTALL_PREFIX:PATH=%{_datadir} \ - -DBUILD_SHARED_LIBS:BOOL=OFF \ - -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES \ - -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \ - -DSEQAN_BUILD_SYSTEM:STRING=SEQAN_RELEASE_APPS \ - -DSEQAN_DISABLE_VERSION_CHECK:BOOL=ON \ - -DZLIB_INCLUDE_DIR:PATH=%{_includedir} -DZLIB_LIBRARY:FILEPATH=%{_libdir}/libz.so \ - -DBZIP2_INCLUDE_DIR:PATH=%{_includedir} -DBZIP2_LIBRARY:FILEPATH=%{_libdir}/libbz2.so \ - -DBoost_INCLUDE_DIR:PATH=%{_includedir} -DPYTHON_EXECUTABLE:FILEPATH=%{__python3} \ - -DYARA_LARGE_CONTIGS:BOOL=OFF \ - -DSPHINX_EXECUTABLE:FILEPATH=%{_bindir}/sphinx-build \ - -DSPHINX_MAN_OUTPUT:BOOL=ON \ - -DSPHINX_TEXT_OUTPUT:BOOL=ON ../.. -# Disable parallel Make jobs to prevent compiler errors -make -O -j1 - -%install -%make_install -C build/library -%make_install -C build/Release - -# Unbundle font-awesome fonts -%if 0%{?with_doc} -ln -s %{_datadir}/font-awesome-web/scss %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/scss -ln -s %{_datadir}/font-awesome-web/css %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/css -ln -s %{_datadir}/fonts/fontawesome %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/fonts -ln -s %{_datadir}/font-awesome-web/less %{buildroot}%{_pkgdocdir}/html/lib/font-awesome/less -%endif - -## Fix executable permissions -chmod a+x %{buildroot}%{_bindir}/* - -# Set permissions and make symlinks of plot.awk and ps2pswLinks.gawk files -ln -s %{_datadir}/%{name}/pdf_plot_helper/plot.awk %{buildroot}%{_bindir}/plot.awk -ln -s %{_datadir}/%{name}/pdf_plot_helper/ps2pswLinks.gawk %{buildroot}%{_bindir}/ps2pswLinks.gawk - -## Remove unnecessary files -rm -rf %{buildroot}%{_libexecdir}/seqan2/examples/ngs_roi/R -rm -f %{buildroot}%{_datadir}/doc/seqan2/LICENSE -rm -f %{buildroot}%{_datadir}/doc/seqan2/CHANGELOG.rst -rm -f %{buildroot}%{_datadir}/doc/seqan2/README.rst - -%if 0%{?with_check} -%check -%ctest -- -E app_test_fiona -%endif - -%files apps -%license LICENSE -%license apps/*/*-LICENSE apps/rabema/rabema-COPYING -%doc README.rst CHANGELOG.rst -%{_bindir}/* -%{_mandir}/man1/* -%dir %{_datadir}/%{name} -%dir %{_datadir}/%{name}/pdf_plot_helper -%defattr(0444, root, root) -%{_datadir}/%{name}/pdf_plot_helper/plot.awk -%{_datadir}/%{name}/pdf_plot_helper/ps2pswLinks.gawk - -%files headers -%license include/seqan/LICENSE -%doc README.rst CHANGELOG.rst -%{_includedir}/%{name}/ -%{_libdir}/cmake/%{name}/ -%{_libdir}/pkgconfig/seqan-2.pc - -%files examples -%{_libexecdir}/%{name}/ -%exclude %{_libexecdir}/%{name}/examples/*/LICENSE - -%if 0%{?with_doc} -%files doc -%license LICENSE -%doc README.rst CHANGELOG.rst -%{_pkgdocdir}/ -%endif - -%changelog -* Mon Jan 29 2024 Jerry James - 2.4.0-22 -- Remove unused dependency on coin-or-lemon -- Convert License fields to SPDX -- Stop building for 32-bit x86 -- Depend on fontawesome4 for F39+, not fontawesome -- The headers subpackage needs bzip2-devel and zlib-devel -- Fix a few typos - -* Sat Jan 27 2024 Fedora Release Engineering - 2.4.0-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 2.4.0-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 2.4.0-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 2.4.0-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sun Jul 10 2022 Antonio Trande - 2.4.0-17 -- Drop Java dependency (rhbz#2104101) - -* Sat Feb 05 2022 Jiri Vanek - 2.4.0-16 -- Rebuilt for java-17-openjdk as system jdk - -* Sat Jan 22 2022 Fedora Release Engineering - 2.4.0-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 2.4.0-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Mar 30 2021 Jonathan Wakely - 2.4.0-13 -- Rebuilt for removed libstdc++ symbol (#1937698) - -* Wed Jan 27 2021 Fedora Release Engineering - 2.4.0-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Aug 01 2020 Fedora Release Engineering - 2.4.0-11 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 2.4.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jan 30 2020 Fedora Release Engineering - 2.4.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Nov 15 2019 Antonio Trande - 2.4.0-8 -- Switch to Python3 -- Disable documentation build -- Disable check - -* Sat Feb 02 2019 Fedora Release Engineering - 2.4.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Oct 15 2018 Miro Hrončok - 2.4.0-6 -- Remove build dependency on python2-sphinxcontrib-bibtex - -* Sun Oct 07 2018 Antonio Trande - 2.4.0-5 -- Undefine ld_as_needed flag - -* Sat Jul 14 2018 Fedora Release Engineering - 2.4.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Mar 07 2018 Adam Williamson - 2.4.0-3 -- Rebuild to fix GCC 8 mis-compilation - See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") - -* Fri Feb 09 2018 Fedora Release Engineering - 2.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Fri Feb 02 2018 Antonio Trande - 2.4.0-1 -- Update to version 2.4.0 - -* Wed Jan 17 2018 Antonio Trande - 2.4.0-0.4.20180103git8a875d -- Fix dependencies - -* Tue Jan 16 2018 Antonio Trande - 2.4.0-0.3.20180103git8a875d -- Split off applications in a single sub-package -- Devel rpm renamed seqan-headers - -* Sat Jan 13 2018 Antonio Trande - 2.4.0-0.2.20180103git8a875d -- plot.awk/ps2pswLinks.gawk installed in a private share datadir -- plot.awk/ps2pswLinks.gawk symliked in '_bindir' -- Renamed each single license file - -* Wed Jan 10 2018 Antonio Trande - 2.4.0-0.1.20180103git8a875d -- Pre-released as seqan-2.4.0 -- Add gcc-c++ BR -- Remove unnecessary R files -- Unbundle font-awesome -- Apps/libraries licensing commented - -* Mon Jan 08 2018 Antonio Trande - 2.3.2-3.20180103git8a875d -- Documentation still disabled - -* Wed Jan 03 2018 Antonio Trande - 2.3.2-2.20180103git8a875d -- Build devel commit #8a875d -- Add manually -DNDEBUG flag - -* Wed Sep 20 2017 Antonio Trande - 2.3.2-1 -- Update to 2.3.2 - -* Thu Aug 03 2017 Fedora Release Engineering - 1.4.2-33 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Sun Jul 30 2017 Florian Weimer - 1.4.2-32 -- Rebuild with binutils fix for ppc64le (#1475636) - -* Thu Jul 27 2017 Fedora Release Engineering - 1.4.2-31 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Tue Jul 04 2017 Jonathan Wakely - 1.4.2-30 -- Rebuilt for Boost 1.64 - -* Mon May 15 2017 Fedora Release Engineering - 1.4.2-29 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.4.2-28 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Jan 27 2017 Jonathan Wakely - 1.4.2-27 -- Rebuilt for Boost 1.63 - -* Sat Nov 12 2016 Antonio Trande - 1.4.2-26 -- Skip tests on s390 and ppc - -* Sat Nov 12 2016 Antonio Trande - 1.4.2-25 -- Skip failed tests - -* Sat Feb 20 2016 Antonio Trande - 1.4.2-24 -- Fixed compiler/linker flags - -* Thu Feb 04 2016 Fedora Release Engineering - 1.4.2-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jan 15 2016 Jonathan Wakely - 1.4.2-22 -- Rebuilt for Boost 1.60 - -* Wed Oct 21 2015 Antonio Trande - 1.4.2-21 -- Actived hardened build - -* Tue Oct 13 2015 Antonio Trande - 1.4.2-20 -- Rebuilt for cmake 3.4.0 -- Used %%license - -* Thu Aug 27 2015 Jonathan Wakely - 1.4.2-19 -- Rebuilt for Boost 1.59 - -* Wed Jul 29 2015 Fedora Release Engineering - 1.4.2-18 -- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 - -* Sat Jul 18 2015 Antonio Trande - 1.4.2-17 -- Parallel make always disabled - -* Sat Jul 18 2015 Antonio Trande - 1.4.2-16 -- Rebuild for Boost upgrade to 1.58.0 - -* Fri Jun 19 2015 Fedora Release Engineering - 1.4.2-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Fri May 15 2015 Antonio Trande - 1.4.2-14 -- Reduce optimization to -O0 (cc1plus error persists) - -* Fri May 15 2015 Antonio Trande - 1.4.2-13 -- SPEC cleanups - -* Fri May 15 2015 Antonio Trande - 1.4.2-12 -- Removed -pipe flag because of cc1plus error on ARMs - -* Thu May 14 2015 Antonio Trande - 1.4.2-11 -- Set job=1 to Make on ARMs aarch64 ppc64 ppc64le - -* Thu May 14 2015 Antonio Trande - 1.4.2-10 -- Downgrading to 1.4.2 -- Excluded s390 s390x arches -- Excluded bstools_test on ARMs aarch64 ppc64 ppc64le - -* Mon Jan 26 2015 Petr Machata - 1.4.2-9 -- Rebuild for boost 1.57.0 - -* Tue Dec 02 2014 Antonio Trande - 1.4.2-8 -- Excluded bs_tools test on ARM - -* Mon Dec 01 2014 Antonio Trande - 1.4.2-7 -- Parallel tests not performed on ARM - -* Mon Dec 01 2014 Antonio Trande - 1.4.2-6 -- DBUILD_SHARED_LIBS boolean disabled -- Test enabled - -* Tue Nov 25 2014 Antonio Trande - 1.4.2-5 -- Parallel make excluded on ARM arch - -* Tue Nov 25 2014 Antonio Trande - 1.4.2-4 -- Tests disabled temporarily - -* Sat Nov 22 2014 Antonio Trande - 1.4.2-3 -- Packaged private libraries -- Performed tests -- Splazers and fiona tests excluded - -* Sat Nov 22 2014 Antonio Trande - 1.4.2-2 -- Parallel make excluded on ARM arch - -* Fri Nov 21 2014 Antonio Trande - 1.4.2-1 -- Update to 1.4.2 -- Fixed cmake compiler flags -- Fixed declaration of multiple license -- A doc sub-package is now built - -* Mon Aug 18 2014 Fedora Release Engineering - 1.4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 14 2014 Antonio Trande 1.4.1-2 -- Added 'Provides:bundled(gnulib)' -- Changed find command for executable permissions fixing -- Use %%make_install -- Fixed wrong-file-end-of-line-encoding warnings - -* Wed Jun 11 2014 Antonio Trande 1.4.1-1 -- First package diff --git a/sources b/sources deleted file mode 100644 index e5459d5..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (seqan-seqan-v2.4.0.tar.gz) = f92cfc97304581920850c5d49fe4336f7c3855e99c3bcb035b6172fa7307e08e6f06fb06d1cd8f5b447c3220fc7f669684fbfe25641b43e9f6953999cf9ddd4b