Fix based on RMPLint output
This commit is contained in:
parent
12e4f3e9fe
commit
54a433ad52
@ -1,6 +1,6 @@
|
|||||||
Name: mariadb-connector-c
|
Name: mariadb-connector-c
|
||||||
Version: 2.3.2
|
Version: 2.3.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The MariaDB Native Client library (C driver)
|
Summary: The MariaDB Native Client library (C driver)
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -72,7 +72,12 @@ rm /$RPM_BUILD_ROOT%{_includedir}/mariadb/cmake_install.cmake
|
|||||||
%{_libdir}/mariadb/plugin/dialog.so
|
%{_libdir}/mariadb/plugin/dialog.so
|
||||||
%{_libdir}/mariadb/plugin/mysql_clear_password.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
|
# 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
|
%files devel
|
||||||
# program which provides info for compiling programs with this library
|
# 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
|
# header files
|
||||||
%{_includedir}/mariadb
|
%{_includedir}/mariadb
|
||||||
|
|
||||||
|
%license COPYING.LIB
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 07 2017 Michal Schorm <mschorm@redhat.com> - 2.3.2-2
|
||||||
|
- Fix based on output from RPMLint in previous version
|
||||||
|
|
||||||
* Tue Jan 24 2017 Michal Schorm <mschorm@redhat.com> - 2.3.2-1
|
* Tue Jan 24 2017 Michal Schorm <mschorm@redhat.com> - 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
|
- Plugin dir moved from /libdir/plugin to /libdir/mariadb/plugin
|
||||||
|
|
||||||
* Thu Oct 27 2016 Michal Schorm <mschorm@redhat.com> - 2.3.1-3
|
* Thu Oct 27 2016 Michal Schorm <mschorm@redhat.com> - 2.3.1-3
|
||||||
|
Loading…
Reference in New Issue
Block a user