diff --git a/README.md b/README.md index 23ecd3a..28bf39f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xdg-dbus-proxy +A filtering proxy for D-Bus connections. + diff --git a/xdg-dbus-proxy.spec b/xdg-dbus-proxy.spec new file mode 100644 index 0000000..407e000 --- /dev/null +++ b/xdg-dbus-proxy.spec @@ -0,0 +1,48 @@ +Name: xdg-dbus-proxy +Version: 0.1.2 +Release: 1mamba +Summary: A filtering proxy for D-Bus connections +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://github.com/flatpak/xdg-dbus-proxy.git +## GITSOURCE https://github.com/flatpak/xdg-dbus-proxy.git 0.1.2 +Source: https://github.com/flatpak/xdg-dbus-proxy.git/%{version}/xdg-dbus-proxy-%{version}.tar.bz2 +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: ldconfig +BuildRequires: libglib-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +A filtering proxy for D-Bus connections. + +%debug_package + +%prep +%setup -q +./autogen.sh + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/xdg-dbus-proxy +%{_mandir}/man1/xdg-dbus-proxy.1.gz +%doc COPYING + +%changelog +* Fri Mar 13 2020 Silvan Calarco 0.1.2-1mamba +- package created using the webbuild interface