2018-11-26 16:59:36 +00:00
|
|
|
Name: xdg-dbus-proxy
|
2019-09-19 10:10:44 +00:00
|
|
|
Version: 0.1.2
|
|
|
|
Release: 1%{?dist}
|
2018-11-26 16:59:36 +00:00
|
|
|
Summary: Filtering proxy for D-Bus connections
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://github.com/flatpak/xdg-dbus-proxy/
|
|
|
|
Source0: https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
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
|
|
|
|
%configure
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
%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
|
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
|