Name: timescaledb Version: 1.3.0 Release: 1%{?dist} Summary: Open-source time-series database powered by PostgreSQL License: ASL 2.0 URL: http://www.timescale.com Source0: %{name}-%{version}.tar.gz %if 0%{?fedora} >= 30 BuildRequires: cmake gcc openssl-devel postgresql-server-devel %else BuildRequires: cmake gcc openssl-devel postgresql-devel %endif %{?postgresql_module_requires} %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 %setup -q -n %{name}-%{version} # Remove tsl directory containing sources licensed under Timescale license rm -rf tsl %build %if 0%{?fedora} >= 30 %cmake -DPROJECT_INSTALL_METHOD=fedora -DAPACHE_ONLY=1 -DPG_CONFIG=%_bindir/pg_server_config . %else %cmake -DPROJECT_INSTALL_METHOD=fedora -DAPACHE_ONLY=1 -DPG_CONFIG=%_bindir/pg_config . %endif %make_build %install %make_install %files %license LICENSE-APACHE %doc README.md %{_libdir}/pgsql/%{name}-%{version}.so %{_libdir}/pgsql/%{name}.so %{_datadir}/pgsql/extension/%{name}--*%{version}.sql %{_datadir}/pgsql/extension/%{name}.control %changelog * Tue May 07 2019 Patrik Novotný - 1.3.0-1 - New upstream version: 1.3.0 * Tue Mar 26 2019 Patrik Novotný - 1.2.2-2 - Add PROJECT_INSTALL_METHOD build flag for upstream telemetry * Thu Mar 21 2019 Patrik Novotný - 1.2.2-1 - Rebase to usptream version 1.2.2 * Thu Jan 31 2019 Patrik Novotný - 1.2.0-1 - Update to upstream release 1.2.0 * Thu Jan 03 2019 Patrik Novotný - 1.1.0 - Update to upstream release 1.1.0 * Wed Sep 19 2018 panovotn@redhat.com - 0.12.0-1 - Upstream update to 0.12.0 * Wed Sep 05 2018 praiskup@redhat.com - 0.11.0-2 - rebuild against postgresql-server-devel (rhbz#1618698) * Thu Aug 9 2018 Patrik Novotný - 0.11.0-1 - An upstream update to 0.11.0 * Tue Aug 7 2018 Patrik Novotný - 0.10.1-1 - Initial build