stevej pushed to opendbx (epel7). "Update to 1.4.6-4"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Apr 4 18:15:24 UTC 2015


>From cfe01691e3c330ab3a3e14600907696eecf89809 Mon Sep 17 00:00:00 2001
From: stevejenkins <steve at stevejenkins.com>
Date: Fri, 3 Apr 2015 09:06:18 -0700
Subject: Update to 1.4.6-4


diff --git a/opendbx.spec b/opendbx.spec
index 78bc6e9..2c245e6 100644
--- a/opendbx.spec
+++ b/opendbx.spec
@@ -1,6 +1,7 @@
 Name:           opendbx
 Version:        1.4.6
-Release:        3%{?dist}
+Release:        4%{?dist}
+Group:          Development/Libraries
 Summary:        Lightweight but extensible database access library written in C
 
 #License:        LGPLv2+
@@ -9,10 +10,12 @@ Summary:        Lightweight but extensible database access library written in C
 License:        GPLv2+
 URL:            http://www.linuxnetworks.de/doc/index.php/OpenDBX
 Source0:        http://linuxnetworks.de/opendbx/download/%{name}-%{version}.tar.gz
-Patch0:		opendbx-1.4.6-freetds-fix.patch
+Patch0:         opendbx-1.4.6-freetds-fix.patch
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  mysql-devel, postgresql-devel, sqlite2-devel, sqlite-devel, firebird-devel, readline-devel
-BuildRequires:  freetds-devel
+BuildRequires:  freetds-devel, ncurses-devel
 BuildRequires:  doxygen, docbook2X, gettext
 
 %{?filter_setup:
@@ -38,6 +41,7 @@ applications that use %{name}.
 
 %package        mysql
 Summary:        MySQL backend - provides mysql support in %{name}
+Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    mysql
@@ -45,6 +49,7 @@ Allows odbx_init with "mysql" as the backend parameter.
 
 %package        postgresql
 Summary:        PostgreSQL backend - provides postgresql support in %{name}
+Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    postgresql
@@ -52,6 +57,7 @@ Allows odbx_init with "pgsql" as the backend parameter.
 
 %package        sqlite2
 Summary:        SQLite 2 backend - provides sqlite2 support in %{name}
+Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    sqlite2
@@ -59,6 +65,7 @@ Allows odbx_init with "sqlite" as the backend parameter.
 
 %package        sqlite
 Summary:        SQLite 3 backend - provides sqlite3 support in %{name}
+Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    sqlite
@@ -66,6 +73,7 @@ Allows odbx_init with "sqlite3" as the backend parameter.
 
 %package        firebird
 Summary:        Firebird backend - provides firebird support in %{name}
+Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    firebird
@@ -73,6 +81,7 @@ Allows odbx_init with "firebird" as the backend parameter.
 
 %package        mssql
 Summary:        MSSQL backend - provides mssql support in %{name}
+Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    mssql
@@ -80,6 +89,7 @@ Allows odbx_init with "mssql" as the backend parameter.
 
 %package        sybase
 Summary:        Sybase backend - provides sybase support in %{name}
+Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    sybase
@@ -160,6 +170,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_mandir}/man1/odbx-sql.1.gz
 
 %changelog
+* Thu Apr 02 2015 Steve Jenkins <steve at stevejenkins.com> - 1.4.6-4
+- Added Group: info for package and sub-packages (for EL5 and EL6)
+- Added ncurses-devel to BuildRequires (for EL5)
+- Added BuildRoot (for EL5)
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/opendbx.git/commit/?h=epel7&id=cfe01691e3c330ab3a3e14600907696eecf89809


More information about the scm-commits mailing list