Initial import

https://bugzilla.redhat.com/show_bug.cgi?id=1652862
This commit is contained in:
Kalev Lember 2018-11-26 17:59:36 +01:00
parent 29ac3cd50c
commit 2963287e56
3 changed files with 39 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/xdg-dbus-proxy-0.1.0.tar.xz

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (xdg-dbus-proxy-0.1.0.tar.xz) = 516fd6d4db803efef34f153d0c8305c029287315da910c664f5d8543b744c47436a44b394e044fe1f3b46e8f455be559b8c6f8752eda43ee4049796a94845d21

37
xdg-dbus-proxy.spec Normal file
View File

@ -0,0 +1,37 @@
Name: xdg-dbus-proxy
Version: 0.1.0
Release: 1%{?dist}
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
BuildRequires: gcc
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
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
%{_bindir}/xdg-dbus-proxy
%changelog
* Fri Nov 23 2018 Kalev Lember <klember@redhat.com> - 0.1.0-1
- Initial Fedora packaging