Minor corrections, because scratch build failed.

Moved comments, typos, etc.
Changelog remained the same.
This commit is contained in:
Michal Schorm 2016-11-03 10:24:15 +01:00
parent 0fb9789ffe
commit e5dd63c669

View File

@ -65,14 +65,18 @@ rm /$RPM_BUILD_ROOT%{_includedir}/mariadb/cmake_install.cmake
%{_libdir}/plugin/dialog.so
%{_libdir}/plugin/mysql_clear_password.so
%{_libdir}/mariadb
%{_sysconfdir}/ld.so.conf.d # 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
%files devel
%{_bindir}/maridb_config # program which provides info for compiling programs with this library
# program which provides info for compiling programs with this library
%{_bindir}/mariadb_config
# symlinks to the .so lib
%{_libdir}/mariadb/libmariadb.so
%{_libdir}/mariadb/libmysqlclient_r.so
%{_libdir}/mariadb/libmysqlclient.so
%{_includedir}/mariadb # header files
# header files
%{_includedir}/mariadb
@ -82,7 +86,7 @@ rm /$RPM_BUILD_ROOT%{_includedir}/mariadb/cmake_install.cmake
- Fixed ownership of {_sysconfigdir}/ld.so.conf.d (this dir must me owned by package)
- Fixed redundnace on lines with {_sysconfigdir}/ld.so.conf.d
- Fixed ownership of {_bindir} (only one program is owned, so let's be accurate)
- Some comments added, for me and futura maintainers
- Some comments added, for me and future maintainers
* Mon Oct 17 2016 Michal Schorm <mschorm@redhat.com> - 2.3.1-2
- Fixed ownership of {_libdir}/mariadb directory and cosmetic specfile changes