# DBSQL - A SQL database engine. # # Copyright (C) 2007 The DBSQL Group, Inc. - All rights reserved. # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # There are special exceptions to the terms and conditions of the GPL as it # is applied to this software. View the full text of the exception in file # LICENSE_EXCEPTIONS in the directory of this software distribution. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # DBSQL @DBSQL_VERSION_MAJOR@.@DBSQL_VERSION_MINOR@.@DBSQL_VERSION_PATCH@ Summary: DBSQL - A SQL database library. Name: dbsql Version: @DBSQL_VERSION_MAJOR@.@DBSQL_VERSION_MINOR@.@DBSQL_VERSION_PATCH@ Release: 1 Copyright: GPL - Freely redistributable, see LICENSE for details. Source: http://www.dbsql.org/update/@DBSQL_VERSION_MAJOR@.@DBSQL_VERSION_MINOR@.@DBSQL_VERSION_PATCH@/dbsql-@DBSQL_VERSION_MAJOR@.@DBSQL_VERSION_MINOR@.@DBSQL_VERSION_PATCH@.tar.gz URL: http://www.dbsql.org Group: System Environment/Libraries BuildRoot: @CONFIGURATION_PATH@/RPM_INSTALL %define _unpackaged_files_terminate_build 0 %description DBSQL is a programmatic toolkit that provides fast, scalable and reliable SQL implementation. %prep %setup %build cd build_unix CFLAGS="$RPM_OPT_FLAGS" ../dist/configure @CONFIGURATION_ARGS@ make library_build %install cd build_unix make prefix=@CONFIGURATION_PATH@/RPM_INSTALL install @RPM_POST_INSTALL@ @RPM_POST_UNINSTALL@ %changelog