|
@@ -9,8 +9,8 @@
|
|
|
|
|
|
|
|
|
Name: mariadb-connector-odbc
|
|
|
-Version: 3.1.11
|
|
|
-Release: 3%{?with_debug:.debug}%{?_dist_release}
|
|
|
+Version: 3.1.15
|
|
|
+Release: 1%{?with_debug:.debug}%{?_dist_release}
|
|
|
Summary: The MariaDB Native Client library (ODBC driver)
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
@@ -19,7 +19,8 @@ Distribution: Vine Linux
|
|
|
License: LGPLv2+
|
|
|
# Online documentation can be found at: https://mariadb.com/kb/en/library/mariadb-connector-odbc/
|
|
|
URL: https://mariadb.org/en/
|
|
|
-Source: https://downloads.mariadb.org/f/connector-odbc-%{version}/%{name}-%{version}-ga-src.tar.gz
|
|
|
+Source: https://archive.mariadb.org/connector-odbc-%{version}/%{name}-%{version}-src.tar.gz
|
|
|
+
|
|
|
Patch1: libraries_include_path.patch
|
|
|
|
|
|
BuildRequires: cmake unixODBC-devel gcc-c++
|
|
@@ -38,7 +39,7 @@ and it supports both Unicode and ANSI modes.
|
|
|
|
|
|
|
|
|
%prep
|
|
|
-%setup -q -n %{name}-%{version}-ga-src
|
|
|
+%setup -q -n %{name}-%{version}-src
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
@@ -76,9 +77,14 @@ rm -rf %{buildroot}%{_defaultlicensedir}/%{name}
|
|
|
%doc README
|
|
|
# This is unixODBC plugin. It resides directly in %%{_libdir} to be consistent with the rest of unixODBC plugins. Since it is plugin, it doesn´t need to be versioned.
|
|
|
%{_libdir}/libmaodbc.so
|
|
|
+# Pkgconfig
|
|
|
+%{_libdir}/pkgconfig/libmaodbc.pc
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Oct 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.1.15-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Sat Mar 13 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.1.11-3
|
|
|
- initial build for Vine Linux.
|
|
|
|