Skip to content

Commit 2b641c8

Browse files
committed
WL#12786: Update package specs.
1 parent f8066a7 commit 2b641c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packaging/deb-in/libmysqlcppconn-dev.install.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2.0,
@@ -29,6 +29,7 @@ usr/include/mysqlx/*.h usr/include/mysql-cppconn-8/mysqlx
2929
usr/include/mysqlx/devapi/*.h usr/include/mysql-cppconn-8/mysqlx/devapi
3030
usr/include/mysqlx/devapi/detail/*.h usr/include/mysql-cppconn-8/mysqlx/devapi/detail
3131
usr/include/mysqlx/common/*.h usr/include/mysql-cppconn-8/mysqlx/common
32+
usr/include/mysql/*.h usr/include/mysql-cppconn-8/mysql
3233
usr/include/jdbc/*.h usr/include/mysql-cppconn-8/jdbc
3334
usr/include/jdbc/cppconn/*.h usr/include/mysql-cppconn-8/jdbc/cppconn
3435

packaging/mysql-connector-c++.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ rm %{buildroot}/usr/{INFO_SRC,INFO_BIN}
209209
%{_includedir}/mysql-cppconn
210210
%dir %{_includedir}/mysql-cppconn-8
211211
%{_includedir}/mysql-cppconn-8/mysqlx
212+
%{_includedir}/mysql-cppconn-8/mysql
212213
%{_includedir}/mysql-cppconn-8/jdbc
213214

214215
%if 0%{?with_tests:1} && 0%{?with_gtest:1}

0 commit comments

Comments
 (0)