xdg-dbus-proxy/xdg-dbus-proxy.spec

53 lines
1.3 KiB
RPMSpec
Raw Permalink Normal View History

Name: xdg-dbus-proxy
Version: 0.1.4
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
## 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: libglib-devel
## AUTOBUILDREQ-END
%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
* Sat May 14 2022 Automatic Build System <autodist@mambasoft.it> 0.1.4-1mamba
- automatic version update by autodist
* Sat Feb 12 2022 Automatic Build System <autodist@mambasoft.it> 0.1.3-1mamba
- automatic version update by autodist
* Fri Mar 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.2-1mamba
- package created using the webbuild interface