source: projects/specs/trunk/x/xdg-dbus-proxy/xdg-dbus-proxy-vl.spec @ 12222

Revision 12222, 1.6 KB checked in by tomop, 5 years ago (diff)

updated 5 packages

bubblewrap-0.3.3-4

cmake-3.15.3-1

jsoncpp-1.9.1-1

webkitgtk4-2.26.0-1

xdg-dbus-proxy-0.1.2-1

Line 
1Name:           xdg-dbus-proxy
2Version:        0.1.2
3Release:        1%{?_dist_release}
4Summary:        Filtering proxy for D-Bus connections
5Vendor:         Project Vine
6Distribution:   Vine Linux
7
8License:        LGPLv2+
9URL:            https://github.com/flatpak/xdg-dbus-proxy/
10Source0:        https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
11
12BuildRequires:  docbook-style-xsl
13BuildRequires:  gcc
14BuildRequires:  pkgconfig(gio-2.0)
15BuildRequires:  pkgconfig(gio-unix-2.0)
16BuildRequires:  pkgconfig(glib-2.0)
17BuildRequires:  /usr/bin/xsltproc
18
19Requires:       dbus
20
21%description
22xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally
23part of the flatpak project, but it has been broken out as a standalone module
24to facilitate using it in other contexts.
25
26%prep
27%autosetup -p1
28
29%build
30%configure
31%make_build
32
33%install
34%make_install
35
36%files
37%license COPYING
38%{_bindir}/xdg-dbus-proxy
39%{_mandir}/man1/xdg-dbus-proxy.1*
40
41%changelog
42* Fri Sep 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.1.2-1
43- initial build for Vine Linux.
44- new upstream release.
45
46* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
47- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
48
49* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
50- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
51
52* Tue Jan 15 2019 Kalev Lember <klember@redhat.com> - 0.1.1-1
53- Update to 0.1.1
54- Build man pages
55- Include COPYING file as license
56
57* Fri Nov 23 2018 Kalev Lember <klember@redhat.com> - 0.1.0-1
58- Initial Fedora packaging
Note: See TracBrowser for help on using the repository browser.