[packages/xdg-dbus-proxy] - new

adamg adamg at pld-linux.org
Tue Jun 4 13:45:28 CEST 2019


commit 122891f02fe53377b885c85d552a2b47f4945a56
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Tue Jun 4 13:45:17 2019 +0200

    - new

 xdg-dbus-proxy.spec | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
---
diff --git a/xdg-dbus-proxy.spec b/xdg-dbus-proxy.spec
new file mode 100644
index 0000000..be91f2b
--- /dev/null
+++ b/xdg-dbus-proxy.spec
@@ -0,0 +1,38 @@
+Summary:	Filtering proxy for D-Bus connections
+Name:		xdg-dbus-proxy
+Version:	0.1.1
+Release:	1
+License:	LGPL v2+
+Group:		Applications
+Source0:	https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
+# Source0-md5:	e889380bb8c07dce97b118cda11d09d5
+URL:		https://github.com/flatpak/xdg-dbus-proxy/
+BuildRequires:	glib2-devel >= 2.40.0
+BuildRequires:	libxslt-progs
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING
+%attr(755,root,root) %{_bindir}/xdg-dbus-proxy
+%{_mandir}/man1/xdg-dbus-proxy.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xdg-dbus-proxy.git/commitdiff/122891f02fe53377b885c85d552a2b47f4945a56



More information about the pld-cvs-commit mailing list