From 113314d2b52f385fb1199f2567662a95243e5bbd Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 15 Oct 2020 13:53:53 -0700 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/xdg-dbus-proxy#b322f1c1282ededa938c1bd7ee4e09b9f219679c --- .gitignore | 3 +++ README.md | 3 +++ sources | 1 + xdg-dbus-proxy.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 README.md create mode 100644 sources create mode 100644 xdg-dbus-proxy.spec diff --git a/.gitignore b/.gitignore index e69de29..6995083 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +/xdg-dbus-proxy-0.1.0.tar.xz +/xdg-dbus-proxy-0.1.1.tar.xz +/xdg-dbus-proxy-0.1.2.tar.xz diff --git a/README.md b/README.md new file mode 100644 index 0000000..f06ec7c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# xdg-dbus-proxy + +The xdg-dbus-proxy package \ No newline at end of file diff --git a/sources b/sources new file mode 100644 index 0000000..48ae5da --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (xdg-dbus-proxy-0.1.2.tar.xz) = c76460e365778efeb1ef7cb9e479491afd1dc270680d108e7ece82b27be30bb4f958d4d218ac7d4497dcc749da25437f62119003866dcdeafcb6cea843dcbe1e diff --git a/xdg-dbus-proxy.spec b/xdg-dbus-proxy.spec new file mode 100644 index 0000000..5999d77 --- /dev/null +++ b/xdg-dbus-proxy.spec @@ -0,0 +1,61 @@ +Name: xdg-dbus-proxy +Version: 0.1.2 +Release: 3%{?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: docbook-style-xsl +BuildRequires: gcc +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: /usr/bin/xsltproc + +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 +%license COPYING +%{_bindir}/xdg-dbus-proxy +%{_mandir}/man1/xdg-dbus-proxy.1* + +%changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jan 31 2020 Fedora Release Engineering - 0.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Sep 19 2019 Kalev Lember - 0.1.2-1 +- Update to 0.1.2 + +* Sat Jul 27 2019 Fedora Release Engineering - 0.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 03 2019 Fedora Release Engineering - 0.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jan 15 2019 Kalev Lember - 0.1.1-1 +- Update to 0.1.1 +- Build man pages +- Include COPYING file as license + +* Fri Nov 23 2018 Kalev Lember - 0.1.0-1 +- Initial Fedora packaging