From 54a433ad5215d19078f2e63bafc3c19ad6990ce6 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Tue, 7 Feb 2017 00:46:10 +0100 Subject: [PATCH] Fix based on RMPLint output --- mariadb-connector-c.spec | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index 581e728..3abc1af 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -1,6 +1,6 @@ Name: mariadb-connector-c Version: 2.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The MariaDB Native Client library (C driver) Group: Applications/Databases License: LGPLv2+ @@ -72,7 +72,12 @@ rm /$RPM_BUILD_ROOT%{_includedir}/mariadb/cmake_install.cmake %{_libdir}/mariadb/plugin/dialog.so %{_libdir}/mariadb/plugin/mysql_clear_password.so # fix of RPATH. If there is a set config file, libdir/mariadb/ is added to search for libraries -%{_sysconfdir}/ld.so.conf.d +%config(noreplace) %{_sysconfdir}/ld.so.conf.d + +%doc README +%license COPYING.LIB + + %files devel # program which provides info for compiling programs with this library @@ -84,11 +89,14 @@ rm /$RPM_BUILD_ROOT%{_includedir}/mariadb/cmake_install.cmake # header files %{_includedir}/mariadb - +%license COPYING.LIB %changelog +* Tue Feb 07 2017 Michal Schorm - 2.3.2-2 +- Fix based on output from RPMLint in previous version + * Tue Jan 24 2017 Michal Schorm - 2.3.2-1 -- Rebase to versionn 2.3.2, patch needed (fixed by upstream in later versions) +- Rebase to version 2.3.2, patch needed (fixed by upstream in later versions) - Plugin dir moved from /libdir/plugin to /libdir/mariadb/plugin * Thu Oct 27 2016 Michal Schorm - 2.3.1-3