kou commented on PR #1965:
URL: https://github.com/apache/arrow-adbc/pull/1965#issuecomment-2219339233
Thanks. Could you try the following?
```diff
diff --git a/ci/linux-packages/debian/libadbc-driver-manager-dev.install
b/ci/linux-packages/debian/libadbc-driver-manager-dev.install
index 6cee53d04..933e26364 100644
--- a/ci/linux-packages/debian/libadbc-driver-manager-dev.install
+++ b/ci/linux-packages/debian/libadbc-driver-manager-dev.install
@@ -1,5 +1,4 @@
-usr/include/adbc.h
-usr/include/adbc_driver_manager.h
+usr/include/arrow-adbc/
usr/lib/*/cmake/AdbcDriverManager/
usr/lib/*/libadbc_driver_manager.a
usr/lib/*/libadbc_driver_manager.so
diff --git a/ci/linux-packages/yum/apache-arrow-adbc.spec.in
b/ci/linux-packages/yum/apache-arrow-adbc.spec.in
index 9af14a2bf..70105cb06 100644
--- a/ci/linux-packages/yum/apache-arrow-adbc.spec.in
+++ b/ci/linux-packages/yum/apache-arrow-adbc.spec.in
@@ -120,8 +120,7 @@ Libraries and header files for ADBC driver manager.
%defattr(-,root,root,-)
%doc README.md
%license LICENSE.txt NOTICE.txt
-%{_includedir}/adbc.h
-%{_includedir}/adbc_driver_manager.h
+%{_includedir}/arrow-adbc/
%{_libdir}/cmake/AdbcDriverManager/
%{_libdir}/libadbc_driver_manager.a
%{_libdir}/libadbc_driver_manager.so
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]