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