Blame xdg-dbus-proxy.spec

2963287
Name:           xdg-dbus-proxy
2963287
Version:        0.1.0
2963287
Release:        1%{?dist}
2963287
Summary:        Filtering proxy for D-Bus connections
2963287
2963287
License:        LGPLv2+
2963287
URL:            https://github.com/flatpak/xdg-dbus-proxy/
2963287
Source0:        https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
2963287
2963287
BuildRequires:  gcc
2963287
BuildRequires:  pkgconfig(glib-2.0)
2963287
BuildRequires:  pkgconfig(gio-2.0)
2963287
BuildRequires:  pkgconfig(gio-unix-2.0)
2963287
2963287
Requires:       dbus
2963287
2963287
%description
2963287
xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally
2963287
part of the flatpak project, but it has been broken out as a standalone module
2963287
to facilitate using it in other contexts.
2963287
2963287
%prep
2963287
%autosetup -p1
2963287
2963287
%build
2963287
%configure
2963287
%make_build
2963287
2963287
%install
2963287
%make_install
2963287
2963287
%files
2963287
%{_bindir}/xdg-dbus-proxy
2963287
2963287
%changelog
2963287
* Fri Nov 23 2018 Kalev Lember <klember@redhat.com> - 0.1.0-1
2963287
- Initial Fedora packaging