public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Co-own vala and gir directories
Date: Sun, 31 May 2026 02:07:07 GMT	[thread overview]
Message-ID: <178019322723.1.1456175607262713062.rpms-ibus-97404e255a0b@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-05-31  2:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178019322723.1.1456175607262713062.rpms-ibus-97404e255a0b@fedoraproject.org \
    --to=klember@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox