%global core_name timescale Name: %{core_name}db Version: 2.27.2 Release: 2%{?dist} Summary: Open-source time-series database powered by PostgreSQL License: Apache-2.0 URL: http://www.%{core_name}.com Source0: https://github.com/%{core_name}/%{name}/archive/refs/tags/%{version}.tar.gz BuildRequires: cmake gcc openssl-devel postgresql-server-devel Requires(pre): postgresql-server %description TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. %prep %autosetup -n %{name}-%{version} %build %if 0%{?fedora} >= 30 || 0%{?epel} >= 8 %cmake -DPROJECT_INSTALL_METHOD=fedora -DREGRESS_CHECKS=OFF -DPG_CONFIG=%_bindir/pg_server_config %else %cmake -DPROJECT_INSTALL_METHOD=fedora -DREGRESS_CHECKS=OFF -DPG_CONFIG=%_bindir/pg_config %endif %cmake_build %install %cmake_install %files %license LICENSE-APACHE %doc README.md %{_libdir}/pgsql/%{name}-%{version}.so %{_libdir}/pgsql/%{name}.so %{_libdir}/pgsql/%{name}-tsl-%{version}.so %{_datadir}/pgsql/extension/%{name}--*%{version}.sql %{_datadir}/pgsql/extension/%{name}.control %changelog * Sun Jun 14 2026 Vector Sigma 2.27.2-1 - Upgrade to latest stable, after Fedora project did so and boned my database. - re-enabling the tsl features, I'm not Fedora project. * Sun May 17 2026 Vector Sigma 2.26.4-1 - Upgrade to latest stable - rebuild for ferdora 44 and postgresql 18