public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Co-own vala and gir directories
@ 2026-05-31  2:07 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-05-31  2:07 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ibus
            Branch : autotool
            Commit : 97404e255a0b966d4fb5e4138b4b71270e257430
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2019-02-04T12:53:50+01:00
            Stats  : +5/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ibus/c/97404e255a0b966d4fb5e4138b4b71270e257430?branch=autotool

            Log:
            Co-own vala and gir directories

Instead of hard-requiring vala and gobject-introspection-devel, co-own
these directories following a common pattern in other packages.

---
diff --git a/ibus.spec b/ibus.spec
index 9a88ab4..b6aec93 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -218,10 +218,6 @@ Summary:        Development tools for ibus
 Requires:       %{name}-libs%{?_isa}   = %{version}-%{release}
 Requires:       dbus-devel
 Requires:       glib2-devel
-# Owner of %%{_datadir}/gir-1.0
-Requires:       gobject-introspection-devel
-# Owner of %%{_datadir}/vala/vapi
-Requires:       vala
 
 %description devel
 The ibus-devel package contains the header files and developer
@@ -379,6 +375,7 @@ dconf update || :
 
 %files libs
 %{_libdir}/libibus-*%{ibus_api_version}.so.*
+%dir %{_libdir}/girepository-1.0
 %{_libdir}/girepository-1.0/IBus*-1.0.typelib
 
 %files gtk2
@@ -413,7 +410,10 @@ dconf update || :
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*
 %{_includedir}/*
+%dir %{_datadir}/gir-1.0
 %{_datadir}/gir-1.0/IBus*-1.0.gir
+%dir %{_datadir}/vala
+%dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/ibus-*1.0.vapi
 %{_datadir}/vala/vapi/ibus-*1.0.deps
 
@@ -426,6 +426,7 @@ dconf update || :
 %changelog
 * Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 1.5.19-15
 - Update BRs for vala packaging changes
+- Co-own vala and gir directories
 
 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.19-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-31  2:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31  2:07 [rpms/ibus] autotool: Co-own vala and gir directories Kalev Lember

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox