package created using the webbuild interface [release 0.1.2-1mamba;Fri Mar 13 2020]
This commit is contained in:
parent
c0aa345a9e
commit
6b1e1f39e9
@ -1,2 +1,4 @@
|
|||||||
# xdg-dbus-proxy
|
# xdg-dbus-proxy
|
||||||
|
|
||||||
|
A filtering proxy for D-Bus connections.
|
||||||
|
|
||||||
|
48
xdg-dbus-proxy.spec
Normal file
48
xdg-dbus-proxy.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user