1
0

Accepting request 1076726 from home:gmbr3:Active

- Move cmake config files to devel

OBS-URL: https://build.opensuse.org/request/show/1076726
OBS-URL: https://build.opensuse.org/package/show/shells/bash-completion?expand=0&rev=130
This commit is contained in:
Dr. Werner Fink 2023-04-17 06:51:42 +00:00 committed by Git OBS Bridge
parent 5c2f4ba192
commit 4e329dff68
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 2 10:26:09 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
- Move cmake config files to devel
-------------------------------------------------------------------
Tue Jul 26 19:26:11 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>

View File

@ -160,11 +160,11 @@ install -m 0644 README.md %{buildroot}%{_defaultdocdir}/%{_name}/README
%else
%license COPYING
%{_datadir}/bash-completion
%dir %{_datadir}/cmake
%{_datadir}/cmake/bash-completion
%config %{_sysconfdir}/profile.d/bash_completion.sh
%files devel
%dir %{_datadir}/cmake
%{_datadir}/cmake/bash-completion
%{_datadir}/pkgconfig/bash-completion.pc
# TRICK: bash-completion-devel does not require bash-completion.
# It would cause failure of directory ownership check.