From 4e329dff68491c6138d4865640317616bf017ccb473375ef04f8a4f0d24f6903 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 17 Apr 2023 06:51:42 +0000 Subject: [PATCH] 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 --- bash-completion.changes | 5 +++++ bash-completion.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bash-completion.changes b/bash-completion.changes index 10cd83d..f04f40f 100644 --- a/bash-completion.changes +++ b/bash-completion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 2 10:26:09 UTC 2023 - Callum Farmer + +- Move cmake config files to devel + ------------------------------------------------------------------- Tue Jul 26 19:26:11 UTC 2022 - Otto Hollmann diff --git a/bash-completion.spec b/bash-completion.spec index 8c91af6..78a3428 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -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.