2018-11-26 16:59:36 +00:00
|
|
|
Name: xdg-dbus-proxy
|
2023-08-07 12:53:54 +00:00
|
|
|
Version: 0.1.5
|
2024-01-27 09:27:11 +00:00
|
|
|
Release: 2%{?dist}
|
2018-11-26 16:59:36 +00:00
|
|
|
Summary: Filtering proxy for D-Bus connections
|
|
|
|
|
2024-01-07 08:29:23 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2018-11-26 16:59:36 +00:00
|
|
|
URL: https://github.com/flatpak/xdg-dbus-proxy/
|
|
|
|
Source0: https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
2023-07-19 12:20:59 +00:00
|
|
|
BuildRequires: meson
|
2019-01-15 18:45:21 +00:00
|
|
|
BuildRequires: docbook-style-xsl
|
2018-11-26 16:59:36 +00:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
2019-01-15 18:45:21 +00:00
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: /usr/bin/xsltproc
|
2018-11-26 16:59:36 +00:00
|
|
|
|
|
|
|
Requires: dbus
|
|
|
|
|
|
|
|
%description
|
|
|
|
xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally
|
|
|
|
part of the flatpak project, but it has been broken out as a standalone module
|
|
|
|
to facilitate using it in other contexts.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
%build
|
2023-07-19 12:20:59 +00:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2018-11-26 16:59:36 +00:00
|
|
|
|
|
|
|
%install
|
2023-07-19 12:20:59 +00:00
|
|
|
%meson_install
|
2018-11-26 16:59:36 +00:00
|
|
|
|
|
|
|
%files
|
2019-01-15 18:45:44 +00:00
|
|
|
%license COPYING
|
2018-11-26 16:59:36 +00:00
|
|
|
%{_bindir}/xdg-dbus-proxy
|
2019-01-15 18:45:21 +00:00
|
|
|
%{_mandir}/man1/xdg-dbus-proxy.1*
|
2018-11-26 16:59:36 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-01-27 09:27:11 +00:00
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-08-07 12:53:54 +00:00
|
|
|
* Mon Aug 07 2023 Kalev Lember <klember@redhat.com> - 0.1.5-1
|
|
|
|
- Update to 0.1.5 (rhbz#2229713)
|
|
|
|
|
2023-07-19 12:43:18 +00:00
|
|
|
* Wed Jul 19 2023 Bastien Nocera <bnocera@redhat.com> - 0.1.4-2
|
|
|
|
- Fix D-Bus disconnection when an object path was overly long
|
|
|
|
|
2023-07-19 12:20:59 +00:00
|
|
|
* Wed Jul 19 2023 Bastien Nocera <bnocera@redhat.com> - 0.1.4-1
|
|
|
|
- Update to 0.1.4
|
|
|
|
|
2023-01-21 07:16:28 +00:00
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-23 12:55:14 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-03-02 16:32:05 +00:00
|
|
|
* Wed Mar 02 2022 Debarshi Ray <rishi@fedoraproject.org> - 0.1.3-1
|
|
|
|
- Update to 0.1.3
|
|
|
|
|
2022-01-22 04:55:16 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-23 21:23:35 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-27 23:52:55 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-29 14:32:41 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-31 04:13:24 +00:00
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-09-19 10:10:44 +00:00
|
|
|
* Thu Sep 19 2019 Kalev Lember <klember@redhat.com> - 0.1.2-1
|
|
|
|
- Update to 0.1.2
|
|
|
|
|
2019-07-27 03:58:58 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-03 12:12:59 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-15 18:43:39 +00:00
|
|
|
* Tue Jan 15 2019 Kalev Lember <klember@redhat.com> - 0.1.1-1
|
|
|
|
- Update to 0.1.1
|
2019-01-15 18:45:21 +00:00
|
|
|
- Build man pages
|
2019-01-15 18:45:44 +00:00
|
|
|
- Include COPYING file as license
|
2019-01-15 18:43:39 +00:00
|
|
|
|
2018-11-26 16:59:36 +00:00
|
|
|
* Fri Nov 23 2018 Kalev Lember <klember@redhat.com> - 0.1.0-1
|
|
|
|
- Initial Fedora packaging
|