view MonetDB-lsst.spec @ 1:b1e59438bf0c default tip

Updated directory in stable test output.
author Sjoerd Mullender <sjoerd@acm.org>
date Fri, 25 May 2018 14:14:55 +0200 (2018-05-25)
parents 710dc03b1ac9
children
line wrap: on
line source
Name:		MonetDB-lsst
Version:	1.1
Release:	1%{?dist}
Summary:	MonetDB5 SQL support for some LSST functions

License:	MPLv2.0
URL:		https://www.monetdb.org/
Source0:	http://dev.monetdb.org/downloads/sources/%{name}-%{version}.tar.bz2

BuildRequires:	MonetDB-devel >= 11.30.0
BuildRequires:	MonetDB5-server-devel >= 11.30.0
Requires:	MonetDB5-server%{?_isa} >= 11.30.0

%description
MonetDB is a database management system that is developed from a
main-memory perspective with use of a fully decomposed storage model,
automatic index management, extensibility of data types and search
accelerators.  It also has an SQL frontend.

This package contains a number of functions that are useful when
dealing with LSST files.

%prep
%autosetup


%build
%make_build


%install
rm -rf $RPM_BUILD_ROOT
%make_install


%files
%license COPYING
%{_libdir}/monetdb5/autoload/*_lsst.mal
%{_libdir}/monetdb5/lsst.mal
%{_libdir}/monetdb5/lsst.sql
%{_libdir}/monetdb5/lib_lsst.so

%changelog
* Fri May 25 2018 Sjoerd Mullender <sjoerd@acm.org> - 1.1-1
- Separated LSST extension out from MonetDB.