%define short_name timescaledb Name: postgresql-timescaledb Version: 0.10.1 Release: 1%{?dist} Summary: Open-source time-series database powered by PostgreSQL License: ASL 2.0 URL: http://www.timescale.com Source0: https://github.com/timescale/%short_name/archive/%version/%short_name-%version.tar.gz BuildRequires: cmake gcc postgresql-devel Requires: postgresql %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 %{short_name}-%{version} %build %cmake . %make_build %install %make_install %files %license LICENSE %{_libdir}/pgsql/%{short_name}-%{version}.so %{_libdir}/pgsql/%{short_name}.so %{_datadir}/pgsql/extension/%{short_name}--*%{version}.sql %{_datadir}/pgsql/extension/%{short_name}.control %changelog * Tue Aug 7 2018 Patrik Novotný - 0.10.1-1 - Initial build