]> git.pld-linux.org Git - packages/xdg-dbus-proxy.git/blame - xdg-dbus-proxy.spec
- updated to 0.1.4
[packages/xdg-dbus-proxy.git] / xdg-dbus-proxy.spec
CommitLineData
122891f0 1Summary: Filtering proxy for D-Bus connections
c1ef1015 2Summary(pl.UTF-8): Proxy filtrujące dla połączeń D-Bus
122891f0 3Name: xdg-dbus-proxy
f4c35756 4Version: 0.1.4
122891f0
AG
5Release: 1
6License: LGPL v2+
c1ef1015
JB
7Group: Applications/System
8#Source0Download: https://github.com/flatpak/xdg-dbus-proxy/releases
122891f0 9Source0: https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
f4c35756 10# Source0-md5: 89d166170e871b3288e8980aee599ae4
122891f0 11URL: https://github.com/flatpak/xdg-dbus-proxy/
c1ef1015 12BuildRequires: glib2-devel >= 1:2.40
122891f0 13BuildRequires: libxslt-progs
c1ef1015
JB
14BuildRequires: pkgconfig
15Requires: glib2 >= 1:2.40
122891f0
AG
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was
20originally part of the flatpak project, but it has been broken out as
21a standalone module to facilitate using it in other contexts.
22
c1ef1015
JB
23%description -l pl.UTF-8
24xdg-dbus-proxy to proxy filtrujące dla połączeń D-Bus. Pierwotnie było
25częścią projektu flatpak, ale zostało wydzielone jako samodzielny
26moduł, aby ułatwić używanie go w innych kontekstach.
27
122891f0
AG
28%prep
29%setup -q
30
31%build
f82be4c5
JB
32%configure \
33 --disable-silent-rules
122891f0
AG
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
c1ef1015 38
122891f0
AG
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
c1ef1015 47%doc NEWS
122891f0
AG
48%attr(755,root,root) %{_bindir}/xdg-dbus-proxy
49%{_mandir}/man1/xdg-dbus-proxy.1*
This page took 0.127346 seconds and 4 git commands to generate.