package created using the webbuild interface [release 0.1.2-1mamba;Fri Mar 13 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 19:34:55 +01:00
parent c0aa345a9e
commit 6b1e1f39e9
2 changed files with 50 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# xdg-dbus-proxy # xdg-dbus-proxy
A filtering proxy for D-Bus connections.

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

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 0.1.2-1mamba
- package created using the webbuild interface