## ## monetdb.spec -- OpenPKG RPM Package Specification ## Copyright (c) 2000-2022 OpenPKG Project ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that ## the above copyright notice and this permission notice appear in all ## copies. ## ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ## SUCH DAMAGE. ## # package information Name: monetdb Summary: Wide-Column Database Server URL: https://www.monetdb.org/ Vendor: MonetDB B.V. Packager: OpenPKG Project Distribution: OpenPKG Community Class: EVAL Group: Database License: MPL Version: 11.35.19 Release: 20200224 # list of sources Source0: https://www.monetdb.org/downloads/sources/Latest/MonetDB-%{version}.tar.xz # build information BuildPreReq: OpenPKG, openpkg >= 20160101, gcc PreReq: OpenPKG, openpkg >= 20160101 BuildPreReq: readline, bzip2, pcre, zlib, openssl, libxml PreReq: readline, bzip2, pcre, zlib, openssl, libxml %description MonetDB is a column-oriented database management system developed 2002 at the Centrum Wiskunde & Informatica (CWI) in the Netherlands. It was designed to provide high performance on complex queries against large databases, such as combining tables with hundreds of columns and millions of rows. %track prog monetdb = { version = %{version} url = https://www.monetdb.org/downloads/sources/Latest/ regex = MonetDB-(__VER__)\.tar\.xz } %prep %setup -q -n MonetDB-%{version} %build CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ CPPFLAGS="%{l_cppflags}" \ LDFLAGS="%{l_ldflags}" \ ./configure \ --prefix=%{l_prefix} \ --mandir=%{l_prefix}/man \ --disable-odbc \ --disable-testing \ --disable-developer \ --disable-static-analysis \ --disable-dependency-tracking \ --disable-assert \ --enable-optimize \ --with-password-backend=SHA512 \ --with-logdir=%{l_prefix}/var/monetdb/log \ --with-rundir=%{l_prefix}/var/monetdb/run \ --with-bz2=%{l_prefix} \ --without-snappy \ --without-lz4 \ --without-python2 \ --without-python3 \ --without-readline \ --enable-static \ --disable-shared %{l_make} %{l_mflags -O} %install %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/php rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/ruby strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files %clean